autogpt AGENTS.md

Instructions for a group of specialized coding agents: a manager coordinates architecture, design, backend, and frontend work. The manager breaks a project request into tasks and passes them to the relevant agents.

In plain words
What is it for?
Use it when coordinating work on a full-stack project, such as planning its structure, designing screens, building backend services, or implementing the frontend.
Why use it?
It gives the agents a defined division of responsibilities so a larger application request can be organized into separate planning, interface, server, and client tasks.

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/wiseaidotdev/autogpt/agents-md
Clone the repo
git clone --depth 1 https://github.com/wiseaidotdev/autogpt

Made for: Codex, OpenCode.

Per session 3,148 This file is loaded in full into every session.
When invoked 3,148 The same file โ€” it is already loaded in full.
Security scan A 1 finding. 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.03148 $0.03148
Opus 5 $0.01574 $0.01574
Sonnet 5 $0.00630 $0.00630
Haiku 4.5 $0.00315 $0.00315

Measured yesterday against content hash d2a8e229bf49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

autogpt AGENTS.md scanned grade A with 1 finding 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 yesterday.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

[*] "ManagerGPT": Completed Task: Task { description: "- Utilizing FastAPI and Python, develop a user-friendly UI for displaying weather data.\n- Step 1: Use HTML, CSS, and JavaScript to design and develop web pages that
AGENTS.md ยท 177 lines

How it starts

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

1. ๐ŸŽฉ ManagerGPT

ManagerGPT serves as the orchestrator of your project, directing the other agents to execute tasks based on your input. When you provide a project prompt, ManagerGPT divides it into tasks for BackendGPT, FrontendGPT, DesignerGPT, and ArchitectGPT.

How ManagerGPT Works?

Let's say you want to develop a full-stack app that fetches today's weather in Python using FastAPI. ManagerGPT simplifies this process by breaking it down into specific tasks for each specialized agent:

  • ArchitectGPT: ManagerGPT instructs ArchitectGPT to design the application's structure, encompassing both backend and frontend components, utilizing Python and FastAPI:
[*] "ManagerGPT": Executing task: "Develop a full stack app that fetches today's weather in python using FastAPI."

ManagerGPT articulates the project goal and communicates it to the ArchitectGPT through Gemini API, which then generates specific steps for architecting the application:

[*] "ArchitectGPT": Executing tasks: Task { description: "- Design the user interface for the weather app, including input fields for location and a display area for weather details.\n- Implement a function to fetch current weather data from a weather API in Python.\n- Create a FastAPI endpoint that calls the weather fetching function and returns the weather data in JSON format.\n- Integrate the FastAPI endpoint with the front end to display the fetched weather data on the user interface.\n- Handle error scenarios and provide appropriate user feedback.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
  • DesignerGPT: ManagerGPT guides DesignerGPT in crafting a user-friendly interface tailored for presenting the weather forecast.
[*] "DesignerGPT": Executing tasks: Task { description: "- Utilize FastAPI in Python to develop a user interface for the weather app, integrating a location input field and display section for weather data.\n- Step 1: Define the layout and structure of the user interface, ensuring it's user-friendly and visually appealing.\n- Step 2: Implement the location search functionality, enabling users to input their desired location and retrieve relevant weather information.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
  • BackendGPT: ManagerGPT assigns BackendGPT to implement the backend logic using FastAPI, responsible for fetching weather data from external sources.
[*] "BackendGPT": Executing tasks: Task { description: "- Using FastAPI in Python, create a backend for a weather application featuring a user interface with a location input field and weather data display section.\n- Step 1: Design and develop the user interface, ensuring it's user-friendly and visually appealing.\n- Step 2: Implement the location search functionality, enabling users to input their desired location and retrieve relevant weather information.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }
  • FrontendGPT: ManagerGPT directs FrontendGPT to develop the frontend interface, enabling users to interact with and visualize the weather data.
[*] "FrontendGPT": Executing tasks: Task { description: "- Using FastAPI in Python, create a user interface for a weather application.\n- Step 1: Create a user-friendly layout for displaying weather information.\n- Step 2: Implement FastAPI endpoints to fetch and display weather data.", scope: None, urls: None, frontend_code: None, backend_code: None, api_schema: None }

Finally, ManagerGPT aggregates the outcomes from all GPTs, consolidating the generated tasks into a coherent project plan. Here's the summary of the completed tasks:

Read the full file on GitHub ยท 177 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. yesterday First seen ยท 177 lines ยท 3,148 tokens per session scan A d2a8e229bf49

Subscribe to this mod's changes

autogpt AGENTS.md is an instructions file published in the GitHub repository wiseaidotdev/autogpt (115 stars, last pushed 2mo ago), licensed MIT. It adds 3,148 tokens to every session, about $0.0157 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.