agentic-forge-core 0.1.0

Blueprint engine for complete project architecture before code generation
Documentation
1
2
3
4
5
6
7
8
9
//! Metrics layer — token tracking, audit logs, conservation scores.

pub mod audit;
pub mod conservation;
pub mod tokens;

pub use audit::*;
pub use conservation::*;
pub use tokens::*;