theway-daemon 0.1.21

theway daemon — the single agent-runtime kernel (bin `thewayd`): harness assembly, local/sandbox tool policy, triggers/cron/session/DAG runtime, skills, MCP/LSP wiring, serving the gRPC/HTTP/MCP transports from theway-transport. Terminal UI lives in the theway-tui crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Daemon-side context assembly.
//!
//! Owns the context domain for the daemon: reading persisted collapse context,
//! rendering lineage / handoff blocks, and composing the system prompt for the
//! agent harness.

pub mod lineage;
pub mod service;
pub mod system_prompt;

#[cfg(test)]
tests_bridge_macro::tests_bridge!("context");