Skip to content

az9713/atlas-agent-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atlas Agents

Atlas Agents is a chapter-by-chapter Python example repository for learning how AI agents are built, extended, guarded, evaluated, and deployed. It starts with a raw ReAct loop and ends with a capstone autonomous engineering assistant built around LangGraph, Claude, tool execution, review, and human approval.

This tutorial edition is based on the original repository, agulli/atlas-agents. This version adds extensive tutorial documentation and an interactive HTML course hub for learners who want a guided path through the agent development journey.

Interactive Course Hub

Open the learning hub:

The hub turns the repository into an end-to-end course with module navigation, progress tracking, search and filters, lab commands, knowledge checks, and links into the relevant docs and source files.

Documentation

Start with the documentation hub:

Recommended reading order:

  1. Interactive course hub
  2. Onboarding
  3. Quickstart
  4. Key concepts
  5. Agent patterns by chapter
  6. Skills, tools, and safety
  7. System design
  8. Chapter and command reference
  9. Common issues

Fast Start

  1. Create a virtual environment.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
  1. Install the shared dependency set.
python -m pip install -r requirements.txt
  1. Copy the environment template and add at least one model provider key.
Copy-Item .env.example .env
  1. Run the first Atlas agent from the repository root.
python ch01_react_from_scratch\atlas_v01.py "What is the Model Context Protocol?"

Current Verification Notes

The docs were written from the current repository contents. There is no TOC.md, no package manifest, no test suite at the root, and no existing docs/ directory before this documentation pass.

python -m compileall -q . passes after removing trailing literal \n artifacts from four online examples. See common issues for remaining setup caveats.

About

Tutorial edition of Atlas Agents with extensive documentation and an interactive course hub

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors