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.