Files
crewAI/lib
Joao Moura b1c02428c6 feat: implement async delegation and spawning for improved agent task handling
- Added `_arun` methods to `DelegateToCoworkerTool`, `MultiDelegateTool`, and `SpawnSubtaskTool` classes to support asynchronous task delegation and spawning, enhancing non-blocking operations.
- Introduced event emissions for delegation and spawning processes, allowing for better tracking of task states and outcomes.
- Implemented error handling and logging for async operations, ensuring robust execution and feedback during agent interactions.

These enhancements aim to optimize the performance and responsiveness of agent task management within the CrewAI framework.
2026-05-13 12:28:25 -07:00
..
2026-05-13 02:54:13 +08:00