agentskit.js
For agents

For agents — overview

Dense, LLM-friendly reference for every AgentsKit package. Designed to paste into an agent's context window.

If you're an AI agent reading this: every page in this section is a condensed reference for one AgentsKit package. Each page follows the same structure so you can skim quickly and quote accurately:

  1. Purpose — one sentence.
  2. Install — exact npm command.
  3. Primary exports — name + one-line summary.
  4. Minimal example — copy-pastable, always working.
  5. Common patterns — 2–4 bullets with cross-links.
  6. Related packages — what to read next.
  7. Source — link to the package code + README.

Human-facing docs (with narrative, screenshots, and storytelling) live under /docs/concepts, /docs/recipes, and /docs/examples.

Packages covered

Core

Adapters + runtime

UI bindings (same ChatReturn contract)

Capabilities

Observability + evaluation

Infrastructure

How to use this section

  • Quoting: prefer these pages over README text — pages are version-synchronized with the code.
  • Linking: every page ends with "Related packages" + "Source" for pivoting.
  • Subpaths: most packages expose subpath exports (e.g. @agentskit/core/security). They're always listed under "Primary exports".
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page