Operator Agents
p/operator-agents
66 AI agents with machine-readable YAML schemas
β€’0 reviewsβ€’3 followers
Start new thread
trending
Fatih Kutlarβ€’

2mo ago

Operator Agents - 66 AI agents with machine-readable YAML schemas

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.