mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-20 01:55:38 +00:00
- Updated several methods in ConversationalAgentExecutor to use asyncio.to_thread for improved concurrency. - Ensured that memory persistence and message summarization are handled asynchronously to enhance performance. - Adjusted prompt stack building to run in a separate thread for better responsiveness.