agentskit.js
Packages

Roadmap

Per-package stability status, current version, and what each package needs to reach v1.0.

AgentsKit follows a package-level semver model. Each package declares its own stability tier and ships independently. The core is already v1; everything else is tracked below on its path to v1.

Stability tiers

TierMeaningBreaking changes
stablev1.0 or later. Contract frozen per ADRs.Only via major bump, with deprecation + codemod.
betav0.x, surface settled, tests + docs complete.Possible, but announced in #beta-log one release in advance.
alphav0.x, API still evolving.Expected. Follow the changelog.

Package status

PackageVersionStabilityContractPath to v1.0
@agentskit/core1.6.xstablefrozen (ADRs 0001–0006)Shipped. Contract frozen.
@agentskit/adapters0.9.xbetaevolvingFinalize tool-call delta shape across providers; add Bedrock + Cohere + Vertex; adapter contract tests; publish 1.0
@agentskit/runtime0.6.xbetaevolvingSpeculate API finalization; topology API finalization; durable step-log format frozen; publish 1.0
@agentskit/tools0.7.xbetaevolvingStabilize composeTool + wrapToolWithSelfDebug APIs; grow integrations to 35+; finalize MCP bridge shape; publish 1.0
@agentskit/memory0.6.xbetaevolvingStabilize VectorStore v1 (metadata filters); add Weaviate + Milvus + Turso + Supabase; publish 1.0
@agentskit/rag0.2.xalphaevolvingFinalize chunking strategies; reranker contract v1; add 3 more loaders; ship hybrid scorer defaults
@agentskit/skills0.5.xbetaevolvingSkillDefinition v1; marketplace resolver frozen; grow personas to 15; publish 1.0
@agentskit/observability0.5.xbetaevolvingTrace event schema v1; audit-log format frozen; cost counter parity per adapter; publish 1.0
@agentskit/eval0.4.xalphaevolvingSuite format v1; replay cassette v1; CI reporter contract v1; snapshots stabilized
@agentskit/sandbox0.3.xalphaevolvingE2B backend GA; WebContainer fallback feature parity; policy API v1
@agentskit/react0.5.xbetaevolvingChatReturn shape frozen (shared across bindings); theme contract v1; a11y audit pass
@agentskit/vue0.2.xalphaevolvingParity with React surface; Vue 3 SSR tests; theme contract v1
@agentskit/svelte0.2.xalphaevolvingParity with React surface; Svelte 5 runes API; theme contract v1
@agentskit/solid0.2.xalphaevolvingParity with React surface; Solid accessors; theme contract v1
@agentskit/react-native0.2.xalphaevolvingParity with React surface; Expo template; Android+iOS test matrix
@agentskit/angular0.2.xalphaevolvingParity with React surface; standalone-component template; Signal + RxJS contract v1
@agentskit/ink0.7.xbetaevolvingParity with React surface; keyboard UX pass; theme contract v1
@agentskit/cli0.8.xbetaevolvingagentskit init template gallery; agentskit ai prompt hardening; agentskit doctor auto-fixes
@agentskit/templates0.1.xalphaevolvingGrow to 8 framework starters; Stackblitz + CodeSandbox links per template

Release cadence

  • core: patches only unless an ADR ratifies a major change (rare, deprecation window).
  • beta packages: minor releases every 2–3 weeks; patches as needed.
  • alpha packages: ship when ready; may include breaking changes in minors.
  • changesets: every PR adds a changeset; CI blocks merges without one.

How to follow

Want to help a package reach v1?

Every package lists "path to v1.0" items above as GitHub issues with type-* + package-* labels. Pick one, open a PR, we ship together.

Start with good first issues.

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page