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.
- Purpose β When to use / when not to use.
- Install β
npm iline; note peers (usually@agentskit/corevia feature packages). - Public surface β Primary exports aligned with
src/index.ts(details in TypeDoc). - Configuration β Options tables for main factories.
- Examples β Happy path + one production-oriented or edge-case example.
- Integration β Links to adjacent packages (keep the See also line at the bottom of each guide short).
- 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
- PeerContribute
AgentsKit is built in the open. Here's how to help β from filing an issue to shipping a new adapter.
- PeerGood first issues
Curated issues ready to grab. Pick one, comment on it to claim, and ship a PR.
- PeerLocal setup
Clone, install, and run the AgentsKit monorepo locally in under 2 minutes.