Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / TrajectoryStep
Interface: TrajectoryStep
Defined in: packages/memory/src/consolidator/phases/induce.ts:52
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:56 |
tool? | readonly | string | Tool invoked at this step, when the step was a tool call. | packages/memory/src/consolidator/phases/induce.ts:54 |