greentic-dw-reflection 0.5.3

Reflection contracts for greentic-dw deep-agent flows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Reflection contracts for Digital Worker deep-agent flows.

mod error;
mod fixtures;
mod model;
#[cfg(test)]
mod tests;
mod traits;

pub use error::*;
pub use fixtures::*;
pub use model::*;
pub use traits::*;