Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.75 KB

File metadata and controls

37 lines (27 loc) · 1.75 KB

Layer Deep-Dive Index

中文 | English

If you want a staged course, start with the Learning Paths. docs/layers/ works better as reference material and a lookup index.

If you just finished examples/, treat this index as the bridge from “example -> concept -> source”: first use a layer note to build intuition, then open the Source Map to choose a call chain, and finally use the Source Navigation Guide to find the exact symbols.

If you are already in the source tree, you can use this index as a lookup table; L10-L15 are aimed more at readers who are already inside the implementation details.

Read in order:

  1. L1 Startup And Entry Points
  2. L2 The Agent Core Loop
  3. L3 Tool System
  4. L4 UI / Ink
  5. L5 State And Commands
  6. L6 Advanced Mechanisms
  7. L7 Permissions
  8. L8 Streaming
  9. L9 Context Management

Advanced deep dives:

  1. L10 QueryEngine And System Prompt Assembly
  2. L11 API Streaming And The Event Model
  3. L12 The REPL Screen And Input System
  4. L13 MCP, Hooks, And Plugins
  5. L14 Memory Extraction And Team Memory
  6. L15 Print, Serve, Bridge, And Other Runtime Modes

Read alongside: