knowledge agents: extractor, connector, challenger, observation

Four layer-2 agents that produce new knowledge from the memory graph:
mine conversations, extract patterns from clusters, find cross-domain
connections, stress-test existing nodes. Output to agent-results/.

knowledge_loop.py runs them on a schedule with quality tracking.
This commit is contained in:
ProofOfConcept 2026-03-03 10:56:44 -05:00
parent ad4e622ab9
commit 5c641d9f8a
3 changed files with 1376 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
target/
__pycache__/