Slava Kurilyak
Slava Kurilyak
Excited to see RAG as this coding model needs access to project-related files (existing source code and docs) to make it more grounded
+1 for supporting [ComfyUI ](https://github.com/comfyanonymous/ComfyUI) by @comfyanonymous
+1 for Async Execution of Agents, not just Tasks While Tasks can be executed asynchronously, calling the same Agent more than once is highly beneficial Imagine a team of three...
Similar to issue #18 RAG with tools example here: https://mer.vin/2024/02/crewai-rag-using-tools/ > RAG will be one of the first tools on our crew toolkit -- Joao (@joaomdmoura)
[RAG](https://github.com/joaomdmoura/crewai-tools/tree/main/crewai_tools/tools/rag) is now part of [crewai-tools](https://github.com/joaomdmoura/crewai-tools)
I resolved this `gpt-3.5-turbo` model issue in two ways: 1. downgrade `duckduckgo-search` to `4.4.2` 2. downgrade `crewAI` to `0.5.5` The former is recommended since the latter deviates from the latest...
@sssss991411 The Notion link does not work
Have you seen [this](https://docs.crewai.com/how-to/Hierarchical/) and [this](https://docs.crewai.com/core-concepts/Processes/)?
Here's an example implementation by @amadad: https://github.com/amadad/civic-agentcy
@tonykipkemboi do you want tackle this one? Your [trip_planner_agent](https://github.com/tonykipkemboi/trip_planner_agent) would benefit from this