Versions in this module Expand all Collapse all v0 v0.2.1 Mar 29, 2026 v0.2.0 Mar 28, 2026 Changes in this version + type LLMFn func(ctx context.Context, model, prompt string) (string, error) + type Result struct + AgentName string + Capability string + Reason string + func Route(ctx context.Context, reg *registry.Registry, ...) (Result, error)