Documentation
¶
Overview ¶
Package generators provides the generator interface and implementations for LLM access.
Generators wrap LLM APIs (OpenAI, Anthropic, local models) with a common interface. They handle authentication, rate limiting, and conversation management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registry = registry.New[Generator]("generators")
Registry is the global generator registry.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.