📄 中文摘要
OpenAI Codex 今日正式发布了子代理功能,经过几周的预览测试。子代理与 Claude Code 实现非常相似,默认子代理包括“explorer”、“worker”和“default”。目前尚不清楚“worker”和“default”之间的具体区别,但根据 CSV 示例,“worker”似乎是用于并行处理大量小任务的。Codex 还允许用户在 ~/.codex/agents/ 中定义自定义代理,这些代理可以包含自定义指令,并被分配使用特定模型,包括 gpt-5.3-codex-spark。用户可以根据需要灵活配置代理以满足不同的任务需求。
📄 English Summary
Use subagents and custom agents in Codex
OpenAI Codex has officially launched its subagents feature today, following several weeks of preview behind a feature flag. Subagents are very similar to the Claude Code implementation, with default subagents named 'explorer', 'worker', and 'default'. The exact difference between 'worker' and 'default' is unclear, but based on the CSV example, 'worker' appears to be intended for running a large number of small tasks in parallel. Additionally, Codex allows users to define custom agents as TOML files in ~/.codex/agents/. These custom agents can have specific instructions and be assigned to use particular models, including gpt-5.3-codex-spark, providing flexibility for various task requirements.
Powered by Cloudflare Workers + Payload CMS + Claude 3.5
数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等