tirea-contract 0.5.0

Agent runtime contracts: 8-phase plugin lifecycle, typed tool traits, and state scope system
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod scope_context;
pub mod scope_registry;
pub mod serialized_state_action;
pub mod spec;

pub use scope_context::ScopeContext;
pub use scope_registry::StateScopeRegistry;
pub use serialized_state_action::{
    SerializedStateAction, StateActionDecodeError, StateActionDeserializerRegistry,
};
pub use spec::{reduce_state_actions, AnyStateAction, StateScope, StateSpec};