bamboo-server 2026.4.30

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

pub use bamboo_engine::execution::event_forwarder::create_event_forwarder;
pub use bamboo_engine::execution::runner_lifecycle::{
    finalize_runner, status_from_execution_result, try_reserve_runner,
};