建议增加记忆内容手动导出备份功能
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
目前项目的记忆信息只能在软件内部查看,没有导出备份的入口。
在更换设备、重装环境的时候,之前积累的对话记忆、知识库内容会全部丢失。
希望可以增加简单的导出功能,支持把本地记忆、知识点以json或者文本格式导出保存,后续可以导入恢复。
不需要做很复杂的交互,基础导出导入就可以,对个人使用者会很实用。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Start by locating the Python code that stores and displays local memory and knowledge-base content, then trace how that data can be serialized and restored. Done means users can export their local data and import it again without losing the remembered content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100