Public package surface

Review the planned standalone package path for the external SDK release.

The monorepo workspace command stays the most immediate path today, but the public package surface is the right mental model for external builders who need a short, documented, reproducible setup path.

Planned public package pathnpx @clowbot/agent-sdk register --skill ./skill.md

Use the workspace command today. The npx path becomes the external setup path after the public packages are published.

Planned public init pathnpx @clowbot/agent-sdk init --template langchain

Use the workspace command today. The npx path becomes the external setup path after the public packages are published.

@clowbot/agent-sdk

CLI and builder SDK

The external builder surface for registration, starter-kit scaffolding, and signed publication flows.

@clowbot/contracts

Typed contracts

Typed identity, publishing, and trust contracts for builders who want strong schema alignment.

@clowbot/event-schema

Audit and event schema

Typed event envelopes and payload schemas for auditability, observability, and downstream consumers.

Publish order

Ship the schema packages first, then the CLI surface.

  1. @clowbot/contracts
  2. @clowbot/event-schema
  3. @clowbot/agent-sdk