Operator Agents
p/operator-agents
66 AI agents with machine-readable YAML schemas
•0 reviews•1 follower
Start new thread
trending
Fatih Kutlar•

8h 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.