consciousness/poc-memory/src/agents
Kent Overstreet 869a2fbc38 observation agent rewrite, edit command, daemon fixes
- observation.agent: rewritten to navigate graph and prefer refining
  existing nodes over creating new ones. Identity-framed prompt,
  goals over rules.
- poc-memory edit: opens node in $EDITOR, writes back on save,
  no-op if unchanged
- daemon: remove extra_workers (jobkit tokio migration dropped it),
  remove sequential chaining of same-type agents (in-flight exclusion
  is sufficient)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 23:51:06 -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 observation agent rewrite, edit command, daemon fixes 2026-03-20 23:51:06 -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