Background tasks
Send a complex task to the agent, pick up from where you left off later.
Value
Lets agents run long, complex operations without blocking the user
Provides persistent execution so tasks continue even if sessions end
Where it's useful
Data processing, analysis, or transformations that require extended runtime
Multi-step operations that must continue running after the user disconnects



