UNPKG

@elizaos/plugin-forms

Version:

Forms plugin for ElizaOS - structured conversational data collection

6 lines (5 loc) 160 B
import type { Provider } from '@elizaos/core'; /** * Provider that exposes active forms context to the agent */ export declare const formsProvider: Provider;