mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-10 07:12:12 +08:00
- Add structured runtime config files (AGENT_PROFILE.md, AGENT_WORKFLOW.md, AGENT_HOOKS.md, USER_PREFERENCES.md, SYSTEM_TASKS.md, CURRENT_PERSONA.md) for persona, workflow, hooks, and system tasks - Implement agent_runtime_manager to load, validate, and render runtime config and system task prompts - Refactor agent initialization to use runtime-managed directories for skills, jobs, memory, and activity logs - Add AgentHooksMiddleware for structured pre/in/post hooks injection - Replace hardcoded system task prompts with template-driven rendering from SYSTEM_TASKS.md - Update tests to cover runtime config loading, migration, and system task prompt rendering - Update .gitignore to exclude config/agent/
343 B
343 B
version
| version |
|---|
| 1 |
USER_PREFERENCES
这是根层的运维偏好文件,不是用户长期记忆。
- 这里只放稳定的系统级输出规则或部署方偏好。
- 用户在对话中形成的长期习惯,仍应写入
config/agent/memory/*.md。 - 默认保持精简,避免与
AGENT_PROFILE.md或AGENT_WORKFLOW.md重复。