@UnderthemoonCodex 成功直接召唤 20 个subagents! 中发帖

[f03247bed900f98d7dadfac7c57e9b60] 
在 L 上看到大佬,分享的一个技巧, 
Codex 的子 agent 并发上限可以通过 config.toml 调整。官方默认值是 6,配置项叫: 
[agents] 
max_threads = 10 
配置文件位置 
一般在: 
~/.codex/config.toml 
修改方法 
打开 config.toml,加入: 
[agents]
max_threads = 10

如果已经有 [agents],就不要重复写第二个 [agents],只在原来的下面加: 
max_threads = 10

想试更高,比如 20[agents]
max_threads = 20

生效方式 
改完后建议: 

完全退出 Codex App,比如 macOS 用 Cmd + Q
重新打开 Codex
新开一个 thr...
 
 
Back to Top