Skills
The skills live in.agents/skills/. Claude Code discovers them through the committed .claude/skills symlink. Codex and Cursor can use the same folder. Invoke a skill by name or describe the task and let the coding agent select it.
Connect the live platform
Coding agents can edit the project and call its live agents over MCP. Register the local AgentOS with supported clients:http://localhost:8000/mcp. Your coding agent can then call run_agent, run_team, and run_workflow against the running platform.
For a deployed platform, pass its URL:
See
agno connect for client configuration, credential requirements, and conflict handling.
Evals
The eval suite lives inevals/. Set up the host environment once:
/eval-and-improve.
Agent patterns
The bundled agents demonstrate three patterns:Teams and workflows
Use agents for open questions, teams for routing, and workflows for processes.
Scheduled tasks
The scheduler is enabled by default. Two reference workflows are registered:
See Scheduler for the cron API.