| name | ager-to-claude-managed-agents |
| description | Translate a validated AGER/OKF AgentGraph into a Claude Managed Agents YAML manifest (entry, loop, agents). |
AGER → Claude Managed Agents
This plugin compiles. It does not author AGER. Authoring is okf-agent-graph.
Mapping
| AGER | Claude Managed Agents |
|---|
| AgentGraph | kind: AgentGraph YAML |
| entry | spec.entry |
| LoopPolicy | spec.loop (max_turns, price, deadline) |
| AgentNode | spec.agents[] |
| Tool + ToolRule | spec.tools[] |
Steps
- Locate the AGER bundle (
--bundle, sample-ager, or cwd).
- If
okf-agent-graph is installed, run ager-validate first. If it fails, stop.
- Run the deterministic emitter:
python3 scripts/emit.py --bundle <AGER_ROOT> --out <OUT>
- Report written paths. Expected: managed-graph.yaml, README.md.
- Never claim production-ready without tests.
References