diff --git a/backend/AGENTS.md b/backend/AGENTS.md index cf668cff2..0ad43cd76 100644 --- a/backend/AGENTS.md +++ b/backend/AGENTS.md @@ -1,7 +1,5 @@ # AGENTS.md -This file provides guidance to AI coding agents (Claude Code, Codex, and others) when working with code in this repository. It is the source of truth; the sibling `CLAUDE.md` imports it via `@AGENTS.md`. - ## Project Overview DeerFlow is a LangGraph-based AI super agent system with a full-stack architecture. The backend provides a "super agent" with sandbox execution, persistent memory, subagent delegation, and extensible tool integration - all operating in per-thread isolated environments.