Available Packages
Runtime Architecture
- Each configured agent runs in its own server process.
- A proxy server starts automatically and exposes unified routing at
/agents/{agent_id}/{path}. - Clients can call either direct agent endpoints or proxy endpoints.
Framework Support
- LangGraph authoring guidance lives in the dedicated
LangGraphsection. - LangGraph server integration details remain in
Framework Adapters, including checkpointing and message mapping. - Package-level API reference pages live under
Packages, includingaion-api-clientandaion-mcp. - ADK support focuses on
BaseAgentexecution with pluggable session backends. - Adapter discovery is plugin-based, allowing additional framework adapters over time.
Configuration Model
aion.yamldefines agent identities, import paths, framework targets, capabilities, and skills.- Environment variables provide API credentials, logging settings, and persistence settings.
- Runtime ports are allocated automatically unless explicitly configured via CLI options.