Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

File metadata and controls

34 lines (22 loc) · 1.05 KB

operator-kernel

An independent agent kernel platform for task planning, tool orchestration, provider abstraction, and plugin-driven execution.

Positioning

operator-kernel is the new-brand successor layer in the AICode-Nexus portfolio.

  • claude-code-runtime proves compatibility-oriented CLI workflows.
  • claude-code-playbook explains the architecture and research trail.
  • operator-kernel extracts the reusable core into a provider-agnostic SDK and execution engine.

First Release Scope

  • Stable public abstractions: Kernel, Task, ExecutionPlan, Tool, Provider, Plugin
  • Mock-provider execution path for deterministic testing
  • Reference CLI shell to demonstrate the kernel is callable, not just conceptual

Getting Started

pnpm install
pnpm test
pnpm dev run "plan a refactor"

Linked Repositories

Roadmap

See ROADMAP.md.