Skills
Each AgentOS Starter stores its coding-agent workflows in.agents/skills/.
The setup prompt invokes the
setup-platform skill from .agents/skills/. Claude Code also discovers the skills through the Starter’s committed .claude/skills symlink. Codex and Cursor can link to the same .agents/skills/ directory.
Connect the live platform
Connect the local AgentOS to the supported clients on your machine:run_agent, run_team, and run_workflow while it works on the repository.
For a deployed platform:
Keep behavior stable with evals
Use the bundled eval suite to check response quality and tool calls as you change instructions, tools, and models. The evals run on the host machine, so set up the virtual environment once:/eval-and-improve.
Agent patterns
The bundled agents demonstrate three patterns to copy:Scheduled tasks
The scheduler is on by default. Two reference workflows are registered out of the box:
See Scheduler for the cron API.