tsift-agent-doc 0.1.80

Agent-doc/session observability for tsift — cost, digest, review, guardrails, and log parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod graph_evidence;
pub mod prompt_cache_history;
pub mod session_cost;
pub mod session_digest;
pub mod session_markdown;
pub mod session_review;

// Local KG Model Contract (#kgadactivate, replacing the dropped #kgaduse
// re-export): agent-doc may READ `.tsift/graph.db` evidence via the
// tsift-sqlite/tsift-core GraphStore layer but must not own the tsift-kg
// extraction pipeline. `graph_evidence` is that read seam. Deeper wiring
// into session_digest/planning call sites is a separate design pass.
//
// See specs/local-kg-model.md lines 29-30 and the README's Local KG Model
// Contract section for the contract this module realizes.