Skip to main content

Crate orchestrator_collab

Crate orchestrator_collab 

Source
Expand description

Agent Collaboration Module

Provides structured agent-to-agent communication, shared context, and DAG-based workflow execution.

Re-exports§

pub use artifact::*;
pub use context::*;
pub use dag::*;
pub use output::*;

Modules§

artifact
Artifact models and shared-state helpers for multi-agent execution.
context
Agent execution context types and template-rendering helpers.
dag
DAG primitives used by collaboration planning flows.
output
Structured agent output payloads and metrics.