From 06e54008c9b8d9e42bbf7d2bbdabef78c9b75bb2 Mon Sep 17 00:00:00 2001 From: bronsonhill <106301813+bronsonhill@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:58:31 +1000 Subject: [PATCH] docs: remove duplicated preamble from backend/AGENTS.md (#5120) --- backend/AGENTS.md | 2 -- 1 file changed, 2 deletions(-) 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.