bamboo-agent 2026.4.5

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
6
7
8
9
mod claude_dir;
mod file_io;
mod json;
#[cfg(test)]
mod tests;

pub(super) use claude_dir::{claude_home_file, get_claude_dir};
pub(super) use file_io::{read_text_file, write_file};
pub(super) use json::{parse_json, serialize_json_pretty};