Providers

Providers are the bridge between Standard Agents and LLM APIs. They abstract away vendor-specific implementation details, enabling agents to remain vendor-agnostic.

Supported Providers

  • OpenAI
  • Anthropic
  • Google
  • OpenRouter

Defining a Provider

TODO

Provider Configuration

TODO

API Key Management

TODO