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.
npx agentmods add instructions/cloudrift-ai/emmy/agents-mdgit clone --depth 1 https://github.com/cloudrift-ai/emmyWrote 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.
[](https://agentmods.dev/instructions/cloudrift-ai/emmy/agents-md)<a href="https://agentmods.dev/instructions/cloudrift-ai/emmy/agents-md"><img src="https://agentmods.dev/badge/instructions/cloudrift-ai/emmy/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.05284 | $0.05284 |
| Opus 5 | $0.02642 | $0.02642 |
| Sonnet 5 | $0.01057 | $0.01057 |
| Haiku 4.5 | $0.00528 | $0.00528 |
Grade A, and why
emmy 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.
How it starts
The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to coding agents when working with code in this repository.
Project Overview
Emmy is a Python tool for deploying and benchmarking LLM inference on GPU servers. It supports vLLM and SGLang engines, provides a CLI for local and remote (SSH) deployment of models via Docker Compose, plus automated benchmarking across multiple servers.
README.md is the canonical project overview and architecture index. Read it first, then use its links to locate the
relevant subsystem documentation. Do not duplicate the architecture index in this file.
When the user asks about a CLI flag, recipe field, or matrix combinator, use the README index to find and read the
relevant ARCHITECTURE.md before answering.
Prerequisites
- Python 3.12+ with
venv make setupto create the virtual environment and install dependencies- Docker and Docker Compose for local deployments
HF_TOKENenvironment variable for HuggingFace model downloadsEMMY_DUMP_DIRenvironment variable (optional) — when set, compiler stages dump intermediate debug artifacts (graphs, CUDA kernels, execution plans) to this directory. Frontend provenance slices used bytune --benchstay in memory; stable Torch IR is persisted only inside golden YAML. Kernels are named after the operations they realize (k_rms_norm,k_sdpa_reduce).EMMY_FREEZE_DIRenvironment variable (optional) — overrides the measurement freeze the prior is evaluated against (emmy eval prior --dataset nodes, andemmy fit's measured cells). Defaults to the repo-checkedemmy/compiler/pipeline/search/freezes/— a digest-pinned, version-stamped snapshot that is identical on every machine, which is what makes a reported prior number reproducible. The tune DB and the online reservoir are machine-local and mutable; reach them with--dbwhen you want one machine's data, not as the default. The freeze's payload YAML is tracked in git LFS; its manifest is plain git so provenance stays diffable. Re-freeze withscripts/freeze_node_store.py.EMMY_TUNE_DBenvironment variable (optional) — overrides the default tuning SQLite cache path (~/.cache/emmy/autotune.db).emmy tunereads from / writes to this path. NOTE: greedycompile/runresolve forks through the deploy evidence hierarchy — the live card's recorded goldens first (the repo-shipped verified tier; consulted, never trained on), then measured reservoir/DB evidence, then the globalPrior(the online prior with its offline cold-start fallback; the old_best_forkDB→fork replay was removed). The online prior is a separate JSON checkpoint (EMMY_ONLINE_FILE→~/.cache/emmy/online.json; legacyEMMY_PRIOR_FILEstill accepted) thattunewrites andcompile/runread. Use the README architecture index for the prior and two-level autotune design.
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.
- 4d ago First seen · 331 lines · 5,284 tokens per session scan A 0b13ce20c8fa
emmy AGENTS.md is an instructions file published in the GitHub repository cloudrift-ai/emmy (80 stars, last pushed 4d ago), licensed Apache-2.0. It adds 5,284 tokens to every session, about $0.0264 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.
Other instructions, from other repositories
xllm AGENTS.md
AGENTS.md instructions for xLLM-AI/xllm, covering xllm coding agent instructions, directory structure, code style guide and review instructions.
hipfire AGENTS.md
AGENTS.md instructions for warpfront/hipfire, covering agents.md — project notice + testing playbook, notice for ai agents working with hipfire, what hipfire is, what this notice asks of you and what this notice does not ask of you.
hipfire CLAUDE.md
Claude Code instructions for warpfront/hipfire, covering hipfire: rust-native inference engine for amd rdna gpus, mission, architecture, pflash status and building, testing & gates.
xllm CLAUDE.md
Claude Code instructions for xLLM-AI/xllm, a project described as: A high-performance inference engine for LLM, VLM, DiT and REC models, optimized for diverse AI accelerators. It is hosted in OpenAtom Foundation.
DeepSpeed AGENTS.md
AGENTS.md instructions for deepspeedai/DeepSpeed, covering deepspeed project rules, commit & ci requirements, code change discipline, tool caveats and edit tool auto-formatter.
plano CLAUDE.md
Instructions for katanemo/plano, covering claude.md, build & test commands, rust — wasm plugins (must target wasm32-wasip1), rust — brightstaff binary (native target) and rust — tests, format, lint.