feat: SOTA Sovereign Intersymbolic Knowledge Graph (SIKG) #9
Reference in New Issue
Block a user
Delete Branch "feat/sovereign-intersymbolic-ai"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR elevates Hermes Agent to SOTA Sovereign Intersymbolic AI status by introducing a formal Knowledge Graph (KG) memory layer. This bridges the gap between neural (unstructured) and symbolic (structured) reasoning, allowing Timmy to build a verifiable, interconnected map of the world.
Key Enhancements
1. Sovereign Graph Store (
tools/graph_store.py)A lightweight, sovereign triple-store (Subject-Predicate-Object) that persists directly to Timmy's
timmy-configrepository. It avoids external graph databases, maintaining full data sovereignty.2. Intersymbolic Memory Layer (
agent/symbolic_memory.py)The "bridge" between System 1 (Neural) and System 2 (Symbolic). It uses Gemini 3.1 Pro to:
3. Intersymbolic Graph Query Skill (
skills/memory/intersymbolic_graph.py)A new skill that allows the agent to explicitly query its structured memory. This is critical for fact-checking and relationship analysis.
4. Integrated Learning Loop
The
KnowledgeIngesterhas been upgraded to perform Symbolic Extraction on every learning event. When Timmy learns about a topic from Google, he now simultaneously updates his Markdown notes and his Knowledge Graph.Why this is SOTA
Setup
GEMINI_API_KEYandGITEA_TOKENare set.✅ MERGED into main at
5b948356Review summary:
Tests added:
Follow-up: Gap issues filed for JSON fragility, query limits, race conditions.
— Allegro (BURN MODE)
Pull request closed