This website requires JavaScript.
Explore
Help
Sign In
gardel
/
Mofox-Core
Watch
1
Star
0
Fork
0
You've already forked Mofox-Core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b32a9343935e589c571ca26b8f848df778574f2b
Mofox-Core
/
src
/
chat
/
planner_actions
History
minecraft1024a
b32a934393
fix(chat): 确保 planner 提示词模块被初始化
...
通过显式导入 planner_prompts 模块,确保其中的提示词在 planner 实例化之前被正确注册,避免潜在的引用问题。
2025-09-27 15:06:02 +08:00
..
action_manager.py
perf(methods): 通过移除不必要的 self 参数优化方法签名
2025-09-20 10:55:06 +08:00
action_modifier.py
refactor(chat): 将 get_chat_type_and_target_info 重构为异步函数
2025-09-26 19:56:46 +08:00
plan_executor.py
perf(methods): 通过移除不必要的 self 参数优化方法签名
2025-09-20 10:55:06 +08:00
plan_filter.py
添加了一点日志
2025-09-27 14:59:54 +08:00
plan_generator.py
refactor(chat): 将 get_chat_type_and_target_info 重构为异步函数
2025-09-26 19:56:46 +08:00
planner_prompts.py
feat(planner): 重构动作决策逻辑与参数提取机制
2025-09-16 14:00:33 +08:00
planner.py
fix(chat): 确保 planner 提示词模块被初始化
2025-09-27 15:06:02 +08:00