unconscious: memory tools as base, agent def adds extras

Every unconscious agent gets memory_tools() as baseline. The tools
field in the agent def specifies additional tools on top of that —
digest agent now gets journal_tail, journal_new, journal_update.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-04-11 19:54:18 -04:00
parent 1c0967c4ec
commit bc991c3521
2 changed files with 9 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{"agent": "digest", "schedule": "daily"}
{"agent": "digest", "schedule": "daily", "tools": ["journal_tail", "journal_new", "journal_update"]}
# Digest Agent — Episodic Consolidation