Expand description
swarms tier dispatch. Mirrors
objectiveai-sdk-rs/src/cli/command/swarms/mod.rs. list is a
streaming leaf (one ResponseItem per swarm); get and publish
are unary.
Modules§
- get
swarms get <path>— fetch a swarm by its remote path. The SDK’sTryFrom<Args>has already parsed the docker-stylekey=value,...string into aRemotePathCommitOptional.- list
swarms list <source>— enumerate swarms from a given source. Streams oneResponseItemper swarm. Sources:- publish
swarms publish— write aRemoteSwarmBaseto the local filesystem under<base>/swarms/<repository>and return the resulting git commit SHA. Body and commit message can be supplied inline, from a JSON file, or produced by Python (the embedded WASI rustpython).