Files
tools/conversation_trans/README.md
flt6 b4c04343e8 update README
1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
2025-09-12 14:58:58 +08:00

20 lines
488 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# conversation_trans
将对话数据转换为Markdown格式的工具。
## 功能
将Claude AI聊天记录或其他对话JSON数据转换为格式化的Markdown文档提取思考时间、内容和回复等信息。
## 使用方法
1. 将对话JSON数据放入脚本中
2. 运行 `python main.py`
3. 程序将生成带有对话标题的Markdown文件
## 特性
- 解析消息树结构
- 提取思考过程和回复内容
- 生成格式化的Markdown输出
- 自动生成文件名