Contribute
RFC process
For larger proposals — new packages, breaking changes, or architectural shifts. Keep it lightweight.
For anything bigger than a feature — a new package, a breaking change, or an architectural shift — open an RFC before the PR. It saves everyone time.
#When you need an RFC
- New published package
- Breaking change to a public contract (Adapter, Tool, Skill, Memory, Retriever, Runtime)
- Change to the core event stream
- Anything that touches 3+ packages
Skip the RFC for bug fixes, new adapters/tools/skills (if they implement existing contracts), docs, and internal refactors.
#Process
- Open a discussion under the "RFC" category.
- Template:
- Motivation — what problem are we solving?
- Proposal — what changes, in plain English
- API sketch — types + a tiny example
- Alternatives considered — what else did you look at?
- Migration — what breaks, how do users migrate?
- Wait for 2+ maintainer approvals (thumbs, not vibes).
- Open a tracking issue with checkboxes.
- PR away.
Keep it short. A great RFC is 200–500 words, not 3000.
#Examples of good RFCs
Coming soon — link to merged RFCs here.
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.