Agent Manager 缺少正式 POST /api/swarms 创建真实 Swarm Run 接口 #75
Notifications
Total Time Spent: 22 hours 39 minutes
chenchen
22 hours 39 minutes
No due date set.
Dependencies
No dependencies set.
Reference: taijibaga/heicode-mananger#75
Reference in New Issue
Block a user
问题
当前 Manager 已有
/api/swarmsadapter 和 Runtime create bridge,但蜂群生产闭环需要 Agent Manager 提供正式POST /api/swarms创建真实 Swarm Run。需要 Agent Manager 提供
POST /api/swarmsAuthorization: Bearer <service_token>X-Correlation-ID、X-Idempotency-Keyorchestration_plan、agents、resource_grants、callback、metadatadeployment_id/swarm_id/status验收标准
runtime_deployment_id和runtime_swarm_id。X-Idempotency-Key不创建多个 Swarm Run。azkv://...引用。对接文档
见
docs/integration/AgentManager蜂群Runtime接口实现要求.md第 6 节。