分享一个我日常开发的CodeX 多子代理subagents的配置文档,欢迎讨论

TheIdiot 2026-04-09 11:27 1

由于最近token吃的太猛了,就把不同角色都分配了合适的模型型号来缓解token压力,跟大家分享一下,欢迎大家指导我进步,其中说明了Codex的subagents多子代理是如何配置的,也有我目前使用的配置搭配:



  • model = "gpt-5.4"

  • review_model = "gpt-5.4"

  • model_reasoning_effort = "xhigh"

  • plan_mode_reasoning_effort = "xhigh"

  • [agents].max_depth = 1

  • [agents].max_threads = 8

  • default = gpt-5.4-mini + high

  • worker = gpt-5.4-mini + high

  • explorer = gpt-5.4 + high

    codex-multi-agent-openai-config-guide.txt (11.4 KB)

最新回复 (3)
  • vyvthe66 04-09 11:49
    1

    gpt-5.4-mini + high,对比5.3-codex编码效果区别大吗

  • TheIdiot 楼主 04-09 14:34
    2

    好久没用5.3 codex了,不太清楚

  • Binkolo 07-01 22:38
    3

    感谢佬的分享,可以设置子代理跑不同的base url吗?

* 帖子来源Linux.do
返回