Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / RunStep
Interface: RunStep
Defined in: packages/core/src/types/run.ts:21
Single step inside an agent run. The agent runtime appends one RunStep per provider call.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
agentId | readonly | string | Stable agent id active for this step (changes after a handoff). | packages/core/src/types/run.ts:30 |
endedAt? | readonly | string | - | packages/core/src/types/run.ts:24 |
startedAt | readonly | string | - | packages/core/src/types/run.ts:23 |
stepNumber | readonly | number | - | packages/core/src/types/run.ts:22 |
toolCalls | readonly | readonly CompletedToolCall<unknown>[] | - | packages/core/src/types/run.ts:26 |
usage? | readonly | Usage | - | packages/core/src/types/run.ts:25 |