forked from kent/consciousness
Move poc-agent (substrate-independent AI agent framework) into the memory workspace as a step toward using its API client for direct LLM calls instead of shelling out to claude CLI. Agent prompt improvements: - distill: rewrite from hub-focused to knowledge-flow-focused. Now walks upward from seed nodes to find and refine topic nodes, instead of only maintaining high-degree hubs. - distill: remove "don't touch journal entries" restriction - memory-instructions-core: add "Make it alive" section — write with creativity and emotional texture, not spreadsheet summaries - memory-instructions-core: add "Show your reasoning" section — agents must explain decisions, especially when they do nothing - linker: already had emotional texture guidance (kept as-is) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| calibrate.agent | ||
| challenger.agent | ||
| compare.agent | ||
| connector.agent | ||
| digest.agent | ||
| distill.agent | ||
| evaluate.agent | ||
| extractor.agent | ||
| health.agent | ||
| linker.agent | ||
| naming.agent | ||
| observation.agent | ||
| organize.agent | ||
| rename.agent | ||
| replay.agent | ||
| separator.agent | ||
| split.agent | ||
| transfer.agent | ||