| name | ager-to-codex |
| description | Translate a validated AGER/OKF AgentGraph into a Codex plugin ($ager-run skills). Use when compiling AGER for Codex. |
AGER → Codex
Compile only. Authoring is okf-agent-graph.
Mapping
| AGER | Codex |
|---|
| AgentGraph | .codex-plugin/plugin.json |
| OrchestratorAgent | skill + default prompt |
| Worker / Judge / Synthesizer | skills/<id>/SKILL.md |
| LoopPolicy | $ager-run |
| Tool + ToolRule | skill tool bullets |
| ScratchPad | listed keys only |
Steps
- Locate the AGER bundle.
- Validate with
ager-validate when available.
- Run:
python3 scripts/emit.py --bundle <AGER_ROOT> --out <OUT>
- Tell the user:
codex plugin marketplace add <path-or-SpillwaveSolutions/codex-ager>
Then $ager-run inside Codex. Report written paths. Do not freehand the tree.
References