docs: add Rewind integration (time-travel debugger for AI agents)#2795
Open
risjai wants to merge 4 commits intolangfuse:mainfrom
Open
docs: add Rewind integration (time-travel debugger for AI agents)#2795risjai wants to merge 4 commits intolangfuse:mainfrom
risjai wants to merge 4 commits intolangfuse:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
6b9fecf to
17bcf7c
Compare
Rewind is an open-source time-travel debugger for AI agents. It imports Langfuse traces by ID, forks at the failure, replays with the fix (cached steps cost nothing), and proves the fix works with LLM-as-judge scoring. - Add content/integrations/other/rewind.mdx - Add "rewind" to other/meta.json sidebar GitHub: https://github.com/agentoptics/rewind License: MIT Made-with: Cursor
17bcf7c to
ae61cb1
Compare
Now that the demo is live on GitHub, embed it at the top of the integration page. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an integration page for Rewind, an open-source time-travel debugger for AI agents (MIT licensed).
What it does for Langfuse users:
Changes:
content/integrations/other/rewind.mdx— full integration page with Quick Start, Python SDK, and self-hosted supportcontent/integrations/other/meta.json— added "rewind" to sidebar (alphabetical)Links:
Rewind already supports OTel export to Langfuse, so traces flow both directions. Happy to adjust formatting or content based on your feedback.
Made with Cursor