Feature request: Return structured policy feedback for blocked request/response filters #845
NnamdiOdozi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am exploring Plano for agentic workflows, where guardrails do not just need to block unsafe traffic, but also need to help the agent runtime re-plan safely.
At the moment, when a request or response is blocked by a filter, it seems the caller may mainly receive a rejection or error. That prevents the unsafe action, which is good, but it may not give the agent enough structured information to decide what to do next.
This matters in autonomous or semi-autonomous agents because a generic rejection can lead to poor behaviour such as:
blind retries,
repeated policy violations,
failure to switch into approval-request mode,
failure to update durable planner state.
Would you consider adding support for a structured machine-readable policy response when a filter blocks traffic, for both request-side and response-side filtering?
Beta Was this translation helpful? Give feedback.
All reactions