Guide · Observability · 8 min read

BlackBox and God's Eye

Observability makes agent work easier to inspect. It should improve accountability without overstating what any model trace can prove.

BlackBox Traces

BlackBox Traces are request-level records. They can show model calls, tool calls, token counts, context snapshots, errors, and response previews. This helps users understand where a workflow spent time, where context expanded, and where a different route might be appropriate.

God's Eye View

God's Eye View is a project-structure view. It helps users see files, folders, indexed code relationships, and selected project previews. It is useful when agent work needs to be grounded in the shape of a project rather than an isolated chat message.

What not to claim

Do not describe these tools as perfect mind-reading. A trace can show requests, context, tools, errors, and previews. It cannot reveal every internal model activation or guarantee that every reasoning step was captured. The honest value is operational visibility.

How to use them together

Continue with Token Usage Awareness.