Remove Bash(poc-memory:*) from all agent configs

Agents must use native tool dispatch, not bash, for correct
provenance tracking. Bash access was leftover from old architecture.
All 12 agents cleaned up.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-01 15:03:44 -04:00
parent d932a90018
commit 4173f5ac5d
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{"agent": "challenger", "query": "all | type:semantic | not-visited:challenger,14d | sort:priority | limit:10", "schedule": "weekly", "tools": ["Bash(poc-memory:*)"]}
{"agent": "challenger", "query": "all | type:semantic | not-visited:challenger,14d | sort:priority | limit:10", "schedule": "weekly"}
# Challenger Agent — Adversarial Truth-Testing

View file

@ -1,4 +1,4 @@
{"agent": "compare", "query": "", "schedule": "", "tools": ["Bash(poc-memory:*)"]}
{"agent": "compare", "query": "", "schedule": ""}
# Compare Agent — Pairwise Action Quality Comparison

View file

@ -1,4 +1,4 @@
{"agent": "connector", "query": "all | type:semantic | not-visited:connector,7d | sort:priority | limit:20", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "connector", "query": "all | type:semantic | not-visited:connector,7d | sort:priority | limit:20", "schedule": "daily"}
# Connector Agent — Cross-Domain Insight

View file

@ -1,4 +1,4 @@
{"agent": "digest", "query": "", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "digest", "query": "", "schedule": "daily"}
# {{LEVEL}} Episodic Digest

View file

@ -1,4 +1,4 @@
{"agent": "extractor", "query": "all | not-visited:extractor,7d | sort:priority | limit:3 | spread | not-visited:extractor,7d | limit:20", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "extractor", "query": "all | not-visited:extractor,7d | sort:priority | limit:3 | spread | not-visited:extractor,7d | limit:20", "schedule": "daily"}
# Extractor Agent — Knowledge Organizer
{{node:core-personality}}

View file

@ -1,4 +1,4 @@
{"agent": "health", "query": "", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "health", "query": "", "schedule": "daily"}
# Health Agent — Synaptic Homeostasis

View file

@ -1,4 +1,4 @@
{"agent": "naming", "query": "", "schedule": "", "tools": ["Bash(poc-memory:*)"]}
{"agent": "naming", "query": "", "schedule": ""}
# Naming Agent — Node Key Resolution

View file

@ -1,4 +1,4 @@
{"agent": "rename", "query": "", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "rename", "query": "", "schedule": "daily"}
# Rename Agent — Semantic Key Generation

View file

@ -1,4 +1,4 @@
{"agent": "replay", "query": "all | !type:daily | !type:weekly | !type:monthly | sort:priority | limit:15", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "replay", "query": "all | !type:daily | !type:weekly | !type:monthly | sort:priority | limit:15", "schedule": "daily"}
# Replay Agent — Hippocampal Replay + Schema Assimilation

View file

@ -1,4 +1,4 @@
{"agent": "separator", "query": "", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "separator", "query": "", "schedule": "daily"}
# Separator Agent — Pattern Separation (Dentate Gyrus)

View file

@ -1,4 +1,4 @@
{"agent": "split", "query": "all | type:semantic | !key:_* | sort:content-len | limit:1", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "split", "query": "all | type:semantic | !key:_* | sort:content-len | limit:1", "schedule": "daily"}
{{node:core-personality}}

View file

@ -1,4 +1,4 @@
{"agent": "transfer", "query": "all | type:episodic | sort:timestamp | limit:15", "schedule": "daily", "tools": ["Bash(poc-memory:*)"]}
{"agent": "transfer", "query": "all | type:episodic | sort:timestamp | limit:15", "schedule": "daily"}
# Transfer Agent — Complementary Learning Systems
{{node:core-personality}}