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
//! End-to-end Agent loop test. Uses a synthetic `StreamFn` (via the AssistantMessageEventStream
//! sender API exposed by theway-llm-provider) to drive the loop deterministically — no LLM calls.

pub mod helpers;
pub mod lifecycle;
pub mod permission;
pub mod updates;