Agents
Built-in Agents
- Mycelos — the primary chat agent. Handles conversations, answers questions, and routes complex tasks to the Builder.
- Builder — a specialist agent that creates new workflows and agents automatically through a structured pipeline.
Agent Handoff
When you ask Mycelos to create something complex (a new agent, a multi-step workflow), it hands off to the Builder agent. Once the Builder finishes, control returns to Mycelos. You will see the active agent indicator change in the chat panel.
Custom Agents
Custom agents are built through the Builder pipeline:
- Gherkin scenarios — define acceptance criteria
- Tests — generated from scenarios
- Code — implementation to pass the tests
- Audit — security review of the generated code
- Register — human confirmation required before activation
Agents are not just LLM wrappers. Deterministic programs, parsers, and converters are first-class agents in Mycelos.