Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 15s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Integration Tests / test-service-integration (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Production Tests / Production Integration Tests (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Successful in 5s
- Add JoinRequest, CoordinateRequest, TaskStatus, and ConsensusRequest models
- Add /join endpoint for joining agent swarms with role, capability, and priority
- Add /coordinate endpoint for coordinating swarm task execution
- Add /tasks/{task_id}/status endpoint for getting task status
- Add /{swarm_id}/leave endpoint for leaving swarms
- Add /tasks/{task_id}/consensus endpoint for achieving consensus on task results
- Return
Coordinator API
Documentation has moved to: docs/apps/coordinator/coordinator-api.md
This file has been migrated to the central documentation location. Please update your bookmarks and references to point to the new location.
For the complete documentation, see the Coordinator API documentation.