ai-agents-from-scratch
Demystify AI agents by building them yourself. Local LLMs, no black boxes, real understanding of function calling, memory, and ReAct patterns.
File Explorer
Download Latest Version (.zip)- agent-architecture.png
- agent-architecture_.png
- lesson-05-tool-calling.png
- lesson-06-agent-loop.png
- lesson-07-memory.png
- lesson-08-planning.png
- lesson-10-atom-of-thoght.png
- CODE.md
- CONCEPT.md
- intro.js
- CODE.md
- CONCEPT.md
- openai-intro.js
- CODE.md
- CONCEPT.md
- translation.js
- CODE.md
- CONCEPT.md
- think.js
- batch.js
- CODE.md
- CONCEPT.md
- CODE.md
- coding.js
- CONCEPT.md
- CODE.md
- CONCEPT.md
- simple-agent.js
- agent-memory.json
- CODE.md
- CONCEPT.md
- memory-manager.js
- simple-agent-with-memory.js
- CODE.md
- CONCEPT.md
- react-agent.js
- aot-agent.js
- CODE.md
- CONCEPT.md
- CODE.md
- CONCEPT.md
- error-handling.js
- CODE.md
- CONCEPT.md
- tree-of-thought.js
- visualization.html
- CODE.md
- CONCEPT.md
- graph-of-thought.js
- visualization.html
- chain-of-thought.js
- CODE.md
- CONCEPT.md
- visualization.html
- CODE.md
- CONCEPT.md
- tool-routing-embeddings.js
- visualization.html
- json-parser.js
- prompt-debugger.js
- visualization-writers.js
- .gitkeep
- .env.example
- .gitignore
- CONTRIBUTING.md
- DOWNLOAD.md
- LICENSE.md
- package-lock.json
- package.json
- PROMPTING.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/pguso/ai-agents-from-scratch
Downloads the entire project code from GitHub to your computer.
cd ai-agents-from-scratch
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
