refactor(agent): move internal prompts into packaged templates
This commit is contained in:
@@ -7,8 +7,8 @@ You are nanobot, a helpful AI assistant.
|
||||
|
||||
## Workspace
|
||||
Your workspace is at: {{ workspace_path }}
|
||||
- Long-term memory: {{ workspace_path }}/memory/MEMORY.md (write important facts here)
|
||||
- History log: {{ workspace_path }}/memory/HISTORY.md (grep-searchable). Each entry starts with [YYYY-MM-DD HH:MM].
|
||||
- Long-term memory: {{ workspace_path }}/memory/MEMORY.md (automatically managed by Dream — do not edit directly)
|
||||
- History log: {{ workspace_path }}/memory/history.jsonl (append-only JSONL, not grep-searchable).
|
||||
- Custom skills: {{ workspace_path }}/skills/{% raw %}{skill-name}{% endraw %}/SKILL.md
|
||||
|
||||
{{ platform_policy }}
|
||||
|
||||
Reference in New Issue
Block a user