step13_middleware

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

This sample shows how to write custom agent middleware. A middleware wraps the agent's run function, so it can inspect or modify the incoming messages and options and observe (or rewrite) the streamed response updates.

It layers two agent-run middlewares that filter text on the way in and on the way out, mirroring the .NET "Agent_Step11_Middleware" sample:

  • a wording guardrail that redacts blocked keywords, and
  • a PII filter that redacts emails and phone numbers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL