A2A agent card imported from azender1/SafeAgent (
.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.
SafeAgent
Execution guard for AI agents — prevents duplicate actions on retry
Execution guard for AI agents — prevents duplicate actions on retry
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsA2A agent card imported from azender1/SafeAgent (
.well-known/agent.json). Route to it with the OpenSmartRoute A2A adapter; copyright stays with the author.
Execution guard for AI agents — prevents duplicate actions on retry
Copy one of these into your project. Installing also returns the manifest and these snippets.
targets:
- https://api.opensmartroute.ai/api/v1/registry/azender1-safeagent-safeagent/manifest # or paste the manifest belowAn Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "azender1-safeagent-safeagent",
"kind": "agent",
"name": "SafeAgent",
"description": "Execution guard for AI agents — prevents duplicate actions on retry",
"publisher": "azender1",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"a2a",
"agent-card",
"github-a2a"
],
"languages": [
"en"
],
"supports_tools": true
},
"quality_prior": 0.6,
"examples": [
"Execution guard for AI agents — prevents duplicate actions on retry"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-a2a",
"repository": "https://github.com/azender1/SafeAgent",
"path": ".well-known/agent.json",
"ref": "cb111e87225a3d9e8158823c2dbd2abed727c2a4",
"url": "https://github.com/azender1/SafeAgent/blob/cb111e87225a3d9e8158823c2dbd2abed727c2a4/.well-known/agent.json",
"key": "azender1/SafeAgent/.well-known/agent.json"
}
},
"endpoints": [
{
"protocol": "a2a",
"url": "https://safeagent-production.up.railway.app"
}
]
}Fetch it by URL: GET /api/v1/registry/azender1-safeagent-safeagent/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.