Skip to main content

Module agent_group

Module agent_group 

Source
Expand description

Agent group types for oxios orchestration.

Defines the data structures for multi-agent groups persisted to the state store. The group creation logic (delegate_subtasks) was removed during the RFC-027 migration; these types remain for reading historical data from the state store via the /api/agent-groups API.

Structs§

OxiosAgentGroup
A group of agents executing in parallel.
OxiosGroupAgent
A single agent’s entry in a group.

Enums§

OxiosAgentGroupStatus
Status of an agent within a group.