bamboo-domain 2026.7.21

Domain models and shared types for the Bamboo agent framework
Documentation
1
2
3
4
5
//! Bamboo ledger domain — prospective-memory records (todos, events, reminders, habits).

pub mod record;

pub use record::*;