一个 Codex 技能,让主代理在显式指定模型上编排有界后台任务,用于复杂的并行工作。

Stars

152

7 天增长

暂无数据

Fork 数

17

开放 Issue

0

开源协议

MIT

最近更新

2026-07-17

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它弥补了 Codex 原生 MultiAgentV2 的缺口,提供每任务模型控制和安全性限制,使并行执行可预测且经济。

适合谁使用

  • 需要精细模型路由的 Codex 高级用户
  • 自动化多源研究或多模块工程任务的开发者
  • 需要安全、可审计的并行工作流且不产生代理泛滥的团队

典型使用场景

  • 跨多个独立主题的并行研究
  • 多节内容生成,分配独立的撰写和审阅任务
  • 实现、测试和审查独立模块,避免文件所有权重叠
  • 为上游工作流(如 Deep Research)提供线程编排

项目优势

  • 为每个后台任务显式分配模型和推理级别
  • 内置安全限制:最多 6 个并发任务、8 个总任务,禁止子代理
  • 保持主代理对规划、集成和验证的掌控
  • 在现有 Codex App 后台任务工具中工作,不替换 MultiAgentV2

使用前须知

  • 需要 Codex App 后台任务工具(并非所有环境都可用)
  • 不适用于简单问题、状态检查或顺序操作
  • 后台任务不能使用 Ultra;默认情况下 Terra 被排除在自动路由之外

README 快速开始

[!IMPORTANT] This repository is a generated compatibility mirror. The editable source, Issues, and contributions live in zjp1997720/zhijian-skills.

Codex Model Routing Team

Give Codex a bounded team of model-routed background tasks while one lead keeps control of planning, integration, and verification.

简体中文 · Canonical source · Standalone mirror

Use it for complex parallel work when one lead Agent should plan and integrate while bounded background tasks run on explicitly chosen models.

Install

The standard skills CLI shorthand is valid:

npx skills add zjp1997720/codex-model-routing-team

For a global Codex installation without symlinks:

npx skills add zjp1997720/codex-model-routing-team \
  -g -a codex --skill codex-model-routing-team --copy -y

The full GitHub URL works too:

npx skills add https://github.com/zjp1997720/codex-model-routing-team

Verify that the installed package contains both the entrypoint and its supporting policies:

npx skills ls -g -a codex
find ~/.agents/skills/codex-model-routing-team -maxdepth 2 -type f | sort

The file list must include SKILL.md, references/routing-policy.md, references/task-packet.md, and references/thread-lifecycle.md. If only SKILL.md appears, remove that incomplete installation and install the current release again.

Activate it

Explicit activation works immediately after installation:

Use $codex-model-routing-team to research these six independent topics in parallel, then verify and synthesize the findings.

To let Codex activate the Skill automatically for suitable complex work, add the following standing authorization to ~/.codex/AGENTS.md. Put it in a project-level AGENTS.md instead when the authorization should apply only to that project.

## Codex background model-routing authorization

- The user authorizes Codex to use `$codex-model-routing-team` automatically for complex, parallelizable tasks, create independent background tasks, and assign a model and reasoning level to each task. Before dispatch, briefly state the number of tasks, model, reasoning level, and responsibility. No additional confirmation is required.
- The lead agent keeps its current model and owns planning, file ownership, integrati

项目描述

Route complex Codex tasks to model-specific background workers with bounded concurrency and lead-agent verification.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

HezaoHezao
精选
HezaoHezao GitHub avatar

poirot

Poirot is a deep research agent kernel with a middleware-first architecture, five-layer long-term memory, multi-agent orchestration, sandbox isolation, and a three-layer skill self-evolution system, backed by 2400+ tests.

AI 与机器学习大语言模型
25
bjan
精选
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI 与机器学习AI 智能体
9
powerycy
精选
powerycy GitHub avatar

goutoujunshi

An AI relationship coach that provides emotional support, relationship science, and actionable strategies through a multidisciplinary knowledge base.

Python
1,174