Commit Graph

5 Commits

Author SHA1 Message Date
2a76fc6477 fix: 修复Linux和macOS打包脚本,添加虚拟环境支持
- 在打包过程中自动创建和激活虚拟环境
- 在虚拟环境中安装依赖,避免系统环境污染
- 打包完成后自动清理虚拟环境
- 统一使用python命令而非python3

🤖 Generated with CodeArts Agent
2026-04-14 07:12:51 +08:00
a846671c34 docs: 更新文档并修正打包脚本
- 新增 docs/api.md 后端API文档

- 修正文档中启动流程示例

- 移除不存在的F4快捷键

- 前端直接工具调用不受次数限制

- 打包脚本添加 config_service hidden-import

- Linux脚本添加python3检查
2026-04-13 08:36:41 +08:00
efc8182aa2 fix: complete build scripts with all required hidden imports
- Add all core and ui module hidden imports
- Add textual and its submodules
- Add openai and neo4j dependencies
- Update trulymem.spec with dynamic data collection
- Add all platform build scripts (Linux/Windows/macOS)
2026-04-12 21:06:59 +08:00
83906a6985 refactor: restructure to core/ + ui/ with multi-threaded backend 2026-04-12 18:15:55 +08:00
c13d3f671c 修复.gitignore: 允许build目录被追踪
- 从build忽略中移除build/
2026-04-12 17:14:20 +08:00