You build AI-powered workflows—from simple Q&A to complex multi-agent collaboration.
Both modes share the same context system: agents communicate through channels (@mentions) and documents (shared workspace). Everything is namespaced by workflow:tag.
| Chat with an AI agent | Agent Mode (CLI) | | Test tools/prompts quickly | Agent Mode with -b mock | | Run multiple agents manually | Workflow Mode (YAML) | | Define structured multi-agent tasks | Workflow Mode (YAML) | | Automate repeatable workflows | Workflow Mode (YAML) |
Create and manage AI agent sessions with multiple backends (SDK, Claude CLI, Codex, Cursor). Also supports multi-agent workflows with shared context, @mention coordination, and collaborative voting. Use for "start agent session", "create worker", "run agent", "multi-agent workflow", "agent collaboration", "test with tools", or when orchestrating AI conversations programmatically. Source: lidessen/moniro.