Skip to content

Anush008/tapes

 
 

Repository files navigation

Tapes Logo
tapes

Transparent agentic telemetry and instrumentation for content-addressable LLM interactions.
About · Download · Documentation · Contributing

· ·

tapes is an Agentic telemetry system for content-addressable LLM interactions. It provides durable storage of agent sessions, plug-and-play OpenTelemetry instrumentation, and deterministic replay of past agent messages.


📼 Quickstart

Install tapes:

curl -fsSL https://download.tapes.dev/install | bash

Run Ollama and the tapes services. By default, tapes targets embeddings on Ollama with the embeddinggema:latest model - pull this model with ollama pull embeddinggema:

ollama serve
tapes serve

Start a chat session:

tapes chat --model gemma3

Search conversation turns:

tapes search "What's the weather like in New York?"

Checkout a previous conversation state for context check-pointing and retry:

tapes checkout abc123xyz987
tapes chat

About

Transparent telemetry collector for agents

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 89.1%
  • JavaScript 6.2%
  • CSS 2.5%
  • HTML 1.1%
  • Makefile 0.3%
  • Hurl 0.3%
  • Other 0.5%