Build Your First Plugin
There is no standalone plugin SDK in the current repository. The current reference component is TokenPilot, composed from components/presets/tokenpilot/, shared packages under components/packages/, and host adapters under components/adapters/.
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