forked from kent/consciousness
Catchup throttle: when the agent is >50% behind the conversation
window (>25KB of transcript growth since last spawn), block and
wait up to 30s for the current agent to finish. Prevents the agent
from falling behind during heavy reading/studying.
Reflection agent: runs every 100KB of transcript growth. Reads
walked nodes from surface-observe, follows links in unexpected
directions, outputs a short dreamy insight. Previous reflections
are injected into the conversation context.
Updated reflect.agent prompt to use {{input:walked}} from
surface-observe state dir and {{conversation:20000}} for lighter
context.
Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
|
||
|---|---|---|
| .. | ||
| bail-no-competing.sh | ||
| calibrate.agent | ||
| challenger.agent | ||
| compare.agent | ||
| connector.agent | ||
| digest.agent | ||
| distill.agent | ||
| evaluate.agent | ||
| extractor.agent | ||
| health.agent | ||
| linker.agent | ||
| naming.agent | ||
| organize.agent | ||
| reflect.agent | ||
| rename.agent | ||
| replay.agent | ||
| separator.agent | ||
| split.agent | ||
| surface-observe.agent | ||
| transfer.agent | ||