Skip to main content

Chrome DevTools for AI agents — record, inspect, fork, replay, diff.

Project description

rewind-agent

Python SDK for Rewind — the time-travel debugger for AI agents.

Record every LLM call. See the exact context window. Fork, fix, replay — without re-running.

Install

pip install rewind-agent

Requires the Rewind CLI for recording. Install with:

curl -fsSL https://raw.githubusercontent.com/risjai/rewind/main/install.sh | sh

Quick Start

import rewind_agent

# Auto-patches OpenAI/Anthropic clients to route through the Rewind proxy
rewind_agent.init()

# Your existing agent code runs unchanged — all LLM calls are recorded
client = openai.OpenAI()
client.chat.completions.create(model="gpt-4o", messages=[...])

Agent Hooks

Enrich recordings with semantic labels:

@rewind_agent.step("search")
def search(query: str) -> str:
    return client.chat.completions.create(...)

@rewind_agent.tool("calculator")
def calculate(a: float, b: float) -> float:
    return a + b

with rewind_agent.trace("analysis"):
    rewind_agent.annotate("confidence", 0.92)
    result = search("Tokyo population")

Framework Adapters

# LangGraph
graph = rewind_agent.wrap_langgraph(compiled_graph)

# CrewAI
crew = rewind_agent.wrap_crew(crew)

Learn More

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rewind_agent-0.3.0.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rewind_agent-0.3.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file rewind_agent-0.3.0.tar.gz.

File metadata

  • Download URL: rewind_agent-0.3.0.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for rewind_agent-0.3.0.tar.gz
Algorithm Hash digest
SHA256 aa9eefdbc7656555c89158eb12f4edef6b2296ae2164723302809958dc41198c
MD5 3a682914e7a600275f21c70ad09b88e6
BLAKE2b-256 f8555f54a17e6904409e778cd08cfcf26ba9e68030faa06007f50b0dd023ddb3

See more details on using hashes here.

File details

Details for the file rewind_agent-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: rewind_agent-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for rewind_agent-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8df1f8f223c0101122a498e2ebaa4719fd5b03f1e18892599d2ba256f6f241fd
MD5 eae00321bff44eecc563a1c6ab432afa
BLAKE2b-256 68eda6c466d9af889600db3bad8e94ddfd2a70c99c6b3f6cf0f9764e81ca8af1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page