ForcePilot/web
Wenjie Zhang b524ca687b feat(agents): 重构智能体系统,引入Context替代Configuration
- 将Configuration重构为Context,支持动态工具配置
- 新增state.py和tools.py模块,优化状态管理和工具处理
- 移除旧的tools_factory.py和registry.py
- 更新前端API引用路径,修复brandApi命名错误
- 调整README和更新日志,反映架构变更
- 优化智能体历史记录管理,改进SQLite检查点
- 修复默认智能体加载和工具展示问题
2025-08-31 00:34:26 +08:00
..
public feat(ui): 重构登录页和主页UI设计,优化品牌信息配置 2025-08-08 22:57:14 +08:00
src feat(agents): 重构智能体系统,引入Context替代Configuration 2025-08-31 00:34:26 +08:00
.eslintrc.cjs first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.gitignore first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json feat: 增加 LightRAG的图谱可视化功能(但是目前的检索和可视化会出现跨知识库的情况,需要继续debug) 2025-06-30 22:29:23 +08:00
pnpm-lock.yaml chore(deps): bump @eslint/plugin-kit from 0.3.1 to 0.3.3 in /web 2025-07-21 05:02:42 +00:00
vite.config.js 继续优化接口,移除无关模块:(1)移除原本的 Token 管理模块;(2)所有 API 请求使用 /api 前缀;(3)移除重复的中间件验证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化 2025-05-10 10:53:14 +08:00