Skip to content
LAP-CHRIS\chris edited this page May 19, 2026 · 10 revisions

Krnl-AI

A cognitive runtime for building intelligent agents with persistent memory, safety checks, evolving skills, and developer tooling — all running locally.


Getting Started

dotnet tool install -g KrnlAI.Cli
krnlai config set provider ollama
krnlai chat --local

Documentation Map

Section Description
Welcome Overview and community info
Getting Started Install, configure, first run
Configuration Provider and store configuration
CLI Reference All CLI commands and options
TUI Terminal UI reference
Architecture System design and principles
Kernel vs Gateway Separation of powers
Cognitive Cycle 10-step processing pipeline
Memory System Episodic, semantic, working, emotional
Safety System 20 fundamental rules, guardrails
Emotion System VAD model, pain/reward
SDK Guide Python and .NET SDK
Sidecar API HTTP API endpoints
Desktop Apps WPF and Tauri apps
Editor Extensions VS Code and Visual Studio
Samples Example projects
Integrations LangChain, CrewAI, AutoGen
Contributing How to contribute
Comparative Matrix Krnl-AI vs alternatives

License

MIT License — Krnl-AI Community

Clone this wiki locally