imp-core 0.2.0

Agent engine for imp: loop, tools, sessions, hooks, context, and SDK
Documentation
1
2
3
4
5
6
7
8
//! mana-next workflow ledger compatibility types.
//!
//! These are additive data structures used by imp-next to view current mana
//! units as workflow/evidence ledger records without changing mana storage.

mod ledger;

pub use ledger::*;