Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / AgentProgressWrittenEvent

Interface: AgentProgressWrittenEvent

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

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

Stable

Properties

PropertyModifierTypeDefined in
agentIdreadonlystringpackages/core/src/types/agent-event.ts:491
refreadonlyProgressArtifactRefpackages/core/src/types/agent-event.ts:492
runIdreadonlystringpackages/core/src/types/agent-event.ts:489
sessionIdreadonlystringpackages/core/src/types/agent-event.ts:490
typereadonly"agent.progress.written"packages/core/src/types/agent-event.ts:488