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§
- Oxios
Agent Group - A group of agents executing in parallel.
- Oxios
Group Agent - A single agent’s entry in a group.
Enums§
- Oxios
Agent Group Status - Status of an agent within a group.