Developer Tooling
Live Status Tracking
Real-time tracking of each execution state.
As your request moves through the Orbyt pipeline, you can watch it transition through various states in real-time within DevTools:
- Pending: The request has been received and is waiting for provider selection.
- Executing: A provider has been selected and the request is being processed.
- Streaming: Response chunks are being normalized and sent back to the client.
- Success: The request completed successfully.
- Error: A failure occurred (which may trigger model fallbacks or retries).