awaken-runtime 0.4.0

Phase-based execution engine, plugin system, and agent loop for Awaken
Documentation
1
2
3
4
5
6
7
//! Re-export cancellation types from awaken-contract.
//!
//! The canonical definition now lives in `awaken_contract::cancellation`.
//! This module preserves `crate::cancellation::*` import paths within the runtime.

#[allow(unused_imports)]
pub use awaken_contract::cancellation::{CancellationHandle, CancellationToken};