atomr-agents-core 0.11.0

Core types for the atomr-agents framework: ids, budgets, context, events, errors.
Documentation
1
2
3
4
5
6
7
/// The framework's open-ended value type. Currently a re-export of
/// `serde_json::Value`; the alias gives us a single point of change if
/// we want a stricter representation later.
pub type Value = serde_json::Value;

/// Re-export under a friendlier name for convenience.
pub use serde_json as Json;