This release is a pre-release and may not be stable for production use.
ai-agent-orchestrator
ai-agent-orchestrator запускает Codex, Claude Code, Cline и другие coding-agent runtimes как внешние процессы через versioned CLI и MCP contracts.
Установка
python -m pip install "ai-agent-orchestrator[mcp]"
Требуются Python 3.11 или новее, Linux, Git и Bubblewrap. Runtime CLI устанавливаются и аутентифицируются отдельно; package не читает и не хранит credential values.
Начало работы
ai-agents --workspace /path/to/repository init
ai-agents --workspace /path/to/repository check
ai-agents --workspace /path/to/repository run --task task.json
init создаёт отсутствующие consumer-owned bootstrap files и создаёт либо обновляет package-managed instructions в .ai-agents/docs/. Он не перезаписывает AGENTS.md, config или shared instructions. check не выполняет provider call без explicit --live. Retained isolated worktrees удаляются только через dry-run-first prune и explicit --apply.
Task v3 объявляет external resources только через semantic capabilities. Consumer-owned role/profile выбирает exact binding, а resource values существуют только в памяти supervisor и scoped child environment. Provider-specific transport_profile отделён от task tools; unsupported runtime/version combinations завершаются fail closed до чтения provider values. Текущий scoped baseline доказан для exact codex-cli 0.147.0.
Local MCP server привязан к одному meta-workspace:
ai-agents-mcp --workspace /absolute/path/to/meta-workspace
Для полного делегирования consumer agent вызывает MCP delegate(task_path) один раз и получает terminal bounded result без промежуточного polling. init материализует subagent usage и subagent creation в .ai-agents/docs/ и обновляет их до exact copies установленного package.
Полные contracts, configuration examples, host setup, upgrade и rollback procedures находятся в репозитории проекта.
Лицензия
MIT. Copyright (c) 2026 belkovrv.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_agent_orchestrator-0.1.0b2.tar.gz.
File metadata
- Download URL: ai_agent_orchestrator-0.1.0b2.tar.gz
- Upload date:
- Size: 246.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d06793acb93f70572ce7d8cb6c89d40ba91895f5f330d70b8c029c213b18cff8
|
|
| MD5 |
788fd576bc61bfe70d63eb13c8c1db1b
|
|
| BLAKE2b-256 |
14f93ff4852c8c2da1391aeb5351f4002fa08446726385c271f8e1eea50e3baf
|
File details
Details for the file ai_agent_orchestrator-0.1.0b2-py3-none-any.whl.
File metadata
- Download URL: ai_agent_orchestrator-0.1.0b2-py3-none-any.whl
- Upload date:
- Size: 217.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cb4e92a6d594a7bd330835c2de404e2c15a6855341460fa4356d25f429251b7
|
|
| MD5 |
11dc8ec887f17abde5b75b4782d07acc
|
|
| BLAKE2b-256 |
372b4c1ee641b1946eff3df7810c44f0b901d02844427ac4a145d32438d376c3
|