Skip to main content

Crate ainl_runtime

Crate ainl_runtime 

Source
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§

RuntimeConfig
Configuration for the AINL runtime
RuntimeContext
AINL runtime context for execution

Traits§

MemoryProvider
Trait that memory backends must implement for AINL runtime integration