Skip to content

agent-core / Exports / IPluginExecutionContext

Interface: IPluginExecutionContext

Plugin execution context for all plugins

Indexable

▪ [key: string]: string | number | boolean | Date | string[] | number[] | boolean[] | TUniversalMessage[] | Record<string, string | number | boolean> | Record<string, string | number | boolean | Date> | undefined

Table of contents

Properties

Properties

executionId

Optional executionId: string

Defined in

packages/agent-core/src/abstracts/abstract-plugin-types.ts:50


sessionId

Optional sessionId: string

Defined in

packages/agent-core/src/abstracts/abstract-plugin-types.ts:51


userId

Optional userId: string

Defined in

packages/agent-core/src/abstracts/abstract-plugin-types.ts:52


messages

Optional messages: TUniversalMessage[]

Defined in

packages/agent-core/src/abstracts/abstract-plugin-types.ts:53


config

Optional config: Record<string, string | number | boolean>

Defined in

packages/agent-core/src/abstracts/abstract-plugin-types.ts:54


metadata

Optional metadata: Record<string, string | number | boolean | Date>

Defined in

packages/agent-core/src/abstracts/abstract-plugin-types.ts:55

Released under the MIT License.