claudex
Reusable Rust library for indexing and querying local agent coding sessions.
The crate reads Claude Code, OpenAI Codex, Pi, and OpenClaw transcripts through the same provider/index pipeline used by the CLI, then returns typed report structs instead of terminal-rendered tables.
Install
[]
= "0.10.1" # x-release-please-version
Example
use ;
Use claudex::api for the supported facade. claudex::index::IndexStore
remains public for callers that need lower-level query control.