System Overview
Learn about our multi-agent AI system architecture, including the orchestrator, agent registry, and message bus components.
Comprehensive documentation and guides for our multi-agent AI system
Learn about our multi-agent AI system architecture, including the orchestrator, agent registry, and message bus components.
Get up and running with your first agent in under 5 minutes. This guide covers basic setup and initial configuration.
Comprehensive guide to using the agent dashboard, monitoring system status, and managing your multi-agent environment.
Returns the current system status and operational state.
{ "status": "running", "message": "Multi-agent orchestrator is operational", "available": true }
Provides detailed system statistics including agent counts and performance metrics.
{ "status": "success", "data": { "total_agents": 4, "idle_agents": 4, "working_agents": 0, "active_projects": 0, "completed_tasks": 0, "success_rate": 95 } }
Lists all active agents with their current status and capabilities.
Creates a new agent with specified template and configuration.
{ "template": "web_designer", "name": "UI Designer Pro", "config": {} }
Returns all active projects and their current status.
Creates a new project with specified requirements and team composition.
Understanding different agent types: Web Designer, Backend Developer, QA Engineer, and Architect agents.
Step-by-step guide to creating new agents, setting up their capabilities, and configuring their behavior.
How to monitor agent performance, track task completion rates, and optimize agent efficiency.
Comprehensive guide to using our AI-powered business plan generator for creating detailed business strategies.
Learn how to effectively use the conversational interface to develop comprehensive business plans through interactive sessions.
Frequently encountered problems and their solutions, including API connectivity issues and agent startup problems.
Resolving "API server offline" status, CORS configuration, and mixed content security issues.
Diagnosing and fixing agent performance problems, task failures, and communication issues.
Guide to integrating external services, APIs, and tools with our multi-agent system.
Setting up webhooks for real-time notifications and event-driven integrations with external systems.