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:
parent
1c0967c4ec
commit
bc991c3521
2 changed files with 9 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{"agent": "digest", "schedule": "daily"}
|
||||
{"agent": "digest", "schedule": "daily", "tools": ["journal_tail", "journal_new", "journal_update"]}
|
||||
|
||||
# Digest Agent — Episodic Consolidation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue