feat: Dhee V2.0 — Self-Evolving Cognition Plugin#11
Merged
Ashish-dwi99 merged 1 commit intomainfrom Mar 30, 2026
Merged
Conversation
Transforms Dhee from a memory layer into a self-improving cognition plugin for any agent framework (MCP, OpenAI, LangChain, AutoGen), including edge/humanoid hardware. Phase 1 — Universal Plugin: - DheePlugin: framework-agnostic API (remember/recall/context/checkpoint) - DheeEdge: offline hardware plugin (GGUF+ONNX, <500MB) - BuddhiMini + TraceSegmenter: trainable model scaffold with 3 task heads Phase 2 — Self-Evolving Cognition: - ContrastiveStore: success/failure pairs with MaTTS re-ranking - HeuristicDistiller: abstract reasoning patterns at 3 abstraction levels - MetaBuddhi: self-referential strategy mutation and promotion loop - ProgressiveTrainer: 3-stage SFT→DPO→RL training pipeline - HyperContext now includes contrasts and heuristics Phase 3 — Scale: - EvolvingGraph: entity versioning, personalized PageRank - HiveMemory: multi-agent shared cognition over engram-bus - CRDT sync: LWW-Register, G-Counter, OR-Set for offline/edge - Framework adapters: OpenAI, LangChain, AutoGen, system prompt - EdgeTrainer: on-device LoRA micro-training (CPU, rank-4) Research basis: DGM-Hyperagents, ERL, ReasoningBank, AgeMem, Structured Agent Distillation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transforms Dhee from a memory layer into a self-improving cognition plugin for any agent framework (MCP, OpenAI, LangChain, AutoGen), including edge/humanoid hardware.
Phase 1 — Universal Plugin:
Phase 2 — Self-Evolving Cognition:
Phase 3 — Scale:
Research basis: DGM-Hyperagents, ERL, ReasoningBank, AgeMem, Structured Agent Distillation.