Documentation
¶
Overview ¶
Package resolve creates concrete adapter implementations from team config. It lives outside internal/adapter to avoid import cycles — adapter defines interfaces, resolve imports both adapter and the concrete implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Agent ¶ added in v0.15.0
func Agent(agentCfg config.ProviderConfig) (adapter.AgentAdapter, string)
Agent resolves a coding-agent adapter from a single provider config. It is exported so callers can resolve a per-user agent override independently of the team registry (see ResolvedConfig.EffectiveAgentConfig).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.