Adding lots of skills

This commit is contained in:
2026-05-09 22:44:17 +02:00
parent b57fc43fc0
commit bb444759f6
58 changed files with 3585 additions and 86 deletions
@@ -0,0 +1,8 @@
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#