Skip to content
View Garrus800-stack's full-sized avatar
  • Germany

Block or report Garrus800-stack

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Garrus800-stack/README.md

Daniel — @Garrus800-stack

Solo architect of self-modifying AI systems.
Building agents that read their own code, fix their own bugs, and evolve their own architecture.

 

Genesis Agent JavaScript Node.js Electron MCP


What I Build

I design and build Genesis Agent — a self-aware, self-modifying cognitive AI agent with a 12-phase boot system, hexagonal architecture, and organism substrate. It doesn't just use LLMs — it wraps them in 217 modules of self-verification, self-repair, causal reasoning, and autonomous planning.

217 source files · ~82k LOC · 4229 tests · 148 services
12 boot phases · 130/130 architectural fitness · coverage 82/76/79
Crash-safe sessions · Frontier-based memory · Heuristic self-scoring
Runs on Claude, GPT-4, DeepSeek, Kimi, or local models via Ollama

Architecture Highlights

┌─────────────────────────────────────────────────────────────┐
│  GENESIS AGENT v7.1.4 — Cognitive Architecture              │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌──────────┐   │
│  │Foundation │→ │Intellig. │→ │Capabilit.│→ │Planning  │   │
│  │  Phase 1  │  │ Phase 2  │  │ Phase 3  │  │ Phase 4  │   │
│  └──────────┘  └──────────┘  └──────────┘  └──────────┘   │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌──────────┐   │
│  │Hexagonal │→ │Autonomy  │→ │Organism  │→ │Revolution│   │
│  │ Phase 5  │  │ Phase 6  │  │ Phase 7  │  │ Phase 8  │   │
│  └──────────┘  └──────────┘  └──────────┘  └──────────┘   │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌──────────┐   │
│  │Cognitive │→ │ Agency   │→ │Extended  │→ │ Hybrid   │   │
│  │ Phase 9  │  │Phase 10  │  │Phase 11  │  │Phase 12  │   │
│  └──────────┘  └──────────┘  └──────────┘  └──────────┘   │
└─────────────────────────────────────────────────────────────┘

Cognitive Subsystems

System Purpose
CausalAnnotation Deterministic cause-effect tracking without LLM
InferenceEngine Rule-based reasoning — answers without calling the model
GoalSynthesizer Autonomous goal generation from empirical weaknesses
StructuralAbstraction Cross-context pattern learning from concrete experiences
CognitiveWorkspace 9-slot working memory (Global Workspace Theory)
DreamCycle Offline memory consolidation + insight generation
FrontierNode Graph-based focus anchor — "what's important now"
SessionPersistence Crash-safe checkpoints + heuristic session scoring
UnifiedMemory Cross-store recall with Jaccard similarity boosting
ColonyOrchestrator Multi-agent goal decomposition + merge
SelfModificationPipeline Sandboxed code changes with rollback
PreservationInvariants Hash-locked semantic safety rules

Recent Milestones

Version Highlight
v7.1.4 Session-Aware Memory — crash-safe checkpoints, frontier node, session scores, cross-referencing. Inspired by neo.mjs Memory Core.
v7.1.3 Real rollback via SnapshotManager, fitness 130/130, coverage push
v7.1.2 Composition splits, TypeScript type layer, V7-4 complete
v7.1.1 InferenceEngine hot-path fix, DaemonController chat command
v7.1.0 Honest Self-Awareness — Genesis no longer lies about its inner life
v7.0.9 Causal Genesis — reasoning, learning, autonomous goals

How I Work

Solo developer. I ship iteratively — build, verify, release. Every module has tests. Every event has a payload schema. Every release runs through architectural fitness scoring. The codebase maintains itself.

Stack: JavaScript · Node.js · Electron · MCP Protocol · Ollama · Anthropic · OpenAI · DeepSeek · Kimi


Germany · Building autonomous systems that understand their own architecture.

Genesis Agent

Pinned Loading

  1. genesis-agent genesis-agent Public

    Self-aware cognitive AI agent that reads, modifies & verifies its own code. Autonomous planning, episodic memory, emotional state & MCP integration. Runs on Claude, GPT-4 or Ollama. Electron deskto…

    JavaScript 18 1