bamboo-server 2026.7.10

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
//! Server-side regression tests for the engine event infrastructure.
//!
//! The event cluster (account change feed + replayable-event helper) lives in
//! `bamboo_engine::events`; callers reference it directly. This module only
//! retains server-level tests that exercise that infrastructure through the
//! server `AppState`.

#[cfg(test)]
mod replayable_tests;