Documentation
¶
Overview ¶
Package factory constructs agent.Agent implementations from a provider name. It lives in its own package because internal/agent cannot import the provider packages (claude, opencode) without an import cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New constructs an agent.Agent for the given provider. binary may be empty (each provider falls back to its default binary name); model may be empty. codexReasoningEffort is passed through to the codex provider, which applies its own "medium" default when it is empty. An empty provider maps to claude to preserve current default behavior.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.