Does Tessary store images from my agent's traces?

Yes. When a span’s input or output includes an image, a screenshot, a diagram, whatever your agent passed to or received from a model, Tessary stores it alongside the rest of that span’s content instead of dropping it. Media is deduplicated: the same image showing up across multiple traces, which happens often with a repeated screenshot or a shared reference document, is stored once and referenced from every span that used it rather than copied per trace.

The reference lives in the span’s payload the same way a tool call or a retrieved document does, so when you open a trace, the image is part of what you see, not a separate lookup. This applies to any span carrying media, not just LLM calls, so a tool that returns an image is captured the same way a model call that received one is.

keep reading

More on this.

Send us the traces you already emit.