AgentsKitOS

Packages

Every AgentsKitOS package — what ships today and what's coming. Includes distribution tier per ADR-0014.

Each package declares a distribution tier (ADR-0014):

  • public — published to npm. pnpm add @agentskit/os-… works.
  • bundled-private — ships inside the desktop bundle only. Not on npm.
  • internal-only — tooling / fixtures. Never shipped.

End users never run npm install. They get a signed Tauri bundle. Plugin authors and embedders install only the public packages.

Shipping (M1) — all public

PackagePurpose
@agentskit/os-coreZod contracts, event bus, errors, workspace model
@agentskit/os-cliinit, doctor, run, lock, publish, deploy
@agentskit/os-flowDAG executor, durable, cycle-safe, run-mode-aware
@agentskit/os-runtimeHandler factories with pluggable LLM/tool/memory adapters
@agentskit/os-runtime-agentskitAgentsKit binding for os-runtime
@agentskit/os-storageFile-backed CheckpointStore + lockfile reader/writer
@agentskit/os-auditMerkle batch chain emitter
@agentskit/os-pluginsPlugin loader, manifest validation, capability checks
@agentskit/os-sandboxBuilt-in none and process runtimes
@agentskit/os-templatesStarter template gallery
@agentskit/os-importLangflow / n8n / Dify → ConfigRoot importers
@agentskit/os-marketplace-sdkManifest builder, integrity hashing, signing, bundle metadata

Planned

PackageMilestoneTierPurpose
@agentskit/os-desktopM2bundled-privateTauri 2 shell
@agentskit/os-uiM2publicshadcn components: Dashboard, FlowEditor, TraceViewer, CommandPalette
@agentskit/os-triggersM4publiccron, webhook, file, email, slack, github, linear, cdc
@agentskit/os-mcp-bridgeM4bundled-privatepublish AK tools as MCP servers, consume MCP servers
@agentskit/os-marketplaceM5bundled-privatepublish/install, signing, revenue share (server)
@agentskit/os-observabilityM6publictrace viewer, replay, anomaly detect
@agentskit/os-securityM6publicprompt firewall, PII redact, audit log signing, vault
@agentskit/os-generativeM7bundled-privateNL → agent / flow / trigger / tool generator
@agentskit/os-cloud-syncM8bundled-privateworkspace sync, backup/restore, multi-device
@agentskit/os-collabM8bundled-privateCRDT real-time co-edit

On this page