CrewAi
: Framework for Agents, Tasks and Tools (2x2 Agents/Tasks)Callbacks
: To render the Agents processing and final outputsDuckSearchTools
: Get the informations from DuckDuckGo Search ClassGroq API
: for InferenceAvailable LLM
: META'sllama3
, MISTRAL'sMixtral
, GOOGLE'sGemma
andGemma2
.
- Blog Writer assitant to help generate a LLM powered Blog posts based on your topic.
- An advanced research assistant by leveraging LangChain-powered tools into a CrewAI-powered multi-agent setup.
- LangChain is a framework enabling developers to easily build LLM-powered applications over their data; it contains production modules for indexing, retrieval, and prompt/agent orchestration.
- A core use case is building a generalized QA interface enabling knowledge synthesis over complex questions.
- Plugging a LangChain RAG pipeline as a tool into a CrewAI agent setup enables even more sophisticated/advanced research flows
- Fork or Clone the Repo
- Get and Put your
GROQ_API
in.streamlit/secrets.toml
- Run :
streamlit run blog_app.py