Adapters
Inside the agent runtimeThe adapter wraps the agent's tool-calling surface. A proposed call is submitted for a disposition and only released if permitted.
- Where it sits
- Between the agent framework and the tools it can invoke.
- Best when
- You own the agent code and want the shortest path to a governed pilot.
- You provide
- One policy domain to start with
- A source for the evidence that domain requires
- A named human owner for escalations
Mediation is only as complete as the adapter's coverage. Any tool the agent can reach outside the adapter is ungoverned, which is the failure this whole layer exists to prevent.