Main
Keep app code stable: point existing SDKs at the gateway, then evolve routing and key management centrally.
Use traces and request monitoring to debug agent failures as distributed systems problems (latency, retries, model swaps).
Start with a single environment (dev) and a small model set; expand only after you have a clean policy for keys and logging.
Source-backed notes
- README provides a quick install using a release tarball and an
./axonhubbinary. - README includes docker-compose startup instructions and an
axonhub config checkcommand. - LICENSE overview states most of the repo is Apache-2.0, with some scoped subdirectory licensing notes.
FAQ
- Do I need Kubernetes?: No. README includes docker-compose and binary install paths.
- What’s the main value?: Central routing + observability without rewriting every client integration.
- Is it fully Apache-2.0?: Mostly; README/license notes mention scoped subdirectory licenses you should review.