AI-Agents-Projects-Tutorials: Comprehensive Guide to AI Agent Development
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The AI-Agents-Projects-Tutorials repository offers an extensive collection of code implementations and tutorials for building advanced AI agents. It covers fundamental concepts such as multi-agent systems, memory management, planning, and reasoning loops. This resource is ideal for developers and researchers seeking practical insights into agentic AI development.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The AI-Agents-Projects-Tutorials repository by MARKTECHPOST-AI-MEDIA-INC is an invaluable resource for anyone looking to delve into the world of AI agents. It provides a comprehensive collection of tutorials and code implementations focusing on multi-agent systems, memory, planning, and reasoning loops. With over 2800 stars, this repository is a popular hub for learning about agentic AI development, covering a wide array of topics from agent skills and frameworks to RAG and complex workflows.
Installation
To get started with the tutorials and code examples in this repository, you can clone it to your local machine:
git clone https://github.com/MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials.git
cd AI-Agents-Projects-Tutorials
Most of the content is provided in Jupyter Notebooks (.ipynb) or Python scripts (.py). You will need to have Python and Jupyter installed. It is recommended to create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install jupyter notebook
Specific dependencies for each tutorial will be listed within their respective notebooks or accompanying files.
Examples
The repository features a diverse range of practical examples. Here are a few highlights:
-
Designing Skill-Driven Financial Analysis Agents: Learn to build financial analysis agents using Claude, Python, and MCP Connectors. Tutorial
-
Building Self-Evolving AI Agents with OpenSpace: Explore how to create agents that evolve using skills, MCP, and lineage. Tutorial
-
How to Build a T4-Friendly Autonomous Data Science Agent: Implement a data science agent with DeepAnalyze-8B, sandboxed code execution, and iterative analysis. Tutorial
-
Build a Nanobot-Style AI Agent in Google Colab: Develop a personal AI agent with tool calling, session memory, skills, and MCP Servers. Tutorial
-
A Groq-Powered Agentic Research Assistant with LangGraph: Discover how to build a research assistant leveraging Groq, LangGraph, tool calling, sub-agents, and agentic memory. Tutorial
Why Use It
This repository is ideal for developers, researchers, and AI enthusiasts who want to gain hands-on experience with advanced AI agent concepts. It provides practical, code-driven tutorials that cover a wide spectrum of agentic AI, including multi-agent coordination, memory architectures (short-term, long-term, episodic), planning, tool use, and self-critique. The extensive collection of examples, often featuring popular frameworks and models like LangGraph, Gemini, Claude, and Hugging Face, makes it an excellent learning resource for building intelligent, autonomous systems.
Links
-
GitHub Repository: https://github.com/MARKTECHPOST-AI-MEDIA-INC/AI-Agents-Projects-Tutorials
-
Marktechpost AI Tutorials: Many tutorials link to articles on Marktechpost.com for detailed explanations.
Related repositories
Similar repositories that may be relevant next.
OpenMontage: The First Open-Source, Agentic Video Production System
June 29, 2026
OpenMontage is the world's first open-source, agentic video production system, designed to transform your AI coding assistant into a full video production studio. It features 12 pipelines, 52 tools, and over 500 agent skills, enabling end-to-end video creation from a simple prompt. This powerful tool handles research, scripting, asset generation, editing, and final composition, including the unique ability to produce real video from stock footage.

Loop Engineering: Orchestrating AI Agents with Practical Patterns and Tools
June 25, 2026
Loop Engineering is a GitHub repository offering practical patterns, starters, and CLI tools for building robust AI coding agent systems. It shifts the focus from individual prompt crafting to designing control systems that orchestrate agents over time. This project empowers developers to create autonomous, iterative AI workflows for various development tasks.

GLM-5: Flagship Models for Long-Horizon Agentic Engineering
June 18, 2026
GLM-5 is a series of flagship models, including GLM-5.2, GLM-5.1, and GLM-5, developed by zai-org for complex systems engineering and long-horizon agentic tasks. These models offer advanced coding capabilities, impressive context lengths, and state-of-the-art performance on various benchmarks. They are designed to sustain effective problem-solving over extended sessions through iterative reasoning and strategy revision.
Claude Code System Prompts: Deconstructing Agentic AI Coding Assistants
May 23, 2026
This repository offers a deep dive into the inner workings of modern agentic AI coding assistants. It reconstructs prompt patterns, agent coordination strategies, and security mechanisms, providing insights into how tools like Claude Code operate. The project serves as a valuable resource for understanding the architectural patterns behind these advanced AI systems.
Source repository
Open the original repository on GitHub.