Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Production Tests / Production Integration Tests (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 14s
Documentation Validation / validate-policies-strict (push) Successful in 4s
- Changed all coordinator service port references from 9001 to 8011 in CI workflows - Updated PYTHONPATH references from apps/agent-coordinator to apps/coordinator-api - Renamed log files from agent-coordinator.log to coordinator-api.log - Updated step names and comments to use "coordinator API" instead of "agent coordinator" - Added API versioning documentation explaining /v1 prefix structure for business logic endpoints - Documented CLI compatibility routes (/api/v1) and infrastructure endpoints (no prefix) - Updated architecture
Coordinator Applications
Job coordination and agent management services.
Applications
- Coordinator API - FastAPI service for job coordination and matching
- Agent Coordinator - Agent coordination and management
Features
- Job submission and lifecycle tracking
- Miner matching
- Marketplace endpoints
- Explorer data endpoints
- Signed receipts support