跳到正文
DEERFLOW BOOK
03 / 05中文
03

CHAPTER 03

Agent Assembly

English summary

Each run compiles an executable agent graph from its resolved identity, authorized tool catalog, prompt, state schema, and an ordered middleware policy stack. Middleware order determines which outcomes remain observable and which policies can short-circuit execution.

01Resolve a per-run assembly identity
02Filter the catalog, then guard execution
03Read middleware as four policy layers
04Explain behavior through ordering
SOURCE TRAIL

Read the implementation

This edition deliberately stops at a concise overview. The links below open the exact DeerFlow source files used by the complete Chinese chapter.