๐Ÿ” Rustic Debug

Real-time Redis Message Debugger for RusticAI

Debug and visualize message flows in your RusticAI applications with ease. Monitor Redis pub/sub channels, inspect message payloads, track conversation threads, and identify performance bottlenecks in your distributed AI systems.

โšก Quick Start

npm install -g @rustic-ai/rustic-debug rustic-debug start --redis-url redis://localhost:6379

โœจ Key Features

๐Ÿ“Š

Visual Flow Graphs

Interactive diagrams showing message flows between guilds, topics, and agents

๐Ÿ”„

Real-time Monitoring

Live updates via WebSocket for instant debugging feedback

๐Ÿ•ต๏ธ

Message Inspector

Deep dive into payloads, metadata, and routing rules

๐Ÿงต

Thread Tracking

Follow conversation chains across multiple topics and guilds

๐Ÿ“ˆ

Performance Metrics

Track throughput, latency, and identify bottlenecks

๐Ÿ”’

Read-Only Mode

Safe for production with zero write operations by default

๐Ÿ“ธ See It In Action

๐Ÿ“š User Guide

Everything you need to start debugging your RusticAI applications

  • Installation & Setup
  • Basic Debugging Workflows
  • Understanding Message Flows
  • Performance Analysis
  • Troubleshooting Common Issues
Read User Guide โ†’

๐Ÿ”ง Developer Guide

Technical documentation for integration and contribution

  • System Architecture
  • API Reference
  • Custom Extensions
  • GemstoneID Format
  • Contributing Guidelines
Read Developer Guide โ†’

๐Ÿ“ฆ Resources