Skip to main content
Plugins add reusable functionality to bots, including actions, events, states, and handlers.

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