Local development tooling for the OpenDunes Agent SDK — logging, tracing, and request inspection.
Not yet available. The Agent SDK is tracked to be built — today, use the Client SDKs against the live chat completions API. The docs below describe the intended design.
The Agent SDK dev tools help you build and debug agents locally: inspect every callModel request and response, replay turns, and read exact DA cost per step.
| Tool | Purpose |
|---|---|
| Request inspector | See the exact JSON body sent to /v1/chat/completions. |
| Turn replay | Re-run a stored turn against a different model. |
| Cost trace | Per-step token counts and DA cost, summed for the run. |