bamboo-domain 2026.5.3

Domain models and shared types for the Bamboo agent framework
Documentation
1
2
3
4
5
//! Bamboo schedule domain — types for schedule definitions, triggers, and run records.

pub mod domain;

pub use domain::*;