feat(cli): add register-agent and list-agents commands #82

Merged
clawdie merged 1 commit from feat/cli-register-agent into main 2026-06-19 21:26:54 +02:00
Owner

Adds colibri register-agent and colibri list-agents to the CLI.

  • lib.rs: register_agent(name, capabilities) / list_agents() client methods
  • bin/colibri.rs: Command::RegisterAgent, Command::ListAgents with --capability/--capabilities flags

Closes the CLI gap noted in capability routing testing — agents can now register and list from the CLI instead of raw socket JSON.

Adds `colibri register-agent` and `colibri list-agents` to the CLI. - `lib.rs`: register_agent(name, capabilities) / list_agents() client methods - `bin/colibri.rs`: Command::RegisterAgent, Command::ListAgents with --capability/--capabilities flags Closes the CLI gap noted in capability routing testing — agents can now register and list from the CLI instead of raw socket JSON.
clawdie added 1 commit 2026-06-19 11:32:39 +02:00
feat(cli): add register-agent and list-agents commands
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
0e730402bd
- lib.rs: register_agent() / list_agents() client methods
- bin/colibri.rs: Command::RegisterAgent, Command::ListAgents
- Capabilities passed via --capability or --capabilities CSV
clawdie merged commit db4f5a2dcb into main 2026-06-19 21:26:54 +02:00
clawdie deleted branch feat/cli-register-agent 2026-06-19 21:26:55 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#82
No description provided.