briefcase-core 3.0.0

Open-source decision tracking for AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod agent;
pub mod base;
pub mod data_ref;
pub mod hardware;
pub mod scorecard;

pub use agent::*;
pub use base::*;
pub use data_ref::*;
pub use hardware::*;
pub use scorecard::*;