consciousness/poc-memory/src/cli
Kent Overstreet 34e74ca2c5 agents: neighborhood placeholder, organize prompt, weight-set command
Add {{neighborhood}} placeholder for agent prompts: full seed node
content + ranked neighbors (score = link_strength * node_weight) with
smooth cutoff, minimum 10, cap 25, plus cross-links between included
neighbors.

Rewrite organize.agent prompt to focus on structural graph work:
merging duplicates, superseding junk, calibrating weights, creating
concept hubs.

Add weight-set CLI command for direct node weight manipulation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:16:55 -04:00
..
admin.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
agent.rs Upgrade workspace to edition 2024, add --local flag to agent run 2026-03-18 22:44:36 -04:00
graph.rs Native memory tools + MCP server + distill agent improvements 2026-03-19 22:58:54 -04:00
journal.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
misc.rs config: hot-reload via RPC, Arc<Config> for cheap sharing 2026-03-19 13:41:13 -04:00
mod.rs poc-memory: POC_MEMORY_DRY_RUN=1 for agent testing 2026-03-16 18:09:56 -04:00
node.rs agents: neighborhood placeholder, organize prompt, weight-set command 2026-03-20 12:16:55 -04:00