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.
npm install -g @rustic-ai/rustic-debug
rustic-debug start --redis-url redis://localhost:6379
Interactive diagrams showing message flows between guilds, topics, and agents
Live updates via WebSocket for instant debugging feedback
Deep dive into payloads, metadata, and routing rules
Follow conversation chains across multiple topics and guilds
Track throughput, latency, and identify bottlenecks
Safe for production with zero write operations by default
Everything you need to start debugging your RusticAI applications
Technical documentation for integration and contribution