Subagents – Codex | OpenAI Developers Codex can run subagent workflows by spawning specialized agents in parallel so they can explore, tackle, or analyze work concurrently This page explains the core concepts and tradeoffs
创建自定义 subagents - Claude Code Docs Claude 委托给您的新 subagent,它扫描代码库并返回改进建议。 现在您有了一个 subagent,可以在机器上的任何项目中使用它来分析代码库并建议改进。 您也可以手动创建 subagents 作为 Markdown 文件、通过 CLI 标志定义它们,或通过插件分发它们。
Claude Code 子代理(Subagent) - 菜鸟教程 Claude Code 子代理(Subagent) 在 Claude Code 中,你可以创建专门的 AI 子代理(Subagent),用于处理特定类型的任务,从而获得更好的上下文管理、更强的约束控制和更高的执行效率。 子代理是运行在独立上下文窗口中的专用 AI 助手。
Subagents - Agentic Engineering Patterns - Simon Willisons Weblog The full subagent response included all of the details the parent agent needed in order to start editing the code to address my original request Parallel subagents # This Explore subagent is the simplest example of how subagents can work, with the parent agent pausing while the subagent runs