One repo, two dozen agentic AI tutorials, no framework
A sprawling companion repo for Marktechpost tutorials, turning agentic memory, planning, governance, and orchestration into copy-pasteable notebooks and scripts.

What it does
This repository houses a growing library of standalone coding tutorials—mostly Jupyter Notebooks—covering agentic AI patterns. Each entry implements a specific technique or framework, from building memory layers with Mem0 and GBrain to orchestrating multi-agent pipelines with LangGraph, SmolAgents, and Google ADK. It is essentially a broad, unindexed curriculum in executable form.
The interesting bit Rather than building a single framework, the repo acts as a survey course of the entire agentic ecosystem. You will find side-by-side implementations of Microsoft’s agent governance toolkit, reinforcement-learning memory retrieval, cost-aware LLM routing, and even biological network modeling—suggesting the authors are trying to document the field faster than it can stabilize.
Key highlights
- Covers 20+ distinct topics including memory infrastructure (
Mem0,Memori,GBrain), planning and critique loops, tool governance, and browser automation. - Mixes major frameworks and APIs:
LangGraph,SmolAgents,CAMEL,Google ADK,Groq,Gemini, andOpenAI. - Each tutorial links to a matching Marktechpost article and provides either a
.ipynbnotebook or a.pyscript. - Includes niche experiments like agentic UI generation, dead-code detection with
Repowise, and RL-powered long-term memory retrieval. - Several notebooks include Colab badges for immediate execution.
Caveats
- There is no unifying architecture; it is a grab bag of disconnected blog-post companions.
- Some file links still point to an older repository name (
AI-Tutorial-Codes-Included), suggesting the index may not be fully maintained. - Depth varies by tutorial, and there is no search or tagging system beyond the flat README list.
Verdict Worth bookmarking if you are evaluating agentic patterns or need a quick, runnable reference before committing to a framework. Skip it if you are looking for a single, maintained library to import into production.
Frequently asked
- What is MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials?
- A sprawling companion repo for Marktechpost tutorials, turning agentic memory, planning, governance, and orchestration into copy-pasteable notebooks and scripts.
- Is AI-Agents-Projects-Tutorials open source?
- Yes — MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials is an open-source project tracked on heatdrop.
- What language is AI-Agents-Projects-Tutorials written in?
- MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials is primarily written in Jupyter Notebook.
- How popular is AI-Agents-Projects-Tutorials?
- MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials has 2.8k stars on GitHub.
- Where can I find AI-Agents-Projects-Tutorials?
- MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials is on GitHub at https://github.com/MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials.