This framework allows users to design, configure, and deploy multiple AI agents that communicate via JSON messages through a central orchestrator. Each agent can have distinct roles, prompts, and memory modules, and you can plug in any LLM provider by implementing a provider interface. The system supports persistent conversation history, dynamic routing, and modular extensions. Ideal for simulating debates, automating customer support flows, or coordinating multi-step document generation, it runs on Python, with Docker support for containerized deployments.