This website requires JavaScript.
Explore
Help
Register
Sign In
kris
/
ForcePilot
Watch
1
Star
0
Fork
0
You've already forked ForcePilot
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
8c8abdc06b
ForcePilot
/
server
/
routers
History
Wenjie Zhang
77ce5a25da
feat: Agent 消息保存在SQLite 中
2025-05-16 23:46:25 +08:00
..
__init__.py
继续优化接口,移除无关模块:(1)移除原本的 Token 管理模块;(2)所有 API 请求使用 /api 前缀;(3)移除重复的中间件验证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化
2025-05-10 10:53:14 +08:00
auth_router.py
基本权限控制功能实现
2025-05-10 10:53:14 +08:00
base_router.py
优化配置更新方法
2025-05-10 10:53:14 +08:00
chat_router.py
feat: Agent 消息保存在SQLite 中
2025-05-16 23:46:25 +08:00
data_router.py
添加 知识库信息更新方法,支持修改标题和描述
2025-05-10 10:53:15 +08:00