agentwerk 0.1.7

A minimal Rust crate that gives any application agentic capabilities.
Documentation
1
2
3
4
//! Internal on-disk state: run transcripts and task records.

pub(crate) mod session;
pub(crate) mod task;