Experiment - Async agent execution
Problem:You have an AI agent designed to perform multiple tasks sequentially, but it takes too long to complete all tasks.
Current Metrics:Total execution time: 120 seconds; Task success rate: 95%
Issue:The agent executes tasks one after another (synchronously), causing slow overall performance despite high task success.
