bamboo-engine 2026.4.30

Execution engine and orchestration for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
//! Scenario-specific compression strategies.

pub(crate) mod bash_build;
pub(crate) mod bash_generic;
pub(crate) mod bash_git;
pub(crate) mod bash_package;
pub(crate) mod bash_test;
pub(crate) mod grep_results;
pub(crate) mod read_code;
pub(crate) mod web_fetch;