Architecture
Minimal Example
Dependencies
Running
How It Works
Flow
- Start task: POST to Optexity inference API
- Register callback: Create asyncio Event for task_id
- Wait: Event.wait() suspends until callback received
- Callback received: Event.set() wakes workflow
- Process: Use result, continue to next task