errors.py 207 B

123456
  1. """Execution signals shared by the registry and the single Runner loop."""
  2. class RecoverableToolExecutionError(RuntimeError):
  3. """A durable command must keep its assistant call orphaned for replay."""