SuperOptiX
a2a.superoptix.ai
· Superagentic AI
The A2A interoperability layer for agent frameworks. Reports A2A readiness for DSPy, OpenAI Agents SDK, Claude Agent SDK, Pydantic AI, Google ADK, CrewAI, DeepAgents and Microsoft Agent Framework, and reviews Agent Cards for conformance and discoverability
a2a.superoptix.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
B
Conformance score: 77/100
B-grade: working agent with minor gaps (often unsigned cards or thin metadata).
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-31 18:40:01 current | 9a47bdb73623… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://a2a.superoptix.ai/.well-known/agent-card.json |
| Provider | https://super-agentic.ai |
| Docs | https://github.com/SuperagenticAI/superoptix |
Skills · 2 declared · mapped to canonical taxonomy
Report whether a named agent framework supports the A2A protocol, which spec line it targets, and what is missing for A2A 1.0 interoperability. Covers DSPy, Ope…
Review an A2A Agent Card for conformance and discoverability. Returns a scored list of findings covering protocol version, card signing, security schemes, inter…
Health · last 7 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/a2a.superoptix.ai) [](https://agenstry.com/agents/a2a.superoptix.ai) [](https://agenstry.com/agents/a2a.superoptix.ai) [](https://agenstry.com/agents/a2a.superoptix.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "SuperOptiX",
"description": "The A2A interoperability layer for agent frameworks. Reports A2A readiness for DSPy, OpenAI Agents SDK, Claude Agent SDK, Pydantic AI, Google ADK, CrewAI, DeepAgents and Microsoft Agent Framework, and reviews Agent Cards for conformance and discoverability",
"version": "1.0",
"protocolVersion": "1.0",
"url": "https://a2a.superoptix.ai",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://a2a.superoptix.ai/a2a/jsonrpc",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://a2a.superoptix.ai",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
},
{
"url": "https://a2a.superoptix.ai/a2a/jsonrpc",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3"
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true,
"extendedAgentCard": false
},
"skills": [
{
"id": "framework-a2a-readiness",
"name": "Framework A2A Readiness",
"description": "Report whether a named agent framework supports the A2A protocol, which spec line it targets, and what is missing for A2A 1.0 interoperability. Covers DSPy, OpenAI Agents SDK, Claude Agent SDK, Pydantic AI, Google ADK, CrewAI, DeepAgents and Microsoft Agent Framework. Answers from published package metadata, not opinion",
"tags": [
"a2a",
"interoperability",
"frameworks",
"discovery",
"compatibility"
],
"examples": [
"Does CrewAI support A2A?",
"Which agent frameworks have no A2A support at all?",
"What spec version does Google ADK target?",
"Is DSPy reachable over A2A?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "agent-card-review",
"name": "Agent Card Review",
"description": "Review an A2A Agent Card for conformance and discoverability. Returns a scored list of findings covering protocol version, card signing, security schemes, interface bindings and the quality of each skill description as a calling agent would read it. Submit the card as JSON",
"tags": [
"a2a",
"agent-card",
"conformance",
"discoverability",
"review"
],
"examples": [
"Review this agent card: {\"name\": \"my-agent\", \"skills\": []}",
"Why are other agents not discovering my agent?",
"Is my agent card A2A 1.0 conformant?"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
}
],
"provider": {
"organization": "Superagentic AI",
"url": "https://super-agentic.ai"
},
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Bearer token issued by the SuperOptiX operator. The public catalogue skills are readable without one.",
"httpAuthSecurityScheme": {
"scheme": "bearer",
"description": "Bearer token issued by the SuperOptiX operator"
}
}
},
"iconUrl": "https://superoptix.ai/uploads/logo.png",
"documentationUrl": "https://github.com/SuperagenticAI/superoptix"
}