Skip to main content

Crate agentrs_multi

Crate agentrs_multi 

Source
Expand description

Multi-agent orchestration primitives for agentrs.

Structs§

AgentGraph
Directed agent graph.
AgentGraphBuilder
Builder for AgentGraph.
GraphEdge
Graph edge between two agent nodes.
InMemoryBus
In-memory broadcast event bus.
MultiAgentOrchestrator
Multi-agent orchestrator.
MultiAgentOrchestratorBuilder
Builder for MultiAgentOrchestrator.
SharedConversation
Shared conversation state used by multiple agents.

Enums§

EdgeCondition
Transition predicate for graph orchestration.
OrchestratorEvent
Events emitted during orchestration.
RoutingStrategy
Routing strategy for multi-agent runs.

Traits§

EventBus
Pluggable event bus for orchestration observability.