bamboo-server 2026.5.18

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
//! Replayable session-event publishing.
//!
//! See [`replayable`] for the canonical helper and its invariant.

pub mod replayable;

pub use replayable::publish_replayable_session_event;