Snapshotmaster · 9a58107
A model request loops through middleware and tools until it becomes a final or structured response.
Click a building or route
System map7 components · 7 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
MiddlewareHooks that wrap or transform agent model and tool execution.
How to study this repo
- 1Build the graph
Trace create_agent from its inputs to the model and tool nodes.
- 2Follow one tool call
Track its call ID from AIMessage through ToolNode and ToolMessage.
- 3Add one policy
Read a middleware implementation and identify which request or result it changes.