Complete guide to using Rustic Debug for everyday debugging tasks

Tags: overviewgetting-started

User Guide Overview

Welcome to the Rustic Debug user guide! This comprehensive guide will help you get started with debugging Redis message flows in your RusticAI applications.

What is Rustic Debug?

Rustic Debug is a powerful web-based debugging tool designed specifically for RusticAI guild systems. It provides real-time visualization and analysis of Redis message flows, making it easier to understand and troubleshoot your distributed AI applications.

Key Features

๐Ÿ” Real-time Message Monitoring

Monitor Redis pub/sub channels and message queues in real-time with live updates.

๐Ÿ“Š Visual Flow Graphs

Visualize message flows between guilds, topics, and agents with interactive diagrams.

๐Ÿ•ต๏ธ Message Inspector

Deep dive into individual messages with detailed payload inspection and metadata analysis.

๐Ÿงต Thread Tracking

Follow conversation threads and message chains across multiple topics and guilds.

๐Ÿ“ˆ Performance Metrics

Track message throughput, latency, and system performance with built-in analytics.

Getting Started

  1. ๐Ÿ“ธ Screenshots & Visual Guide - See Rustic Debug in action with visual examples
  2. Installation - Set up Rustic Debug in your environment
  3. Configuration - Configure Redis connections and guild settings
  4. Basic Usage - Learn the core debugging workflows
  5. Advanced Features - Explore advanced debugging capabilities

Quick Start

For users who want to jump right in:

# Install Rustic Debug
npm install -g @rustic-ai/rustic-debug

# Start the debugger
rustic-debug start --redis-url redis://localhost:6379

# Open the web interface
open http://localhost:3000

Common Use Cases

Need Help?

Let's get started with installation!