Skip to main content

Crate bzzz_core

Crate bzzz_core 

Source
Expand description

Bzzz Core Library

Core primitives for Agent orchestration:

  • Protocol types (Agent Spec, SwarmFile, RuntimeAdapter)
  • State objects (Run, Step, Session, Artifact)
  • Patterns (sequence, parallel, conditional, loop, delegate, supervisor, compete, escalation, alongside)
  • Parser and Validator
  • Runtime implementations (Local, Docker, HTTP, Cloud)
  • Template module for parameter substitution

Re-exports§

pub use parser::*;
pub use pattern::*;
pub use protocol::*;
pub use runtime::*;
pub use template::*;

Modules§

parser
Parser and Validator for Bzzz protocol objects
pattern
Pattern executors
protocol
Protocol module
runtime
Runtime implementations
template
Parameter substitution module