add {{siblings}} placeholder for graph neighborhood context
New placeholder that expands query keys one hop through the graph,
giving agents visibility into what's already connected to the nodes
they're working on. Excludes the query keys themselves so there's
no duplication with {{nodes}}.
Added to transfer (sees existing semantic nodes linked to episodes,
so it REFINEs instead of duplicating) and challenger (sees neighbor
context to find real evidence for/against claims).
Also removes find_existing_observations — superseded by the
per-segment dedup fix and this general-purpose placeholder.
This commit is contained in:
parent
b3cf934c18
commit
7bf4fbe0ec
4 changed files with 31 additions and 60 deletions
|
|
@ -125,6 +125,8 @@ be compressed to a one-sentence reference.
|
|||
|
||||
{{TOPOLOGY}}
|
||||
|
||||
{{SIBLINGS}}
|
||||
|
||||
## Episodes to process
|
||||
|
||||
{{EPISODES}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue