Newcomer journey
Understand the AgentsKit ecosystem, run a verified demo, and choose a contribution path without private guidance.
Welcome. This page is the public newcomer journey for the AgentsKit ecosystem: understand β try β use β contribute β showcase.
Campaign landing: Community
Launch package (maintainers): docs/ecosystem/launch
Launch timing: Broad promotion stays blocked until ecosystem readiness is
ready(#1204) and HITL approval is recorded in the launch package.
#1. Understand the ecosystem
| Product | Role | Start |
|---|---|---|
| AgentsKit | Foundation β build agents without glue code | Get started |
| Registry | Starting point β copy ready agents | registry.agentskit.io |
| AgentsKit Chat | Experience β one definition, many interfaces | agentskit-chat |
| Doc Bridge | Understanding β executable handoffs | Doc Bridge |
| Playbook | Discipline β ship mergeable agent work | playbook.agentskit.io |
| Code Review | Verification β low-noise review | code-review-cli |
| AgentsKit OS | Operation β run agents in production | akos.agentskit.io |
Architecture overview: Architecture at a glance.
#2. Three-command demos
These demos are declared in docs/ecosystem/launch/launch-package.json and checked by pnpm check:launch-package. Public numbers must come from generated ecosystem-claims.json.
#Demo A β first agent (no provider key)
npm install @agentskit/core @agentskit/runtime tsx
cp apps/docs-next/fixtures/first-agent/agent.ts ./agent.ts
npx tsx agent.tsExpected output includes: Agent ready. I received: Plan my first production agent.
#Demo B β start from the Registry
open https://registry.agentskit.io/agents
npx agentskit add research
cat agents/research/agent.ts | head#Demo C β apply Playbook discipline
open https://playbook.agentskit.io/docs
curl -s https://playbook.agentskit.io/llms.txt | head -n 20
open https://playbook.agentskit.io/docs/onboard-your-agent#3. Choose a use path
- Chat UI β UI
- Autonomous agents β Agents
- RAG / memory β Data
- Production ops β Production
- Package API β Reference
#4. Contribute
- Read Contributing, Code of Conduct, and Security.
- Complete local setup.
- Claim a good first issue (each curated starter lists setup + test commands).
- Open a draft PR early and link the issue.
Maintainer response expectations: Maintainer expectations.
#5. Showcase and recipes
Built something useful? Submit a showcase entry or recipe through Recipe & showcase submission.
#Metrics we care about
Understanding, activation, use, contribution, and retention β defined in Launch metrics.
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.