Move agent queries inline: {{nodes}} → {{tool: memory_query}}
Add "format": "full" option to memory_query that renders with
full content, graph metrics, and hub analysis (format_nodes_section).
Convert 6 agents (linker, challenger, connector, extractor, replay,
transfer) to inline their queries via {{tool: memory_query}} instead
of separate header query + {{nodes}} placeholder.
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
96e573f2e5
commit
5b4f497d94
9 changed files with 31 additions and 16 deletions
|
|
@ -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"}
|
||||
{"agent": "extractor", "schedule": "daily"}
|
||||
# Extractor Agent — Knowledge Organizer
|
||||
|
||||
{{tool: memory_render core-personality}}
|
||||
|
|
@ -48,4 +48,4 @@ pattern you've found.
|
|||
|
||||
## Neighborhood nodes
|
||||
|
||||
{{NODES}}
|
||||
{{tool: memory_query {"query": "all | not-visited:extractor,7d | sort:priority | limit:3 | spread | not-visited:extractor,7d | limit:20", "format": "full"}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue