Summary
Compile and run a Google ADK-Go example agent alongside DocsClaw to validate A2A interoperability between the two runtimes. This demonstrates that DocsClaw works seamlessly in heterogeneous multi-agent environments.
Motivation
Customer questions arise about why DocsClaw isn't built on Google ADK. The strongest counter-argument is model independence (ADK is Gemini-only), but we should also show concrete A2A interop: DocsClaw can delegate to ADK agents and vice versa.
Tasks
Context
- DocsClaw and ADK-Go both use
a2a-go v2 for the A2A protocol
- ADK-Go ships only Gemini provider; DocsClaw supports Anthropic + OpenAI
- This validates DocsClaw's positioning as a model-independent runtime that interoperates with framework-specific agents
Summary
Compile and run a Google ADK-Go example agent alongside DocsClaw to validate A2A interoperability between the two runtimes. This demonstrates that DocsClaw works seamlessly in heterogeneous multi-agent environments.
Motivation
Customer questions arise about why DocsClaw isn't built on Google ADK. The strongest counter-argument is model independence (ADK is Gemini-only), but we should also show concrete A2A interop: DocsClaw can delegate to ADK agents and vice versa.
Tasks
a2aCLIdocs/as an interop guideContext
a2a-gov2 for the A2A protocol