open-managed-agents AGENTS.md

open-managed-agents AGENTS.md is an instructions file for Codex, OpenCode from openma-ai/open-managed-agents. It costs 6,178 tokens per session, scanned A, original, Apache-2.0.

Instructions for Open Managed Agents, a system for configuring AI assistants, running conversations, and defining their execution environments. It explains agents, sessions, environments, and secure credential storage called vaults.

In plain words
What is it for?
Use it when working with agent definitions, conversation sessions, sandbox environments, versions, event logs, or vault-managed credentials.
Why use it?
It gives developers the concepts needed to understand how agents are configured, versioned, run, and connected to tools or other agents.

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/openma-ai/open-managed-agents/agents-md
Clone the repo
git clone --depth 1 https://github.com/openma-ai/open-managed-agents

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 open-managed-agents AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/openma-ai/open-managed-agents/agents-md.svg)](https://agentmods.dev/instructions/openma-ai/open-managed-agents/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/openma-ai/open-managed-agents/agents-md"><img src="https://agentmods.dev/badge/instructions/openma-ai/open-managed-agents/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,178 This file is loaded in full into every session.
When invoked 6,178 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.06178 $0.06178
Opus 5 $0.03089 $0.03089
Sonnet 5 $0.01236 $0.01236
Haiku 4.5 $0.00618 $0.00618

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

Security

Grade A, and why

open-managed-agents 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 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.

Makes network callslowCapability

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

| **web_fetch** | URL → markdown | Fetches a URL, converts HTML/PDF/DOCX/etc. to markdown via Workers AI `env.AI.toMarkdown()`. When `agent.aux_model` is set, large pages (>5KB) are summarized by the aux model and the fu
AGENTS.md · 770 lines

How it starts

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

Agents Guide

This document covers the core concepts, lifecycle, and configuration of agents in Open Managed Agents.


Core Concepts

Open Managed Agents is built around a meta-harness architecture with four key abstractions:

Agent

An agent is a configuration object that defines what an AI assistant can do. It specifies the model, system prompt, available tools, skills, and optional connections to other agents or MCP servers.

Agents are versioned — every update creates a new version. Sessions bind to a specific agent version at creation time.

Session

A session is a running conversation between a user and an agent. It owns an append-only event log stored in a Durable Object backed by SQLite. Sessions are the unit of state — agents themselves are stateless configurations.

Sessions can be streamed in real-time via SSE, resumed after crashes, and archived when complete.

Environment

An environment defines the execution sandbox — what packages are installed, what networking is allowed, and what container image to use. Environments are reusable across sessions and agents.

Vault

A vault is a secure credential store. Credentials in vaults are never exposed to sandboxes — they're injected via an outbound proxy that intercepts HTTP requests and adds authentication headers transparently.


Agent Lifecycle

                    ┌──────────┐
                    │  Create   │  POST /v1/agents
                    └────┬─────┘
                         │
                    ┌────▼─────┐
              ┌────►│  Active   │◄────┐
              │     └────┬─────┘     │
              │          │           │
         ┌────┴───┐ ┌───▼────┐ ┌───┴─────┐
         │ Update  │ │ Archive│ │ Sessions│
         │ (new    │ │        │ │ use it  │
         │ version)│ └───┬────┘ └─────────┘
         └─────────┘     │
                    ┌────▼─────┐
                    │ Archived  │
                    └──────────┘
  1. CreatePOST /v1/agents with name, model, system prompt, and tools
  2. Use — Create sessions referencing the agent by ID
  3. UpdatePUT /v1/agents/:id creates a new version; existing sessions keep their original version
  4. ArchivePOST /v1/agents/:id/archive soft-deletes the agent

Read the full file on GitHub · 770 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 · 770 lines · 6,178 tokens per session scan A 1aa596e50755

Subscribe to this mod's changes

open-managed-agents AGENTS.md is an instructions file published in the GitHub repository openma-ai/open-managed-agents (255 stars, last pushed yesterday), licensed Apache-2.0. It adds 6,178 tokens to every session, about $0.0309 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.