bamboo-memory 2026.4.30

Memory storage and retrieval components for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
//! Memory management, token budgeting, and context preparation for Bamboo agents.

pub mod auto_dream;
pub mod budget;
pub mod memory;
pub mod memory_store;
pub mod plan_store;