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/arniesaha/agentweave/agents-mdgit clone --depth 1 https://github.com/arniesaha/agentweaveWhat 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.00519 | $0.00519 |
| Opus 5 | $0.00260 | $0.00260 |
| Sonnet 5 | $0.00104 | $0.00104 |
| Haiku 4.5 | $0.00052 | $0.00052 |
Grade A, and why
agentweave 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 2d 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.
What it actually says
AgentWeave — Autonomous Execution Protocol
For Sub-Agents
When assigned a GitHub issue to implement:
- Branch:
git checkout -b fix/issue-{NUMBER} - Understand: Read the issue acceptance criteria — that is your definition of done
- Implement: Make the code changes
- Test:
- Python:
cd sdk/python && pip install -e ".[dev]" && pytest - TypeScript:
cd sdk/js && npm ci && npx jest --verbose - Go:
cd sdk/go && go test ./... -v
- Python:
- Commit:
fix(scope): description (#NUMBER)— follow conventional commits - Push & PR: Push branch, open PR referencing the issue
- Comment on issue: what was changed, any caveats, PR link
- Do NOT merge — Nix handles merge + deploy
Nix Post-Merge Checklist
After merging a PR:
- Run
scripts/deploy.sh - Run
scripts/verify.sh - If both pass: close issue with comment linking to Grafana dashboard
- If either fails: reopen issue, comment with failure details and logs
Definition of Done (for any issue)
- Code implemented and tests passing
-
scripts/deploy.shexits 0 -
scripts/verify.shexits 0 (all checks green) - Issue closed with deploy confirmation comment
Environment Reference
| Resource | Address |
|---|---|
| Proxy (nix) | 192.168.1.70:30400 |
| Proxy (max) | 192.168.1.70:30401 |
| Tempo OTLP endpoint | 192.168.1.70:30418 |
| Docker registry | localhost:5000 |
| K8s namespace | agentweave |
| Grafana dashboard UID | agentweave-overview |
Commit Message Convention
type(scope): description (#ISSUE)
Types: fix, feat, chore, docs, refactor, test
Scopes: proxy, sdk-py, sdk-js, sdk-go, dashboard, k8s, ci
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.
- 2d ago First seen · 55 lines · 519 tokens per session scan A 82dd6e876c3c
agentweave AGENTS.md is an instructions file published in the GitHub repository arniesaha/agentweave (11 stars, last pushed 19d ago), licensed MIT. It adds 519 tokens to every session, about $0.0026 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
spellbook AGENTS.md
Instructions for majiayu000/spellbook, covering spellbook agent contract, routing, scope rules, threads long-run guardrails and validation.
open-supermarkets AGENTS.md
Instructions for abracadabra50/open-supermarkets, covering agent integration guide, supported frameworks, quick integration, 1. add as skill and 2. agent calls commands.
helm copilot-instructions.md
Instructions for PetePeter/helm, covering gamepad-cli-hub — copilot instructions, project purpose, system overview, data flow pipeline and key controls.
fusion-skills AGENTS.md
AGENTS.md instructions for CrowdStrike/fusion-skills, covering agents.md, what this is, prerequisites, repository structure and skills ecosystem.
aeon CLAUDE.md
Instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
ESAA-Core AGENTS.md
Instructions for elzobrito/ESAA-Core, covering agents.md — contrato operacional codex/esaa, 1. autoridade e termos, 2. cli e runner, ou configure o runner uma vez por sessão and 3. concorrência.