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
667b3bb878
ForcePilot
/
src
/
agents
/
chatbot
/
__init__.py
4 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
create the base chatbot agent
2025-03-24 23:00:14 +08:00
from
.
graph
import
ChatbotAgent
agent demo
2025-03-24 19:07:51 +08:00
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
__all__
=
[
"
ChatbotAgent
"
]
Reference in New Issue
Copy Permalink