Loading lesson page...
AI From Scratch/Lesson 13/~75 minutes
Async Tasks (SEP-1686) — Call-Now, Fetch-Later for Long-Running Work
Real agent work takes minutes to hours: CI runs, deep-research synthesis, batch exports. Synchronous tool calls drop connections, time out, or block the UI. SEP-1686, merged in 2025-11-25, adds a Tasks primitive: any request can be augment...
BuildPython (stdlibasync task state machine)