What problem does it solve?
The skill provides a structured pathway for teams to add, scaffold, plan, and register new LLM providers or provider families to the anie harness. It codifies the end-to-end process, including native (new ApiKind) and aggregator (OpenAI-compatible) paths, discovery and telemetry integration, and the validation invariants that ensure consistent behavior across providers.
Core Features & Use Cases
- Native-provider planning: declare model capabilities, extend the content model, and implement per-provider streaming semantics.
- Aggregator-provider integration: reuse the OpenAI-compatible path with per-vendor capability mapping and quirks as a minimal compat-blob, reducing duplicated code.
- Testing and rollout: add invariant tests, register the provider in onboarding and UI, and verify the ecosystem gates with workspace checks.
Quick Start
Follow the six-step recipe to implement and register a new provider.