The Daytona's Python SDK now supports `async` functions, giving developers more control over concurrent tasks and API calls. This allows for building fast, responsive applications with less blocking, which is essential in environments where I/O latency is the bottleneck. With the async SDK, agents and apps can run API requests in parallel, avoid freezing or idle time waiting on remote calls, scale better under heavy loads, and handle large task graphs without stalling. The new SDK plugs into the modern Python stack, including use cases with FastAPI, LangChain agents, custom event loops, and high-concurrency task managers. The async SDK is now available and offers more speed, less blocking, and better agents for building responsive systems.