ai-agents-for-beginners AGENTS.md

ai-agents-for-beginners AGENTS.md is an instructions file for Codex, OpenCode from microsoft/ai-agents-for-beginners. It costs 2,488 tokens per session, scanned A, original, MIT.

Project instructions for Microsoft’s AI Agents for Beginners course, which teaches how to build AI agents through lessons, Jupyter notebooks, and code samples.

In plain words
What is it for?
Use it to set up the course, understand its lessons and technologies, and work with its Python notebooks and Microsoft Agent Framework examples.
Why use it?
It explains the course structure, required software, and Azure setup needed before running its examples.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/microsoft/ai-agents-for-beginners/agents-md
Clone the repo
git clone --depth 1 https://github.com/microsoft/ai-agents-for-beginners

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-agents-for-beginners AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/microsoft/ai-agents-for-beginners/agents-md.svg)](https://agentmods.dev/instructions/microsoft/ai-agents-for-beginners/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/microsoft/ai-agents-for-beginners/agents-md"><img src="https://agentmods.dev/badge/instructions/microsoft/ai-agents-for-beginners/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,488 This file is loaded in full into every session.
When invoked 2,488 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02488 $0.02488
Opus 5 $0.01244 $0.01244
Sonnet 5 $0.00498 $0.00498
Haiku 4.5 $0.00249 $0.00249

Measured 4d ago against content hash 5ad43a376e15, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ai-agents-for-beginners AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 312 lines

How it starts

The opening of the file, as written. The whole thing — 312 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Project Overview

This repository contains "AI Agents for Beginners" - a comprehensive educational course teaching everything needed to build AI Agents. The course consists of 18 lessons (numbered 00-18) covering fundamentals, design patterns, frameworks, production deployment, local/on-device agents, and security of AI agents.

Key Technologies:

  • Python 3.12+
  • Jupyter Notebooks for interactive learning
  • AI Frameworks: Microsoft Agent Framework (MAF)
  • Azure AI Services: Microsoft Foundry, Microsoft Foundry Agent Service V2

Architecture:

  • Lesson-based structure (00-15+ directories)
  • Each lesson contains: README documentation, code samples (Jupyter notebooks), and images
  • Multi-language support via automated translation system
  • One Python notebook per lesson using Microsoft Agent Framework

Setup Commands

Prerequisites

  • Python 3.12 or higher
  • Azure subscription (for Microsoft Foundry)
  • Azure CLI installed and authenticated (az login)

Initial Setup

  1. Clone or fork the repository:

    gh repo fork microsoft/ai-agents-for-beginners --clone
    # OR
    git clone https://github.com/microsoft/ai-agents-for-beginners.git
    cd ai-agents-for-beginners
    
  2. Create and activate Python virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Set up environment variables:

    cp .env.example .env
    # Edit .env with your API keys and endpoints
    

Required Environment Variables

For Microsoft Foundry (Required):

  • AZURE_AI_PROJECT_ENDPOINT - Microsoft Foundry project endpoint
  • AZURE_AI_MODEL_DEPLOYMENT_NAME - Model deployment name (e.g., gpt-5-mini)

For Azure AI Search (Lesson 05 - RAG):

  • AZURE_SEARCH_SERVICE_ENDPOINT - Azure AI Search endpoint
  • AZURE_SEARCH_API_KEY - Azure AI Search API key

Authentication: Run az login before running notebooks (uses AzureCliCredential).

Read the full file on GitHub · 312 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 312 lines · 2,488 tokens per session scan A 5ad43a376e15

Subscribe to this mod's changes

ai-agents-for-beginners AGENTS.md is an instructions file published in the GitHub repository microsoft/ai-agents-for-beginners (73,847 stars, last pushed 8d ago), licensed MIT. It adds 2,488 tokens to every session, about $0.0124 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.