Skip to content

Adaptive Orchestrator

本页说明 Commander 中 Adaptive Orchestrator 的用途、操作方式与生产注意点。命令路径与产品 monorepo 保持一致。

快速入口

bash
interface Agent {
  id: string;
  name: string;
  role: string;
  capabilities: string[];
  load: number;         // 0-1
  successRate: number;  // 0-1
  isAvailable: boolean;
}

interface OrchestrationPlan {
  id: string;

说明

Types

(对应英文文档章节 Types 的完整说明与示例见 monorepo / 英文源;下方给出可运行入口。)

API

(对应英文文档章节 API 的完整说明与示例见 monorepo / 英文源;下方给出可运行入口。)

指标口径

25 提供商 · 5 规范拓扑 · 18 内置工具 · 6700+ 测试。

相关

MIT 许可 — 为多代理编排而生。