feat(cli): add register-agent and list-agents commands #82
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/cli-register-agent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
colibri register-agentandcolibri list-agentsto the CLI.lib.rs: register_agent(name, capabilities) / list_agents() client methodsbin/colibri.rs: Command::RegisterAgent, Command::ListAgents with --capability/--capabilities flagsCloses the CLI gap noted in capability routing testing — agents can now register and list from the CLI instead of raw socket JSON.