SwarmNode

The `SwarmNode` entity.

Definition

TypeScript
interface SwarmNode {
  id: string;
  swarmVersionId: string;
  agentId: string;
  agentVersionId: string | null;
}

Fields

FieldTypeNotes
idstringreadonly required
swarmVersionIdstringrequired — Swarm version this node belongs to.
agentIdstringrequired — Agent placed at this node.
agentVersionIdstring | nullrequired — Specific agent version pinned on this node; null falls back to the agent's default.