Home / bytedance / deer-flow · backend/packages/harness/deerflow/storage/AGENTS.md · GitHub

AGENTS.md@backend/packages/harness/deerflow/storage agentsA

AGENTS.md@backend/packages/harness/deerflow/storage is agent-read markdown (agents) from bytedance/deer-flow.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

### Blob Store (`packages/harness/deerflow/storage/`)

**What it owns**: a content-addressed store for bytes that must resolve on every
instance, not just the one that wrote them (issue #4189, item 2). The address is
the SHA-256 of the content, so writes are idempotent, deduplication is free, and
a reader can verify what it got back. Contract: `storage/contract.py`
(`BlobRef`, `BlobStore`, the `BlobStoreError` family, `validate_blob_kind`).
Operator-facing behaviour and the producer migration plan: `docs/blob-storage.md`.
Factory: `storage/manager.py`.

**Disabled by default**: `blob_storage.enabled` is `false`, and no producer has
been migrated, so an untouched deployment behaves exactly as before. Producers
call `get_blob_store_if_enabled()` and keep their existing local-path code for the
`None` case; only a caller that genuinely requires the store uses
`get_blob_store()`, which raises `BlobNotConfiguredError` when it is disabled.
Both accessors are exported from this package — prefer
`from deerflow.storage import ...` over reaching into submodules.
The factory compares the effective backend and backend config before reusing its
…

Read the whole file at its exact version.

How to install

Latest version
mdr add bytedance/deer-flow/backend/packages/harness/deerflow/storage/AGENTS.md@git:20260924.82ac161
Exact content
mdr add bytedance/deer-flow/backend/packages/harness/deerflow/storage/AGENTS.md@sha256:36bac98e1a4046a5

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_xqwab2tjd4nmxgnu.svg)](https://markdownregistry.com/a/art_xqwab2tjd4nmxgnu)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.82ac161 latest2026-09-24 82ac161 4,733 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4733 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

bytedance/deer-flow · 82,945 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_xqwab2tjd4nmxgnu
GET https://markdownregistry.com/api/v1/resolve?ref=bytedance/deer-flow/backend/packages/harness/deerflow/storage/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/36bac98e1a4046a550ebb17df0978ea2ceefa8bd4171b7c31743d4c20d924303

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from bytedance/deer-flow

blocking-io-guard skill
bytedance/deer-flow · .agent/skills/blocking-io-guard/SKILL.md · Ensure async-path backend code that could block the asyncio event loop is protected by a teeth-verified runtime anchor…
git:20260612.dc2abab · audit A · 82,945 stars
deerflow-maintainer-orchestrator skill
bytedance/deer-flow · .agent/skills/deerflow-maintainer-orchestrator/SKILL.md · Use when a DeerFlow maintainer needs comment-only GitHub issue or PR handling: resolve issue/PR scopes with gh, analyze…
git:20260616.65fab1d · audit A · 82,945 stars
engineer-system-change skill
bytedance/deer-flow · .agent/skills/engineer-system-change/SKILL.md · Evaluate and carry out non-trivial software-system changes from first principles. Use when assessing RFCs, issues…
git:20260723.2af2fb5 · audit A · 82,945 stars
smoke-test skill
bytedance/deer-flow · .agent/skills/smoke-test/SKILL.md · End-to-end smoke test skill for DeerFlow. Guides through: 1) Pulling latest code, 2) Docker OR Local installation and…
git:20260619.525ec0a · audit A · 82,945 stars
AGENTS.md agents
bytedance/deer-flow · AGENTS.md
git:20260923.5d8a949 · audit A · 82,945 stars
CLAUDE.md claude
bytedance/deer-flow · CLAUDE.md
git:20260625.ff7ecdb · audit B · 82,945 stars
AGENTS.md@backend agents
bytedance/deer-flow · backend/AGENTS.md
git:20260924.f242164 · audit A · 82,945 stars
CLAUDE.md@backend claude
bytedance/deer-flow · backend/CLAUDE.md
git:20260625.ff7ecdb · audit B · 82,945 stars
AGENTS.md@backend/app/channels agents
bytedance/deer-flow · backend/app/channels/AGENTS.md
git:20260923.1451e0a · audit A · 82,945 stars
AGENTS.md@backend/app/gateway agents
bytedance/deer-flow · backend/app/gateway/AGENTS.md
git:20260924.7d9025c · audit A · 82,945 stars
AGENTS.md@backend/packages/harness/deerflow agents
bytedance/deer-flow · backend/packages/harness/deerflow/AGENTS.md
git:20260924.29dbce4 · audit A · 82,945 stars
AGENTS.md@backend/packages/harness/deerflow/agents agents
bytedance/deer-flow · backend/packages/harness/deerflow/agents/AGENTS.md
git:20260922.e1352bc · audit A · 82,945 stars

Every file in bytedance/deer-flow

Browse by kind, by grade A, or by owner.