Skip to content

v0.5.1 — leaner checkpoints for structured agents

Choose a tag to compare

@timmcleod timmcleod released this 25 Jul 17:09

Agents that declare a response schema no longer checkpoint the text form of their response alongside structured — it was the same JSON stored twice, doubling the checkpoint size for no information.

Adjust if needed: code reading steps.{id}.text from a structured agent should read steps.{id}.structured (or a key within it) instead. Plain agents keep steps.{id}.text exactly as before.