Skip to main content

Module agent_group

Module agent_group 

Source
Expand description

Agent group types for oxios orchestration.

oxios has its own OxiosAgentGroup struct for managing groups of agents spawned by the orchestrator (Seed splitting, state persistence, events).

For multi-agent execution within a pipeline/parallel/orchestrated workflow, use the re-exports from oxi_sdk: SdkAgentGroup, SdkGroupResult. See lib.rs for oxi-sdk re-exports.

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.