Skip to content

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

PropertyModifierTypeDescriptionDefined in
detail?readonlystringConcrete args / observation rendered to text (the value-abstraction source).packages/memory/src/consolidator/phases/induce.ts:55
tool?readonlystringTool invoked at this step, when the step was a tool call.packages/memory/src/consolidator/phases/induce.ts:53