1 points | by thekafkaf 10 hours ago ago
3 comments
I use ADK-go (also available in py, ts, java)
https://google.github.io/adk-docs/get-started/about/
Did you compare to other SDKs from OpenAI, Anthropic or OSS?
I find the harnessing of Claude Code/OpenCode really good, and was afraid of needing to implement a lot of it from scratch if using an sdk, what's your experience in this regard?
ADK is lower level then an SDK, it all runs where you want.
Using this has let me get at the lower layers of the stack, so I get deeper customization. It has been a great learning foundation.
There are various hooks and interfaces, but I had to rebuild much of the higher level UI/UX and such
I use ADK-go (also available in py, ts, java)
https://google.github.io/adk-docs/get-started/about/
Did you compare to other SDKs from OpenAI, Anthropic or OSS?
I find the harnessing of Claude Code/OpenCode really good, and was afraid of needing to implement a lot of it from scratch if using an sdk, what's your experience in this regard?
ADK is lower level then an SDK, it all runs where you want.
Using this has let me get at the lower layers of the stack, so I get deeper customization. It has been a great learning foundation.
There are various hooks and interfaces, but I had to rebuild much of the higher level UI/UX and such