Versions in this module Expand all Collapse all v0 v0.25.0 Apr 28, 2026 Changes in this version + type Proxy struct + func New(cfg *llm.Config, ts TokenSource) (*Proxy, error) + func (p *Proxy) Addr() string + func (p *Proxy) Start(ctx context.Context) error + type TokenSource interface + Token func(ctx context.Context) (string, error)