Build Your First Plugin
There is no standalone plugin SDK in the current repository. The only reference implementation is TokenPilot, located at components/tokenpilot/ in the monorepo.
See the TokenPilot overview for the reference implementation.
Next Steps
- Plugin Manifest — declare your plugin's metadata
- Configuration Schema — define how your plugin is configured
- Lifecycle Hooks — hook into session and request events
- Testing Plugins — verify your plugin works correctly