Documentation
¶
Overview ¶
Package agents is the single source of truth for the set of agent adapters uam manages. Both the TUI entrypoint (internal/app) and the CLI service wiring (internal/cli) build their registry from Default so the two can never drift — previously each hand-maintained its own list and app.New silently omitted hermes (F14). It is a leaf package: the providers import internal/adapter and internal/session, and nothing imports back into agents, so there is no import cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Default ¶
func Default(backend adapter.Backend) []adapter.AgentAdapter
Default returns every supported agent adapter, built against the shared session backend. The returned slice is the pre-availability list (it is not LookPath-filtered); callers pass it to adapter.NewRegistry, which probes Available() and hides the ones whose CLI is not installed.
Types ¶
This section is empty.