Skip to content

RunStartEvent

Generated by TypeDoc. Do not edit this page directly.

API Reference


Defined in: packages/core/src/runtime/events.ts:5

  • HarnessEvent<{ agentKey: string; modeId: string; outputDir?: string; workDir: string; }>
new RunStartEvent(record): RunStartEvent;

Defined in: packages/core/src/runtime/types/events.ts:35

ParameterType
recordHarnessEventRecord<{ agentKey: string; modeId: string; outputDir?: string; workDir: string; }>

RunStartEvent

HarnessEvent.constructor

PropertyModifierTypeDefault valueOverridesInherited fromDefined in
recordreadonlyHarnessEventRecord<{ agentKey: string; modeId: string; outputDir?: string; workDir: string; }>undefined-HarnessEvent.recordpackages/core/src/runtime/types/events.ts:35
schemastaticObjectSchema<{ agentKey: StringSchema; modeId: StringSchema; outputDir: OptionalSchema<unknown, string | undefined>; workDir: StringSchema; }>undefinedHarnessEvent.schema-packages/core/src/runtime/events.ts:12
typestaticstring"run:start"HarnessEvent.type-packages/core/src/runtime/events.ts:11
get at(): string;

Defined in: packages/core/src/runtime/types/events.ts:49

string

HarnessEvent.at


get id(): string;

Defined in: packages/core/src/runtime/types/events.ts:37

string

HarnessEvent.id


get payload(): TPayload;

Defined in: packages/core/src/runtime/types/events.ts:45

TPayload

HarnessEvent.payload


get type(): string;

Defined in: packages/core/src/runtime/types/events.ts:41

string

HarnessEvent.type