The Enterprise-Grade Production-Ready Multi-Agent Orchestration Framework
🐦 Twitter • 📢 Discord • Swarms Platform • 📙 Documentation
[Previous content remains unchanged until the new section...] ## `AsyncWorkflow` The `AsyncWorkflow` class enables asynchronous execution of multiple agents in parallel, allowing for efficient task processing and improved performance. This workflow is particularly useful when dealing with multiple independent tasks that can be executed concurrently. ### Methods | Method | Description | Parameters | Return Value | |--------|-------------|------------|--------------| | `__init__` | Initialize the AsyncWorkflow | `agents`: List of Agent objects