Updated
On this page
Standalone typed LLM client: the Provider protocol, the Transport send/execute-tools/resume state machine, LivenessMonitor stall detection, and automatic retry with backoff.
#transport.src.orxtra.transport
#transport.src.orxtra.transport
#__version__
python
__version__ = version('orxtra-transport')#ApiRetry
python
from orxtra.transport._events import ApiRetry#ContentBlock
python
from orxtra.transport._events import ContentBlock#ContextWarning
python
from orxtra.transport._events import ContextWarning#Error
python
from orxtra.transport._events import Error#LivenessWarning
python
from orxtra.transport._events import LivenessWarning#RateLimit
python
from orxtra.transport._events import RateLimit#Result
python
from orxtra.transport._events import Result#SessionSuspended
python
from orxtra.transport._events import SessionSuspended#StepFinish
python
from orxtra.transport._events import StepFinish#StepStart
python
from orxtra.transport._events import StepStart#StreamDelta
python
from orxtra.transport._events import StreamDelta#StreamToolUse
python
from orxtra.transport._events import StreamToolUse#StreamUsage
python
from orxtra.transport._events import StreamUsage#StuckDetected
python
from orxtra.transport._events import StuckDetected#Text
python
from orxtra.transport._events import Text#Thinking
python
from orxtra.transport._events import Thinking#ToolExecuting
python
from orxtra.transport._events import ToolExecuting#ToolUse
python
from orxtra.transport._events import ToolUse#TransportEvent
python
from orxtra.transport._events import TransportEvent#UnknownEvent
python
from orxtra.transport._events import UnknownEvent#Usage
python
from orxtra.transport._events import Usage#LivenessMonitor
python
from orxtra.transport._liveness import LivenessMonitor#Provider
python
from orxtra.transport._provider import Provider#RetryPolicy
python
from orxtra.transport._provider import RetryPolicy#Continuation
python
from orxtra.transport._state_machine import Continuation#TransportState
python
from orxtra.transport._state_machine import TransportState#Transport
python
from orxtra.transport._transport import Transport