Files
aitbc/apps/coordinator-api
aitbc 3b09e6b5c5
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Node Failover Simulation / failover-test (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 14s
feat: implement multi-modal RL router with AI service integration
Implemented proxy endpoints to AI service for all AI service operations:
- POST /jobs: Submit job for execution
- GET /jobs/{job_id}: Get job status
- GET /jobs/{job_id}/result: Get job result
- POST /jobs/{job_id}/cancel: Cancel job
- GET /jobs: List jobs with filtering
- GET /health: Health check

All endpoints proxy to AI service (port 8106) using AITBCHTTPClient.
2026-05-03 23:10:26 +02:00
..

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.