Module: LittleGhost::Providers
- Defined in:
- lib/little_ghost/providers/bedrock.rb,
lib/little_ghost/providers/openai.rb,
lib/little_ghost/providers/sse_parser.rb,
lib/little_ghost/providers/open_router.rb,
lib/little_ghost/providers/http_transport.rb,
lib/little_ghost/providers/openai_compatible.rb
Overview
Provider adapters translate model APIs into LittleGhost's shared streaming request and response types. Agents select them through a ModelRegistry rather than depending on a provider class directly.
Defined Under Namespace
Classes: Bedrock, HTTPError, HTTPTransport, OpenAI, OpenAICompatible, OpenRouter, SSEParser