mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +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.