agents

package
v0.8.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2026 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL