bamboo-server 2026.5.1

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
//! Sub-session spawn scheduler — re-exported from bamboo-application-runtime.
//!
//! The implementation lives in `bamboo_engine::execution::spawn`.
//! This module provides backward-compatible re-exports for callers in `src/`.

pub use bamboo_engine::execution::spawn::{SpawnContext, SpawnJob, SpawnScheduler};