The list of agent names available within the swarm.
Optional
callbacksOptional partial set of lifecycle callbacks for the swarm, allowing customization of events.
The default agent name to use when no active agent is specified.
Optional
docOptional description for documentation purposes, aiding in swarm usage understanding.
Optional
getOptional function to fetch the active agent upon swarm initialization.
The unique ID of the client requesting the agent.
The unique name of the swarm.
The default agent name to fall back to if no active agent is set.
The name of the active agent, synchronously or asynchronously.
Optional
getOptional function to retrieve the initial navigation stack after swarm initialization.
The unique ID of the client requesting the stack.
The unique name of the swarm.
The navigation stack, synchronously or asynchronously.
Optional
persistOptional flag to enable serialization of navigation stack and active agent state to persistent storage (e.g., hard drive).
Optional
policiesOptional array of policy names defining banhammer or access control rules for the swarm.
Optional
setOptional function to update the active agent after navigation changes.
The unique ID of the client updating the agent.
The name of the new active agent.
The unique name of the swarm.
A promise that resolves when the agent is updated, or void if synchronous.
Optional
setOptional function to persist the navigation stack after a change.
The unique ID of the client updating the stack.
The updated navigation stack.
The unique name of the swarm.
A promise that resolves when the stack is persisted.
The unique name of the swarm within the system.
Interface representing the schema for defining a swarm. Configures the swarm's behavior, navigation, and agent management.