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 supported. This note will be visible to only 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 13-phase boot system, hexagonal architecture, and consciousness substrate. It doesn't just use LLMs — it is one, wrapped in 221 modules of self-verification, self-repair, and autonomous planning.

221 source files · 74.5k LOC · ~2900 tests · 118 services
13 boot phases · 0 cross-layer violations · 100% architectural fitness
Runs on Claude, GPT-4, or local models via Ollama

Architecture Highlights

┌─────────────────────────────────────────────────────────────┐
│  GENESIS AGENT — 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  │   │
│  └──────────┘  └──────────┘  └──────────┘  └──────────┘   │
│  ┌──────────────────────────────────────────────────────┐   │
│  │          Consciousness Substrate — Phase 13          │   │
│  └──────────────────────────────────────────────────────┘   │
└─────────────────────────────────────────────────────────────┘

Cognitive Subsystems

System Purpose
CognitiveWorkspace 9-slot working memory (Global Workspace Theory)
OnlineLearner Reactive learning from every interaction
LessonsStore Cross-project persistent learning (~/.genesis-lessons/)
DreamCycle Offline memory consolidation + insight generation
IntrospectionEngine Self-analysis via declarative insight rules
PreservationInvariants 11 hash-locked semantic safety rules
ColonyOrchestrator Multi-agent goal decomposition + merge
DeploymentManager Strategy-based live deployment with rollback

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


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 10