Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / TrajectoryStep
Interface: TrajectoryStep
Defined in: packages/memory/src/consolidator/phases/induce.ts:51
One distilled step of an agent trajectory — model-agnostic, so the inducer never sees raw provider/tool wire formats.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
detail? | readonly | string | Concrete args / observation rendered to text (the value-abstraction source). | packages/memory/src/consolidator/phases/induce.ts:55 |
tool? | readonly | string | Tool invoked at this step, when the step was a tool call. | packages/memory/src/consolidator/phases/induce.ts:53 |