tapes
Capture, store, and query LLM session telemetry
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tapes?โผ
Run `npx skills add papercomputeco/tapes --all -g -y` in your terminal to install everything globally.
What does tapes do?โผ
Tapes intercepts LLM API calls through a transparent proxy, stores them in an immutable log, and turns them into queryable sessions, traces, and spans.
How do I capture an agent session with tapes?โผ
Start the server with `tapes serve`, then launch your agent through the companion `tapesctl start` command, which routes traffic through the capture proxy automatically.
Does tapes need a database?โผ
Yes, it stores sessions in PostgreSQL, and the bundled `tapes local up` command spins up Postgres plus a local Ollama model via Docker for you.
Can I search and export past agent sessions?โผ
Yes. The REST API offers session listing, trace browsing, span-level stats, semantic search, and JSONL export of any captured session.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core