Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
AgentRequest + List<Middleware> -> AgentResponse
Intercept, inspect, and modify agent execution requests and responses through an extensible chain of pre- and post-processing functions.
Problem it solves
Cross-cutting concerns like logging, rate-limiting, and content moderation clutter core agent reasoning logic.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.