agentskit.js
Contribute

Package documentation checklist

Use this when adding or changing a package or its public API.

Use this when adding or changing a package or its public API.

  1. Purpose β€” When to use / when not to use.
  2. Install β€” npm i line; note peers (usually @agentskit/core via feature packages).
  3. Public surface β€” Primary exports aligned with src/index.ts (details in TypeDoc).
  4. Configuration β€” Options tables for main factories.
  5. Examples β€” Happy path + one production-oriented or edge-case example.
  6. Integration β€” Links to adjacent packages (keep the See also line at the bottom of each guide short).
  7. Troubleshooting β€” Short FAQ (errors, env vars, version skew).

When exports change, update the guide and ensure pnpm --filter @agentskit/docs build still passes (docs:api regenerates TypeDoc).

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’