README.md 856 B

Quickstart Agents

This folder shows how to use Llama 3 and popular open source frameworks (LangChain, LlamaIndex, AutoGen) to quickly build Llama powered agent apps.

The following notebooks are ported from the agents short courses on Deeplearning.ai, all powered by Llama 3.

  1. Functions Tools and Agents with LangChain L1 Function Calling

  2. AI Agents in LangGraph L1 Build an Agent from Scratch

  3. Building Agentic RAG with Llamaindex L1 Router Engine

  4. AI Agentic Design Patterns with AutoGen L4 Tool Use and Conversational Chess