claudex
Reusable Rust library for indexing and querying local agent coding sessions.
The crate reads Claude Code, OpenAI Codex, GitHub Copilot (CLI and VS Code), 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.12.0" # 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.