bamboo-server 2026.7.12

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
//! Server-side regression tests for the engine session-application cluster.
//!
//! The session/use-case modules live in `bamboo_engine::session_app`; callers
//! reference them directly. This module only retains server-level tests that
//! exercise that cluster through the server `AppState`.

#[cfg(test)]
mod metadata_tests;