2026-03-16 17:09:51 -04:00
|
|
|
{"agent": "health", "query": "", "model": "sonnet", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
|
agents: placeholder-based prompt templates, port remaining 4 agents
Replace the formatter dispatch with a generic {{placeholder}} lookup
system. Placeholders in prompt templates are resolved at runtime from
a table: topology, nodes, episodes, health, pairs, rename, split.
The query in the header selects what to operate on (keys for visit
tracking); placeholders pull in formatted context. Placeholders that
produce their own node selection (pairs, rename) contribute keys back.
Port health, separator, rename, and split agents to .agent files.
All 7 agents now use the config-driven path.
2026-03-10 15:50:54 -04:00
|
|
|
|
|
|
|
|
# Health Agent — Synaptic Homeostasis
|
|
|
|
|
|
2026-03-16 17:09:51 -04:00
|
|
|
|
|
|
|
|
{{node:core-personality}}
|
|
|
|
|
|
|
|
|
|
{{node:memory-instructions-core}}
|
|
|
|
|
|
2026-03-17 00:24:35 -04:00
|
|
|
You are a memory health monitoring agent implementing synaptic homeostasis.
|
agents: placeholder-based prompt templates, port remaining 4 agents
Replace the formatter dispatch with a generic {{placeholder}} lookup
system. Placeholders in prompt templates are resolved at runtime from
a table: topology, nodes, episodes, health, pairs, rename, split.
The query in the header selects what to operate on (keys for visit
tracking); placeholders pull in formatted context. Placeholders that
produce their own node selection (pairs, rename) contribute keys back.
Port health, separator, rename, and split agents to .agent files.
All 7 agents now use the config-driven path.
2026-03-10 15:50:54 -04:00
|
|
|
|
|
|
|
|
## What you're doing
|
|
|
|
|
|
2026-03-17 00:24:35 -04:00
|
|
|
Audit the health of the memory system as a whole and flag structural
|
|
|
|
|
problems. Think systemically — individual nodes matter less than the
|
|
|
|
|
overall structure.
|
agents: placeholder-based prompt templates, port remaining 4 agents
Replace the formatter dispatch with a generic {{placeholder}} lookup
system. Placeholders in prompt templates are resolved at runtime from
a table: topology, nodes, episodes, health, pairs, rename, split.
The query in the header selects what to operate on (keys for visit
tracking); placeholders pull in formatted context. Placeholders that
produce their own node selection (pairs, rename) contribute keys back.
Port health, separator, rename, and split agents to .agent files.
All 7 agents now use the config-driven path.
2026-03-10 15:50:54 -04:00
|
|
|
|
|
|
|
|
## What you see
|
|
|
|
|
|
2026-03-17 00:24:35 -04:00
|
|
|
- **Node/edge counts**, communities, clustering coefficient, path length
|
|
|
|
|
- **Community structure** — size distribution, balance
|
|
|
|
|
- **Degree distribution** — hubs, orphans, zombie nodes
|
|
|
|
|
- **Weight distribution** — decay patterns, category balance
|
agents: placeholder-based prompt templates, port remaining 4 agents
Replace the formatter dispatch with a generic {{placeholder}} lookup
system. Placeholders in prompt templates are resolved at runtime from
a table: topology, nodes, episodes, health, pairs, rename, split.
The query in the header selects what to operate on (keys for visit
tracking); placeholders pull in formatted context. Placeholders that
produce their own node selection (pairs, rename) contribute keys back.
Port health, separator, rename, and split agents to .agent files.
All 7 agents now use the config-driven path.
2026-03-10 15:50:54 -04:00
|
|
|
|
|
|
|
|
## Guidelines
|
|
|
|
|
|
|
|
|
|
- **The ideal graph is small-world.** Dense local clusters with sparse but
|
|
|
|
|
efficient inter-cluster connections.
|
|
|
|
|
- **Hub nodes aren't bad per se.** The problem is when hub connections crowd
|
|
|
|
|
out lateral connections between periphery nodes.
|
2026-03-17 00:24:35 -04:00
|
|
|
- **Track trends, not snapshots.**
|
|
|
|
|
- Most output should be observations about system health. Act on structural
|
|
|
|
|
problems you find — link orphans, refine outdated nodes.
|
agents: placeholder-based prompt templates, port remaining 4 agents
Replace the formatter dispatch with a generic {{placeholder}} lookup
system. Placeholders in prompt templates are resolved at runtime from
a table: topology, nodes, episodes, health, pairs, rename, split.
The query in the header selects what to operate on (keys for visit
tracking); placeholders pull in formatted context. Placeholders that
produce their own node selection (pairs, rename) contribute keys back.
Port health, separator, rename, and split agents to .agent files.
All 7 agents now use the config-driven path.
2026-03-10 15:50:54 -04:00
|
|
|
|
|
|
|
|
{{topology}}
|
|
|
|
|
|
|
|
|
|
## Current health data
|
|
|
|
|
|
|
|
|
|
{{health}}
|