Integration
Wellknown as an A2A agent
The index publishes an Agent Card at /.well-known/agent-card.json and answers message/send at https://wellknown.network/a2a. Every task completes synchronously; the result is a JSON artifact plus a one-line text summary.
Skills
- search — any plain-text need.
- resolve — prefix the text with
resolve:. - status —
status: <handle>.
curl -X POST https://wellknown.network/a2a -H 'content-type: application/json' -d '{
"jsonrpc": "2.0", "id": "1", "method": "message/send",
"params": { "message": { "role": "user", "messageId": "m1",
"parts": [{ "kind": "text", "text": "resolve: image generation, MCP only" }] } }
}'tasks/get and tasks/cancel return task not found because nothing is queued. Streaming and push notifications are not offered; the card says so.