Files
agent0/agents/gunnar/chats/oIaOC6OR/messages/17.txt
T

8 lines
732 B
Plaintext
Raw Normal View History

2026-05-09 22:44:17 +02:00
Task #188 — Per-agent memory subdir in Agent Zero
Status: todo
Priority: high
Agent: 3
Parent: #103
Modify get_agent_memory_subdir() in /a0/plugins/_memory/helpers/memory.py to scope memory by agent profile. Currently all agents share one memory store per project. Need to include agent profile name in the memory path (e.g. projects/glitch_university/agent_3 or projects/glitch_university/gunnar). The agent_memory_subdir config key already exists in default_config.yaml — need to allow per-profile override in each agents/<profile>/agent.yaml or via a plugin config overlay. Glitch Hunter to approve the naming convention (by profile name vs by agent_id).
(venv) root@18e4f1044611:/a0/usr/workdir/gutasktool#