You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Kill a misbehaving agent - blocks all intents instantly
97
+
client.mesh.kill(address_id="addr_...")
98
+
99
+
# Resume it
100
+
client.mesh.resume(address_id="addr_...")
101
+
```
102
+
103
+
Set action policies (allowlist/denylist intent types) and cost policies (intents/day, $/day limits) per agent via dashboard or API. [Agent Mesh overview](https://github.com/AxmeAI/axme#agent-mesh---see-and-control-your-agents).
104
+
105
+
Open the live dashboard at [mesh.axme.ai](https://mesh.axme.ai) or run `axme mesh dashboard` from the CLI.
0 commit comments