Add trajectory debug export#30
Conversation
|
Yes. A debug bundle is much more useful if it includes profiling/timeline information, not just the exported artifacts after the fact. The current PR helps package session evidence for debugging, but it does not yet instrument runtime spans. A follow-up should add a low-overhead profiler/trace log with correlation IDs across:
Then |
|
Follow-up implemented from this thread in commit I added profiler/timeline support to debug exports at the bundle layer:
This does not instrument every runtime subsystem yet; it makes the debug bundle ready to consume those profiler spans. Verification:
|
|
Follow-up implemented from the profiler thread in commit What changed:
This still is not full-system profiling across LLM calls, hardware waits, perception, file I/O, and UI/WebSocket events, but it starts the runtime instrumentation at the common tool execution layer. Verification:
|
Addresses #10.
Summary:
Verification: