plugin-agentteams
| Version | 2026.224.0600 |
| Repo | box/github.com/opencharly/plugin-agentteams:v2026.237.1414 |
| Plugin | yes — see the plugin reference |
The charly agentteams management CLI for the AgentTeams controller
REST API PLUS the declarative agentteams: check verb — a COMPILED-IN
command:agentteams + verb:agentteams plugin. charly agentteams status reports controller health + manager/worker/team/human counts;
worker list|get|create|update|apply|delete manages Worker CRs (apply
incl. ZIP/package import); team apply|list|get|delete and human apply|list|get|delete manage Teams and Humans; apply -f <file>
applies declarative YAML (create-or-update per kind); config shows
the resolved controller endpoint and token source. The agentteams:
check verb is the declarative controller-probe counterpart: authored
as a check: step (agentteams: status, manager-running,
worker-running, worker-list), it resolves the controller’s
in-venue :8090 to a host-routable address over the reverse channel,
pulls the admin SA token from the venue, and probes with the SAME
REST client the command uses (R3 — one surface covers the CLI and
every bed). A plain net/http REST client — no upstream agt binary, no
SDK. Endpoint from AGENTTEAMS_CONTROLLER_URL (default
http://127.0.0.1:8090); token from AGENTTEAMS_AUTH_TOKEN env or
AGENTTEAMS_AUTH_TOKEN_FILE file (the upstream runtime contract).
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the command:agentteams plugin ships a buildable Go module the host compiles into charly and the agentteams command tree dispatches; the full charly agentteams REST CLI is exercised by the Go e2e + the live R10 bed roster |