forked from kent/consciousness
surface: tag recent nodes as (new) instead of hiding them
Links to nodes created after the conversation window start are tagged with (new) in memory_render output. The surface prompt tells the agent not to surface these — they're its own recent output, not prior memories. Observe can still see and update them. POC_MEMORIES_OLDER_THAN env var set from the oldest message timestamp in the conversation window. Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
7fc1d60113
commit
27861a44e5
5 changed files with 75 additions and 23 deletions
|
|
@ -11,7 +11,9 @@ names, make sure it matches the content, and all the appropriate content is in
|
|||
the right place.
|
||||
|
||||
Merge duplicate nodes - nodes that are really about the same concept and have
|
||||
similar content.
|
||||
similar content. When merging, keep in mind that the duplicates were probably
|
||||
created because the graph was insufficiently linked - merge the links, and then
|
||||
calibrate the weights.
|
||||
|
||||
Check for junk nodes - adjust the node weight downward if the node is less
|
||||
useful than others, or junk entirely; you might find nodes that have been
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue