update README
1. update root README, pointer to all proj 2. create all README Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
20
conversation_trans/README.md
Normal file
20
conversation_trans/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# conversation_trans
|
||||
|
||||
将对话数据转换为Markdown格式的工具。
|
||||
|
||||
## 功能
|
||||
|
||||
将Claude AI聊天记录或其他对话JSON数据转换为格式化的Markdown文档,提取思考时间、内容和回复等信息。
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 将对话JSON数据放入脚本中
|
||||
2. 运行 `python main.py`
|
||||
3. 程序将生成带有对话标题的Markdown文件
|
||||
|
||||
## 特性
|
||||
|
||||
- 解析消息树结构
|
||||
- 提取思考过程和回复内容
|
||||
- 生成格式化的Markdown输出
|
||||
- 自动生成文件名
|
Reference in New Issue
Block a user