garudust-agent 0.2.0

AI agent run-loop, prompt builder, and multi-agent orchestration for Garudust
Documentation
1
2
3
4
5
6
7
8
pub mod agent;
pub mod approver;
pub mod compressor;
pub mod prompt_builder;
mod tests;

pub use agent::Agent;
pub use approver::{AutoApprover, ConstitutionalApprover, DenyApprover};