Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/core / / AgentProgressWrittenEvent

Interface: AgentProgressWrittenEvent

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

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

Stable

Properties

PropertyModifierTypeDefined in
agentIdreadonlystringpackages/core/src/types/agent-event.ts:498
refreadonlyProgressArtifactRefpackages/core/src/types/agent-event.ts:499
runIdreadonlystringpackages/core/src/types/agent-event.ts:496
sessionIdreadonlystringpackages/core/src/types/agent-event.ts:497
typereadonly"agent.progress.written"packages/core/src/types/agent-event.ts:495