periplon 0.2.0

Rust SDK for building multi-agent AI workflows and automation
Documentation
1
2
3
4
5
6
7
pub mod agent_service;
pub mod control_protocol;
pub mod session_manager;

pub use agent_service::*;
pub use control_protocol::*;
pub use session_manager::*;