Even the latest and greatest LLMs are not very useful alone. RAG, Chain-of-thought, Agents - not just the buzz-words we have heard a lot during 2024, but also very helpful tools to overcome LLMs limitations.
Here are resources to get started with 3 of the most popular Agentic Orchestrators: frameworks with build-in agents and possibility to add your-own. Each resource has many code examples, so you can immediately start using it in your projects.
AutoGen (from Microsoft)
CrewAI (supported by many respected experts, e.g Andrew Ng):
Bonus: Extensive introduction "LLM Agents" course from Berkley
Happy learning!
Comments