Open Agent Loops
API Reference

DisclosureStep

@open-agent-loops/core


Defined in: observability/tracer.types.ts:126

One turn of the progressive-disclosure timeline: what was disclosed to the model this turn, and what changed since the previous turn. Built by diffing consecutive RequestSnapshots.

Properties

PropertyTypeDescriptionDefined in
addedToolsstring[]Tools newly available since the previous turn.observability/tracer.types.ts:134
dtnumberms from the run start (the snapshot's dt).observability/tracer.types.ts:130
messagesnumberContext window size (message count) this turn.observability/tracer.types.ts:140
messagesDeltanumberChange in context size vs the previous turn (full size on turn 1).observability/tracer.types.ts:142
removedToolsstring[]Tools no longer available since the previous turn.observability/tracer.types.ts:136
systembooleanWhether a system prompt was present this turn.observability/tracer.types.ts:138
toolsstring[]Tool names available this turn.observability/tracer.types.ts:132
turnnumber1-based turn index among captured requests.observability/tracer.types.ts:128

On this page