What are plugins?
Plugins are packages that:- Add actions to bots
- Define custom events
- Manage state
- Register message and event handlers
- Depend on integrations or interfaces
Plugin structure
Define plugin
plugin.definition.ts
Implement plugin
src/index.ts