Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / AgentProgressWrittenEvent

Interface: AgentProgressWrittenEvent

Defined in: packages/core/src/types/agent-event.ts:418

Emitted after agent.progress.write(...) completes.

Stable

Properties

PropertyModifierTypeDefined in
agentIdreadonlystringpackages/core/src/types/agent-event.ts:422
refreadonlyProgressArtifactRefpackages/core/src/types/agent-event.ts:423
runIdreadonlystringpackages/core/src/types/agent-event.ts:420
sessionIdreadonlystringpackages/core/src/types/agent-event.ts:421
typereadonly"agent.progress.written"packages/core/src/types/agent-event.ts:419