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-level autonomy. It doesn't just use LLMs — it is one, wrapped in 237 modules of self-verification, self-repair, and autonomous planning.

237 source files · 80k LOC · 3311 tests · 142 services
12 boot phases · 0 cross-layer violations · 100% architectural fitness
348 typed events · 85 @ts-ignore (down from 336) · TSC clean (0 errors)
Runs on Claude, GPT-4, Kimi, DeepSeek, or local models via Ollama

Architecture Highlights

┌─────────────────────────────────────────────────────────────┐
│  GENESIS AGENT — Cognitive Architecture (v7)                │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌──────────┐   │
│  │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  │   │
│  └──────────┘  └──────────┘  └──────────┘  └──────────┘   │
│                                                             │
│  AwarenessPort — lightweight interface (replaces 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
AwarenessPort Lightweight self-awareness interface (replaced 14-module Consciousness Layer in v7)
PreservationInvariants 11 hash-locked semantic safety rules
ColonyOrchestrator Multi-agent goal decomposition + merge
DeploymentManager Strategy-based live deployment with rollback
DisclosurePolicy Trust-based information sovereignty + social engineering defense
DaemonController External control via Unix Socket / Named Pipe

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 5 CI gates: tests, architectural fitness, event audit, event validation, and type checking. The codebase maintains itself.

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


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 14 1