Provider Adapters
Akinom Core uses adapters to abstract provider differences. This enables provider-agnostic orchestration.
Language Model Adapters
Supported providers: OpenAI, Anthropic, and others. Adapters normalize API differences and enable provider switching.
Vector Store Adapters
Supported providers: Pinecone, Weaviate, and others. Adapters abstract embedding and retrieval operations.
Repository Adapters
Supported providers: GitHub, GitLab, and others. Adapters normalize repository access and code retrieval.
Adding Custom Adapters
Custom adapter development will be documented in the full release. Adapters follow a standard interface.