agent-trace 0.1.0

Git-backed document memory, trace continuity, and permissioned writes for agent workflows
Documentation
1
2
3
4
5
6
7
8
9
pub mod backend;
pub mod prompts;
pub(crate) mod providers;
pub mod synthesis_engine;
pub mod trace_insights;

// ── Public API re-exports ─────────────────────────────────────────────────────
pub use providers::resolver::ResolvedBackendInfo;
pub use trace_insights::{Llm, LlmError, TraceDocument, TraceInsightsError, TraceInsightsFacade};