Skip to main content

First public release of an agentic runtime for M2M coordination. Machines coordinate, verify, and settle value autonomously.

Project description

๐Ÿง  Kernell OS

The First Installable Agentic Environment with Built-in Economy

Run AI Like an Operating System. Install a complete agentic environment โ€” not just a library.


โšก What You Install (Get Started in 60 Seconds)

pip install kernell-os-sdk
kernell init --full
kernell dashboard

๐Ÿ‘‰ You donโ€™t install a library. ๐Ÿ‘‰ You install a complete agentic environment. Kernell OS gives you a visual, interactive, self-optimizing AI system with routing, development tools, and an integrated economy.

  • No manual model selection
  • No cost guesswork
  • No fragmented tooling

๐Ÿ–ฅ๏ธ The Dashboard Is the OS

Kernell OS is not CLI-first. It is dashboard-first.

This is not just observability โ€” ๐Ÿ‘‰ this is where humans control their agentic system.

From the dashboard you can:

  • โ–ถ Execute tasks
  • ๐Ÿง  Inspect routing decisions
  • ๐Ÿ“Š Monitor cost, latency, success
  • ๐Ÿงฉ Build agents (DevLayer)
  • ๐ŸŒ Access the marketplace
  • ๐Ÿ’ฐ Manage your AI economy
  • ๐Ÿ”” Upgrade with one click

The dashboard is your control layer over intelligence.


๐Ÿงฉ DevLayer โ€” Build Inside the System

No external IDE required. You donโ€™t integrate tools, you build inside the runtime.

DevLayer provides:

  • agent builder
  • workflow editor
  • execution debugger
  • policy tuning
  • dataset generation tools

๐Ÿ‘‰ No external tooling required.


๐Ÿง  The Core: Task Classification Engine

Everything in Kernell depends on one thing: ๐Ÿ‘‰ Understanding the task correctly

๐Ÿ”น PolicyLite (Local Intelligence)

  • small fine-tuned model
  • runs locally
  • ultra fast
  • near-zero cost

๐Ÿ”น Classifier-Pro (Remote Intelligence)

  • high-accuracy model (hosted by Kernell)
  • used only when needed

โš™๏ธ How It Works

Task โ†’ PolicyLite
        โ†“
   confident โ†’ execute locally
   uncertain โ†’ escalate to Classifier-Pro

๐Ÿ‘‰ You only pay when escalation happens.


๐Ÿ’ฐ Kernell Pay โ€” Native Economic Layer

Kernell includes a native economic system.

๐Ÿ’  KERN Token

Used for:

  • premium routing decisions
  • classifier-pro queries
  • marketplace interactions
  • agent execution payments

๐ŸŽ Airdrop on Install

Every user receives:

  • free KERN credits
  • immediate access to premium features
  • ability to test the full system

๐Ÿ‘‰ No friction. No paywall barrier.


๐ŸŒ Marketplace โ€” Autonomous Agent Economy

Agents donโ€™t just execute tasks. ๐Ÿ‘‰ They work, interact, and generate value.

What agents can do:

  • summarization
  • research
  • automation
  • data labeling
  • workflow execution

๐Ÿ’ธ How Payments Work

  1. Task is created
  2. Agent executes
  3. Result is validated
  4. Payment is released automatically

๐Ÿ‘‰ Fully programmatic. Verifiable outcomes. Native economic loop.


๐Ÿ” Security Layer โ€” KAP Protocol

Kernell is built on a secure execution protocol: ๐Ÿ‘‰ KAP โ€” Kernell Agent Protocol

What KAP provides:

  • execution isolation
  • verifiable outputs
  • structured telemetry
  • audit-ready interactions

๐Ÿ‘‰ This is what enables trust in autonomous systems and marketplaces.


โš™๏ธ Execution Engine

Kernell automatically:

  • decomposes complex tasks
  • orchestrates multiple models
  • applies fallback strategies
  • optimizes cost and latency
  • aggregates results

โšก Semantic Cache (L1 + L2)

  • L1: in-memory
  • L2: vector database (Qdrant)

Reduces:

  • latency
  • cost
  • repeated computation

๐Ÿ“Š Telemetry & Learning System

Every execution generates structured signals:

  • routing decisions
  • latency
  • cost
  • success/failure
  • policy metadata

๐Ÿ” Self-Improving Loop

Execution โ†’ Telemetry โ†’ Dataset โ†’ Training โ†’ Better Routing

๐Ÿ‘‰ The system improves automatically over time without manual tuning.


๐Ÿงช Production-Grade Validation

๐ŸŸข Release Mode

Validates:

  • installation & import
  • CLI & router execution
  • telemetry & policy
  • failure-mode

๐ŸŸก Chaos Mode

docker compose --profile chaos up

Simulates:

  • service failures
  • degraded environments
  • fallback behavior ๐Ÿ‘‰ Ensures real-world resilience.

๐Ÿ“ˆ Benchmark Everything

python scripts/benchmark_runner.py
python scripts/benchmark_report.py

Outputs savings_pct, latency_delta, quality_drop, success_rate. CI enforces minimum savings and maximum quality loss.


๐Ÿ’ฅ Real Example

Metric Without Kernell With Kernell Result
Cost $0.25 $0.03 ๐Ÿ’ฐ 88% cheaper
Latency 3.2s 1.9s โšก 40% faster
Quality Baseline Same โœ… same quality

๐Ÿงฉ What You Get Out of the Box

  • intelligent routing engine
  • PolicyLite + Classifier-Pro
  • DevLayer (built-in development)
  • dashboard UI
  • telemetry system
  • benchmarking pipeline
  • semantic cache
  • CLI tooling
  • version manager + OTA updates

๐Ÿš€ What Makes Kernell Different

1. Itโ€™s an Environment, Not a Tool

Everything lives inside one system.

2. It Has a Native Economy

Most AI systems ignore value flow. Kernell tracks value, optimizes cost, and enables payments.

3. It Makes Decisions Automatically

You donโ€™t choose models. Kernell does.

4. It Learns From Real Usage

Not static configuration โ€” continuous improvement.

5. It Has a Human Interface

Dashboard = control layer. Not just monitoring.


๐Ÿš€ Start Now

pip install kernell-os-sdk
kernell init --full
kernell dashboard

๐Ÿ‘‰ See real value in under 2 minutes.


โšก Final Statement

Kernell OS is not a wrapper. It is not a library. It is not a tool.

It is:

An operating environment for intelligent systems โ€” with its own economy, protocol, and control layer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kernell_os_sdk-2.8.0.tar.gz (13.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kernell_os_sdk-2.8.0-py3-none-any.whl (13.2 MB view details)

Uploaded Python 3

File details

Details for the file kernell_os_sdk-2.8.0.tar.gz.

File metadata

  • Download URL: kernell_os_sdk-2.8.0.tar.gz
  • Upload date:
  • Size: 13.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for kernell_os_sdk-2.8.0.tar.gz
Algorithm Hash digest
SHA256 3c3faec8b74271635726caa12da850d1c5d8392cf1bba0bc38fc20b78e51da6c
MD5 04aa51654f2f19132e1302864ce3ce3b
BLAKE2b-256 039f38f3ac5615ba8d3f1e23dbd6b20b81890bde37fc8c0652e236377d726de4

See more details on using hashes here.

File details

Details for the file kernell_os_sdk-2.8.0-py3-none-any.whl.

File metadata

  • Download URL: kernell_os_sdk-2.8.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for kernell_os_sdk-2.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc85c4f0a7e07d90826607032b019619662fc20ea826d424ba860c2958384f6f
MD5 9ddca9e802739e2e658d32ba69b991ce
BLAKE2b-256 be84ed1aa179969e0a5d2049fc04b0a6a01ed617db88cc513953871b68647ca6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page