agentos-docker AGENTS.md

agentos-docker AGENTS.md is an instructions file for Codex, OpenCode from agno-agi/agentos-docker. It costs 15,223 tokens per session, scanned C, original, Apache-2.0.

Repository instructions for AgentOS, an agent platform built with the Agno framework. They describe its APIs, connections to chat and AI tools, coding-agent workflow, and system for composing agents, teams, and workflows.

In plain words
What is it for?
Use them when setting up, developing, testing, or deploying AgentOS, or when working with its REST API, chat connections, MCP interface, registry, and Studio catalog.
Why use it?
They give coding agents the architecture and rules needed to change the platform safely. They also explain how source-code changes differ from components built at runtime.

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/agno-agi/agentos-docker/agents-md
Clone the repo
git clone --depth 1 https://github.com/agno-agi/agentos-docker

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 agentos-docker AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/agno-agi/agentos-docker/agents-md.svg)](https://agentmods.dev/instructions/agno-agi/agentos-docker/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/agno-agi/agentos-docker/agents-md"><img src="https://agentmods.dev/badge/instructions/agno-agi/agentos-docker/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 15,223 This file is loaded in full into every session.
When invoked 15,223 The same file — it is already loaded in full.
Security scan C 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.15223 $0.15223
Opus 5 $0.07612 $0.07612
Sonnet 5 $0.03045 $0.03045
Haiku 4.5 $0.01522 $0.01522

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

Security

Grade C, and why

agentos-docker AGENTS.md scanned grade C 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 3d 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

**What it will not do.** It refuses unsafe capability before calling a tool — secret exfiltration, reading `.env`, unrestricted writes, shell — and it screens the instructions it writes, not only the tools it wires, beca
Origin

Copies of this mod

2 near-identical copies found in the catalogue:

AGENTS.md · 374 lines

How it starts

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

AgentOS — Docker template

This file is the source of truth for any agent (Claude Code, Codex, others) working in this repo. CLAUDE.md is a symlink to this file — edit one, both update.

Project Overview

AgentOS: the agent platform that powers your product. AgentOS is an agent server built on the Agno framework that turns your agents into a production API attaching to any client: REST API for programmatic use, chat interfaces for humans (Slack is wired in; WhatsApp/Telegram/Discord mirror the same pattern), and MCP at /mcp for AI apps (claude.ai, ChatGPT, Cursor, Claude Code) — which work through the platform, not just on it. The platform grows through two lanes. Lane 1: coding agents change the source — eight coding-agent skills cover platform setup, the full agent development lifecycle, and the production deploy, governed by git. Lane 2: the platform builds at runtime — Platform Builder composes agents, teams, and workflows from a safe registry of reviewed blocks, governed by the Studio catalog (drafts, publish, versions, archive/restore). app/registry.py is the membrane between the lanes: every capability a built component can carry is declared there by a reviewed code change, and the builder composes but never expands it. Three platform agents run the show — Platform Builder (builds at runtime), Platform Manager (watches the runtime), Platform Engineer (reads the source) — and Agno, the team that fronts them: the platform speaking for itself, the one name everybody tags in ("Agno, what's happening with radar?" — "Agno, build me an agent for this"). It holds the thread — people, projects, decisions, living notes — learns how each user works, and answers with the state of play from Slack, claude.ai, ChatGPT, or any MCP client, with everything built at runtime one runner call away. Postgres (pgvector) handles persistence for sessions, memory, and knowledge. Runs locally via Docker; this template also runs production with Docker — on any host you control, with no cloud provider in between — and is the self-hosted sibling of the agentos-* deployment family — see Portable core vs. deploy layer.

Read the full file on GitHub · 374 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. 3d ago First seen · 374 lines · 15,223 tokens per session scan C 4209a1a997b8

Subscribe to this mod's changes

agentos-docker AGENTS.md is an instructions file published in the GitHub repository agno-agi/agentos-docker (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 15,223 tokens to every session, about $0.0761 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.