Skip to content

agent-plugin-event-emitter / Exports / IEventEmitterHierarchicalEventData

Interface: IEventEmitterHierarchicalEventData

Enhanced event data for hierarchical execution tracking

Hierarchy

Table of contents

Properties

Properties

parentExecutionId

Optional parentExecutionId: string

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:82


rootExecutionId

Optional rootExecutionId: string

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:83


executionLevel

executionLevel: number

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:84


executionPath

executionPath: string[]

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:85


realTimeData

Optional realTimeData: Object

Type declaration

NameType
startTimeDate
actualDuration?number
actualParameters?TToolParameters
actualResult?IToolResult

Defined in

agent-plugin-event-emitter/src/plugin-types.ts:86


type

type: TEventName

Inherited from

IEventEmitterEventData.type

Defined in

agent-plugin-event-emitter/src/types.ts:133


timestamp

timestamp: Date

Inherited from

IEventEmitterEventData.timestamp

Defined in

agent-plugin-event-emitter/src/types.ts:134


executionId

Optional executionId: string

Inherited from

IEventEmitterEventData.executionId

Defined in

agent-plugin-event-emitter/src/types.ts:135


sessionId

Optional sessionId: string

Inherited from

IEventEmitterEventData.sessionId

Defined in

agent-plugin-event-emitter/src/types.ts:136


userId

Optional userId: string

Inherited from

IEventEmitterEventData.userId

Defined in

agent-plugin-event-emitter/src/types.ts:137


data

Optional data: Record<string, TEventDataValue>

Inherited from

IEventEmitterEventData.data

Defined in

agent-plugin-event-emitter/src/types.ts:138


error

Optional error: Error

Inherited from

IEventEmitterEventData.error

Defined in

agent-plugin-event-emitter/src/types.ts:139


metadata

Optional metadata: Record<string, TEventDataValue>

Inherited from

IEventEmitterEventData.metadata

Defined in

agent-plugin-event-emitter/src/types.ts:140

Released under the MIT License.