bamboo-agent 2026.4.2

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
10
//! Task list API handlers.

mod handlers;
mod session;
mod types;

pub use handlers::{get_task_list, has_task_list};

#[cfg(test)]
mod tests;