Skip to content

PURISTA API


PURISTA API / @purista/core / AgentRunResult

Type Alias: AgentRunResult<Output>

AgentRunResult<Output> = object

Defined in: AgentQueueBuilder/types.ts:166

Type Parameters

Output

Output = unknown

Properties

events

events: AgentRunEvent[]

Defined in: AgentQueueBuilder/types.ts:169


identity

identity: AgentRunIdentity

Defined in: AgentQueueBuilder/types.ts:167


output

output: Output

Defined in: AgentQueueBuilder/types.ts:168