A local-first AI agent that grows its own capabilities, discovers new skills, writes code, tests itself, and evolves, all on your own hardware.
A command or query triggers the pipeline.
Analyzes if the request exceeds current capabilities.
Search ecosystem and local repositories.
Code-generation of new skills when no match is found.
Ephemeral replica reviews code for quality and safety.
Human confirmation gates the resolution.
Skill is merged into the ecosystem.
A command or query triggers the pipeline.
Analyzes if the request exceeds current capabilities.
Search ecosystem and local repositories.
Code-generation of new skills when no match is found.
Ephemeral replica reviews code for quality and safety.
Human confirmation gates the resolution.
Skill is merged into the ecosystem.
The system is designed around a modular, tool-first philosophy. Every component is replaceable, every skill is independently testable, and the whole stack runs on consumer hardware.
The model always has access to tools. Skills and routines are meta-tools in a native tool-calling loop. No routing-first triage.
ADR-022Multi-slot architecture: primary (Nemotron), audio (Gemma 4), draft, embed — each independently managed with LRU eviction.
ADR-018GPU-accelerated model serving with Nemotron-3B (64k ctx) for local inference. Gemma 4 for audio. Ollama drop-in for cloud models.
ADR-013Ephemeral agent instances (critic, planner, pipeline roles) with isolated system prompts and named slot routing.
ADR-008Idle reflection: System 1/2 gap detection, identity and memory consolidation, proactive Telegram thoughts.
ADR-005Evolution anchored to real user failures. Only fires when a request genuinely fails. Human confirmation gates resolution.
ADR-020Auto-discovers OpenClaw, coding agents (opencode, Aider, Claude Code), and peers via port scan, mDNS, and MCP.
ADR-015Three-layer composable context: token-aware history, embedding retrieval, and skill-driven context providers built fresh per inference.
ADR-014Kernel Evolving runs entirely on your own hardware. Everything is local-first with cloud escalation only for code synthesis. No data leaves your machine unless you explicitly allow it.
Requirements Python 3.11+, CUDA GPU (8GB+ VRAM)
Every skill is autonomously generated, tested, and curated by the agent. Each one lives in its own git branch with a full SKILL.md spec, command interface, and test suite. Skills are synced from kernel-synthesized-skills .
No skills synced yet.
Run php artisan skills:sync to fetch the catalog from GitHub.