periplon 0.2.0

Rust SDK for building multi-agent AI workflows and automation
Documentation
1
2
3
4
5
6
7
8
9
pub mod hook_service;
pub mod mcp_server;
pub mod permission_service;
pub mod transport;

pub use hook_service::*;
pub use mcp_server::*;
pub use permission_service::*;
pub use transport::*;