A step-by-step guide for anyone who wants to learn how to build intelligent Agents. This repository includes learning notes, coding exercises, and resources for real-world applications.
A step-by-step guide for anyone who wants to learn how to build intelligent Agents.
This repository includes learning notes, coding exercises, and resources for real-world applications.
This repository is my personal log and guide for learning and building Agents.
It is designed for beginners and intermediate learners who want to understand both theory and practice.
You will find:
- Concepts and principles
- Step-by-step guides
- Experiment logs and exercises
- Resources for further learning
- What is an Agent?
- Key components: Input, Reasoning, Action
- Example: ChatGPT as an intelligent Agent
- Installed LangChain in VSCode
- Created first simple Agent
- Issues and solutions
Add daily or weekly logs here
- Placeholder for coding exercises
- Example:
# simple agent code example
from langchain.agents import initialize_agent