Overview
Synapsor stores the durable run graph. Trace inspection turns that graph into span-like records with workflow, branch, capability, evidence, proposal, external action, token, and latency fields.
The current MVP supports SHOW TRACE FOR AGENT RUN, SHOW TOKEN USAGE, SHOW SLOW AGENT CAPABILITIES, SHOW APPROVAL LATENCY, REST trace lookup, and observability sink registration. OpenTelemetry export is represented as a sink contract first; background exporting can be attached later.
Use trace output to answer: what did the agent ask for, which capability ran, what evidence/proposal lookup ids were produced, and where did the workflow stop?
Developer notes
- Propagate request ids, run ids, evidence ids, and proposal lookup ids in support tickets.
- Redact payload fields before exporting traces outside Synapsor.
- Use trace inspection before scraping logs.
- Treat the sink as a contract until an exporter worker is attached.