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-3.2.2.tar.gz (14.0 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-3.2.2-py3-none-any.whl (13.3 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: kernell_os_sdk-3.2.2.tar.gz
  • Upload date:
  • Size: 14.0 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-3.2.2.tar.gz
Algorithm Hash digest
SHA256 f188a84f0a0453bebaab52f3d4de4c9b05e10160bf354c8136c8ce0efc0870e1
MD5 8ee454d1e44ca4f7794bd6eabb313682
BLAKE2b-256 0c92a3c5683d3b18963908c93d55f049381172c7f1684bbe8d274a9fd6fe5722

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kernell_os_sdk-3.2.2-py3-none-any.whl
  • Upload date:
  • Size: 13.3 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-3.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 df5b6da7dfb7b3e567cb5594f3941ff2c24f54897dbf3bbd104cc1ce7fbc65c8
MD5 657558d8b11334590a47a403eef3f68c
BLAKE2b-256 e34631b63d2b1c67641f308a190379e5116cd3017f8f98ed8c34ae3239828daa

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