Token导航 LogoToken导航TokenDH.com
LLM Chat Replay logo
开发工具未说明官方级别未说明来源级核验

LLM Chat Replay

MCP Server

chat replay visualizer for sesssions saved in your LLM. create transcripts using your LLM + MCP filesystem server, and replay them here, to share with others

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
TypeScriptClaude开发工具Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

jonmadison

提供方

jonmadison

最后核验

2026/5/18 02:16

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

LLM聊天回放

一个React应用程序,通过键入动画和播放控件提供LLM聊天记录的可视化回放。专为AI助手对话(如Claude)创建,但可使用指定格式与任何markdown聊天导出配合使用。

特性

  • 拖放标记文件上传
  • 播放控制(播放/暂停)
  • 速度控制(0.5倍至4倍)
  • 进度条擦洗
  • 具有智能滚动行为的自动滚动聊天窗口
  • 人类和助手消息的不同气泡
  • 为助手响应键入动画
  • 自动提取并显示对话标题

演示

按以下格式删除任何降价记录:

# Title of Conversation

**Human**: Your question or prompt here

**Assistant**: The assistant's response here

入门指南

先决条件

  • Node.js(v16+)
  • npm或纱线

安装

git clone https://github.com/yourusername/llm-chat-replay.git
cd llm-chat-replay
npm install
npm run dev

用法

  1. 使用以下命令启动应用程序 npm run dev
  2. 将保存的markdown转录文件拖放到界面中或单击浏览
  3. 使用回放控件回放对话
  4. 使用聊天下方的控件根据需要调整速度
  5. 使用进度条跳转到对话的特定部分

创建兼容的成绩单

与AI助手聊天时,您通常可以请求导出成绩单:

Ask the assistant: "please save the full transcript of this chat as a markdown file"

确保保存的markdown文件格式为“:“和”助手:“每条消息开头的标记。

一致转录格式的预提示

为了获得最佳效果,请将此预提示添加到您的AI助手的设置中(.clinerules等),以确保格式正确的成绩单:

### Chat Transcripts
When asked to save a chat or a transcript, here are some rules that will allow you to replay chat in the LLM chat replay tool.

Please save a complete, properly formatted transcript of our conversation to the filesystem using tools. When creating this transcript:

1. Come up with a title for the chat, and add it to the document at the beginning as "# Title:  [title]"
2. Format with `**Human**:` and `**Assistant**:` prefixes exactly as shown.. that's:
	- Two asterisks (`**`)
	- The identifier (Human or Assistant)
	- Two asterisks (`**`)
	- A colon (`:`)
	- A space
	- Then the message content
3. Preserve all original text formatting, but avoid special characters that might break markdown
4. For any file paths or code:
   - Place them on their own lines when possible
   - Wrap them in backticks like `this`
   - Avoid ending lines with underscores or other markdown-sensitive characters
5. For function calls and results:
   - Format them as  relevant information
   - Format them as relevant information
   - Ensure they're on their own lines
   - summarize the function results and don't print the entire thing. resist having any markdown inside the function results, as it causes formatting errors.
6. Maintain proper spacing between paragraphs
7. Use standard markdown for any lists or formatting
8. Save the file with a descriptive name in the format: chat_YYYYMMDD_topic_name.md

Please ensure the transcript contains our complete conversation with all content preserved, and ready to be played back in the chat replay tool.

构建于

  • React+Vite
  • TypeScript
  • 顺风 CSS
  • 用于键入动画的Typed.js

贡献

欢迎投稿!请随时提交拉取请求。

许可证

此项目根据MIT许可证获得许可-有关详细信息,请参阅许可证文件。

目录标签

目录标签

TypeScriptClaude开发工具developer-tools聊天回放本地部署打字动画播放控制AI助手React应用

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP