theway-core 0.1.21

theway core — stateful agent runtime + harness (Agent loop, skills, prompt templates, sessions, compaction) on top of theway-llm-provider.
Documentation
1
2
3
4
5
6
7
//! Runtime session model, in-memory implementation, and persistence adapter.

pub mod memory_repo;
pub mod memory_storage;
pub mod persistent_storage;
pub mod repo_utils;
pub mod session;