Commit Graph

9 Commits (81db37ae1e26b61baf1b6ad8a20b99a519ca3b69)

Author SHA1 Message Date
晴猫 263e8d196a fix: Update type hints to use newer Python syntax
- Replace Dict, List, Optional with dict, list,  < /dev/null |  None syntax
- Fix abstract method implementation in message.py
- Improve type annotations and function return types
- Remove unreachable code in get_current_task_tool.py
- Refactor HTML elements to use style attributes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-01 06:55:05 +09:00
Bakadax ef24f013de 为PFC的输出添加容易区分的聊天流标识 2025-04-28 16:41:39 +08:00
Bakadax 3b88a35a30 增加私聊名称参数 2025-04-28 15:36:29 +08:00
github-actions[bot] 99697efe0e 🤖 自动格式化代码 [skip ci] 2025-04-27 03:08:02 +00:00
114514 cbaed95938 PFC优化:增加一个新的决策
增加了一个可先的新的屏蔽决策,防止机器人受到骚扰信息消耗token,以前的结束对话结束以后,如果收到新的骚扰信息依然会再次进入决策,这次的屏蔽则是直接屏蔽10分钟(无任何决策),在之后实例自我销毁结束。
2025-04-27 10:10:18 +08:00
SengokuCola 70f3dcba1f better:更新PFC,现可拥有多目标以及其他优化 2025-04-11 16:01:57 +08:00
tcmofashi 08e5dd2f7b ruff: 2025-04-09 17:50:54 +08:00
SengokuCola 687c3f6710 feat:PFC重构,模块化拆分 2025-04-08 22:31:47 +08:00
SengokuCola e3b2d5b88c fix:模块化PFC 2025-04-08 17:38:42 +08:00