These notes are about how to build an AI agent from scratch.
Overflow
<aside> 💡
API → context/history → tool calling → RAG → agent basics → LangChain → LangGraph
</aside>
We will use Python and Django to develop this project. For details on installation and setup, see here.
Overall, we need:
url.pyviews.pyNote: for all the complete code mentioned in these notes, check the GitHub repo.