git404hub

what is ai-agents-tutorial fr?

amitshekhariitbhu/ai-agents-tutorial — explained in plain English

Analysis updated 2026-05-18

129Audience · developerComplexity · 1/5Setup · easy

tl;dr

A curated, growing series of blog posts and videos teaching AI agent concepts step by step, from function calling to multi-agent systems.

vibe map

mindmap
  root((AI Agents Tutorial))
    Foundations
      LLM
      RAG
      MCP
    Agent patterns
      ReAct agent
      Reflection agent
      Plan and execute agent
    Advanced topics
      Agent memory
      Context engineering
      GraphRAG
    Format
      Blog posts
      Videos

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Learn what an AI agent is and how it differs from a chatbot or plain LLM.

VIBE 2

Study named agent patterns like ReAct, Reflection, and Plan-and-Execute agents.

VIBE 3

Understand agent memory and context engineering before building an agent.

VIBE 4

Learn Agentic RAG and GraphRAG as ways to improve retrieval-based agents.

what's the stack?

LLMRAGMCP

how it stacks up fr

amitshekhariitbhu/ai-agents-tutorialdboudreau00/process-shield-edr-frameworkhack-with-github/infosec-badges
Stars129129129
LanguageC#
Last pushed2020-03-12
MaintenanceDormant
Setup difficultyeasyhardeasy
Complexity1/55/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

This repository is a growing tutorial series about AI agents, maintained by Amit Shekhar, the founder of Outcome School. Rather than shipping runnable code, it works as a curated table of contents that links out to blog posts and videos covering the field step by step. The series starts with the basics that agents are built on: large language models, retrieval-augmented generation, the Model Context Protocol, fine-tuning, and quantization. From there it moves into what an AI agent actually is, how it differs from a plain chatbot, and the five core parts that make one up. Later entries dig into how function calling works inside a language model, the think-act-observe loop that lets an agent take multiple steps toward a goal, and named agent patterns such as the ReAct agent, the reflection agent, and the plan-and-execute agent, each explained with its own anatomy, a worked example, and common ways it fails. There are also entries on agent memory, on context engineering as distinct from prompt engineering, and on agentic retrieval-augmented generation, including a variant called GraphRAG that uses a knowledge graph alongside vector search. The series continues into multi-agent systems, covering how multiple agents can take on different roles and communicate with each other. The author says new blog posts and videos will keep being added over time, so the list of topics is meant to expand. There is no installation step because this is not a library, it is a linked curriculum meant to be read and watched in order, aimed at anyone trying to understand agents from the ground up rather than jump straight into a specific framework.

prompts (copy fr)

prompt 1
Explain the ReAct agent pattern using the concepts in this tutorial series.
prompt 2
Compare Reflection Agents and Plan-and-Execute Agents based on this curriculum.
prompt 3
Summarize the AI Agent Loop's think-act-observe cycle in plain English.

Frequently asked questions

what is ai-agents-tutorial fr?

A curated, growing series of blog posts and videos teaching AI agent concepts step by step, from function calling to multi-agent systems.

How hard is ai-agents-tutorial to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ai-agents-tutorial for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.