mirror of
https://github.com/msitarzewski/agency-agents/
synced 2026-06-09 10:13:17 +00:00
feat: add Codex agent conversion and install support (#362)
Adds Codex as a conversion/install target: each agent → `~/.codex/agents/<slug>.toml` with the three required Codex fields (name, description, developer_instructions). Validated: all 184 agents generate valid, parseable TOML (incl. 21k-char agents with embedded code blocks) via the PR's TOML basic-string escaper. Matches OpenAI's documented custom-agent schema. Thanks @yunuskilicdev.
This commit is contained in:
@@ -78,3 +78,4 @@ integrations/qwen/agents/
|
||||
integrations/kimi/*/
|
||||
!integrations/openclaw/README.md
|
||||
!integrations/kimi/README.md
|
||||
integrations/codex/agents/*
|
||||
|
||||
Reference in New Issue
Block a user