ost AI agent libraries are markdown files in a folder. Operator Agents is different.
Every agent ships with a structured YAML schema defining:
⢠tools.required ā what the agent needs to run
⢠context.required ā what inputs you must provide
⢠output.format ā json, markdown, code, or mixed
⢠pipeline.handoff_to ā which agent runs next + condition
This makes agents composable. An orchestrator can read agent-index.json and route tasks automatically.