bamboo-agent 2026.4.12

A fully self-contained AI agent backend framework with built-in web services, multi-LLM provider support, and comprehensive tool execution
Documentation
1
2
3
4
5
mod handlers;
mod types;
mod validation;

pub use handlers::{delete_env_var, list_env_vars, replace_env_vars, upsert_env_var};