kernl
ReferencekernlInterfaces

Interface: ThreadStartEvent<TContext>

Defined in: packages/kernl/src/lifecycle.ts:17

Emitted when a thread starts execution.

Type Parameters

Type ParameterDefault type
TContextunknown

Properties

PropertyModifierTypeDescriptionDefined in
agentIdpublicstringThe agent executing this thread.packages/kernl/src/lifecycle.ts:28
contextpublicContext<TContext>The context for this execution. NOTE: Includes context.agent reference for tools - may be optimized in future.packages/kernl/src/lifecycle.ts:40
kindreadonly"thread.start"-packages/kernl/src/lifecycle.ts:18
namespacepublicstringThe namespace of the thread.packages/kernl/src/lifecycle.ts:33
threadIdpublicstringThe thread ID.packages/kernl/src/lifecycle.ts:23

On this page