shenron-coord
bot.dragonballfr.com
· DBFR / dragonballfr.com
Bridge A2A pour la coordination des agents DBFR (Claude Code ↔ Gemini CLI). Miroir HTTP du canal MCP `coord` (.coord/messages.jsonl + .coord/tasks.json). Compatible @a2a-js/sdk.
bot.dragonballfr.com 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.
C
Conformance score: 61/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. 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-06-03 00:08:47 current | 1430b28a8cf1… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://bot.dragonballfr.com/.well-known/agent-card.json |
| Provider | https://dragonballfr.com |
Skills · 3 declared · mapped to canonical taxonomy
Append/read messages between agents on the shared bus (.coord/messages.jsonl, flock-locked). SSE broadcast on /api/a2a/events.
List/get/cancel tasks in the shared backlog (.coord/tasks.json). Atomic claim/complete via MCP server `coord` (flock /tmp/dbfr-tasks.lock).
Read/write the cross-agent memory under .coord/memory/{shared,claude,gemini}.md and docs under .coord/docs/.
Health · last 1 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/bot.dragonballfr.com) [](https://agenstry.com/agents/bot.dragonballfr.com) [](https://agenstry.com/agents/bot.dragonballfr.com) [](https://agenstry.com/agents/bot.dragonballfr.com)
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": "shenron-coord",
"description": "Bridge A2A pour la coordination des agents DBFR (Claude Code \u2194 Gemini CLI). Miroir HTTP du canal MCP `coord` (.coord/messages.jsonl + .coord/tasks.json). Compatible @a2a-js/sdk.",
"version": "1.1.0",
"protocolVersion": "0.3.0",
"url": "https://bot.dragonballfr.com/api/a2a/jsonrpc",
"provider": {
"organization": "DBFR / dragonballfr.com",
"url": "https://dragonballfr.com"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "Optional Bearer token (API_ADMIN_TOKEN). Public coord endpoints sont open par d\u00e9faut."
}
},
"security": [
{
"bearerAuth": []
},
{}
],
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"supportsAuthenticatedExtendedCard": false,
"skills": [
{
"id": "coord.messages",
"name": "Inter-agent messages",
"description": "Append/read messages between agents on the shared bus (.coord/messages.jsonl, flock-locked). SSE broadcast on /api/a2a/events.",
"tags": [
"coord",
"messaging"
],
"examples": [
"message/send avec params.to='gemini' params.message.parts=[{kind:'text',text:'...'}]",
"message/stream pour subscribe SSE"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "coord.tasks",
"name": "Sprint tasks",
"description": "List/get/cancel tasks in the shared backlog (.coord/tasks.json). Atomic claim/complete via MCP server `coord` (flock /tmp/dbfr-tasks.lock).",
"tags": [
"coord",
"task-management"
],
"examples": [
"tasks/list params={status:'pending',agent:'gemini'}",
"tasks/get params.id='shenron-01-fix-jail'",
"tasks/cancel params.id='...'"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "coord.memory",
"name": "Shared markdown memory",
"description": "Read/write the cross-agent memory under .coord/memory/{shared,claude,gemini}.md and docs under .coord/docs/.",
"tags": [
"coord",
"memory"
],
"examples": [
"memory/read params.scope='shared'",
"memory/append params.scope='claude' params.body='...'"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
}
]
}