Safe-First Design
When something crashes, Orpheus does NOT auto-retry. Why? Your agent might have side effects:- Sent an email
- Charged a card
- Called an API
Request States
Find Crashed Requests
What to Do
- Check what happened: Look at workspace, logs
- If idempotent: Safe to retry
- If has side effects: Investigate first
ExecLog
Every request is logged with:- Request ID
- Worker ID
- Session ID (if any)
- State
- Duration
- Error (if failed)

