consciousness/poc-memory/src/agents
Kent Overstreet 3b30a6abae agents: raise in-flight exclusion threshold from 0.15 to 0.3
The lower threshold excluded too many neighbors, causing "query
returned no results (after exclusion)" failures and underloading
the GPU. Now only moderately-connected neighbors (score > 0.3) are
excluded, balancing collision prevention with GPU utilization.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 16:32:02 -04:00
..
api.rs agents: fix vllm crash on malformed tool args, always use API 2026-03-20 14:33:36 -04:00
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs consolidation: data-driven agent plan, drop transfer/connector/replay 2026-03-20 14:02:28 -04:00
daemon.rs agents: raise in-flight exclusion threshold from 0.15 to 0.3 2026-03-20 16:32:02 -04:00
defs.rs render: extract render_node() + add {{seed}} placeholder 2026-03-20 13:47:14 -04:00
digest.rs experience-mine: link at creation time, remove # from new keys 2026-03-14 16:25:31 -04:00
enrich.rs Remove experience_mine, journal_enrich, and old mining helpers 2026-03-17 00:54:12 -04:00
knowledge.rs agents: log oversized prompts to llm-logs/oversized/ for debugging 2026-03-20 14:38:32 -04:00
llm.rs agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
mod.rs Add direct API backend for agent execution 2026-03-18 23:05:14 -04:00
prompts.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00