aeontel swarm

Manage swarms

Swarm commands

aeontel swarm run

Run a swarm

TypeScript
aeontel swarm run <id> [prompt] [--json] [--async]
Shell
aeontel swarm run id_... "Hello"

aeontel swarm chat

Interactive chat with a swarm

TypeScript
aeontel swarm chat <id> [--workspace <id>]
Shell
aeontel swarm chat id_...

aeontel swarm get-edge

Get a single swarm edge

TypeScript
aeontel swarm get-edge <edgeId>
Shell
aeontel swarm get-edge edg_...

aeontel swarm get-node

Get a single swarm node

TypeScript
aeontel swarm get-node <nodeId>
Shell
aeontel swarm get-node nod_...