Expand description
AINL Runtime - graph-based agent programming runtime
This crate provides the execution runtime for AINL (AI Native Language), integrating with the ainl-memory graph substrate for persistent memory.
Structs§
- Runtime
Config - Configuration for the AINL runtime
- Runtime
Context - AINL runtime context for execution
Traits§
- Memory
Provider - Trait that memory backends must implement for AINL runtime integration