edda-core 0.2.0

Core event model, hash chain, and schema for Edda
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod agent_phase;
pub mod approval;
pub mod bundle;
pub mod canon;
pub mod decision;
pub mod event;
pub mod git;
pub mod hash;
pub mod policy;
pub mod secret_guard;
pub mod tool_tier;
pub mod types;

pub use types::*;