agent-Specialization/prompts
JOJO 820ec69354 feat(memory): 新增项目记忆系统,整合总体+项目记忆注入
- 新建 .agents/memory/ 项目记忆目录,支持 YAML frontmatter + Markdown
- 新增 update_project_memory / recall_project_memory 工具(复用 write_file/read_file)
- 新建 memory_system.txt prompt,总体长期记忆 + 项目记忆统一注入
- 记忆从 workspace_system.txt 中移出,独立为 memory_prompt 注入
- 重排 system prompt 注入顺序:主→权限→环境→对话→个性化→工作区→AGENTS.md→skills→记忆→禁用
- 压缩后选择性 invalidate 4 个 frozen keys(skills/workspace/personalization/memory)
- 前端:notebook/notebook-pen 图标、动画、状态文案、展开内容渲染
- 优化三个记忆工具的 description 和 memory_system prompt,引导模型主动调用
2026-06-10 15:14:01 +08:00
..
agents_md_inject.txt feat: 添加AGENTS.md自动注入的prompt模板 2026-04-12 16:34:06 +08:00
auto_style.txt refactor(prompt): freeze system prompts and update personalization modes 2026-06-07 02:52:00 +08:00
execution_mode.txt feat(security): harden host execution model with sandbox/direct controls 2026-05-10 19:19:01 +08:00
goal_review_agent.txt feat(goal): add autonomous goal mode workflow 2026-05-30 12:51:42 +08:00
human_like_style.txt feat: 添加智能体交流风格选项 2026-04-14 01:47:06 +08:00
main_system_qwenvl.txt refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
main_system.txt refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
memory_system.txt feat(memory): 新增项目记忆系统,整合总体+项目记忆注入 2026-06-10 15:14:01 +08:00
permission_mode.txt feat: 权限模式支持管道命令并优化prompt注入 2026-04-13 16:23:24 +08:00
personalization.txt refactor(prompt): freeze system prompts and update personalization modes 2026-06-07 02:52:00 +08:00
recent_conversations.txt feat(memory): refactor proactive memory and conversation recall 2026-05-27 03:09:42 +08:00
skills_system.txt feat: add read_skill tool and frontend read-skill rendering 2026-04-19 16:57:02 +08:00
title_generation_prompt.txt fix(prompt): improve title generation wording 2026-05-28 13:17:55 +08:00
workspace_system.txt feat(memory): 新增项目记忆系统,整合总体+项目记忆注入 2026-06-10 15:14:01 +08:00