Dmitry Pasiukevich
Dmitry Pasiukevich
/remove-lifecycle stale /help
> What is the ADK API standard style? We need to be 100% compatible with the implementation in ADK Python. This one https://github.com/google/adk-go/issues/255#issuecomment-3516317834
Claude models are in the priority list of features (both for VertexAI and hosted by Anthropic). If anyone would like to help with the implementation, let me know and I'd...
Done. Thanks!
@git-hulk could you also share what do you plan to implement? Asking just to double check, to avoid extra comments in the PR. What ideally we'd like to have: *...
Perfect, thanks! Also, ideally to try keep the similar logic with python (to keep consistency across ADKs). If you feel there could be any improvements to the existing code/logic, don't...
`model.LLMResponse` is coupled to `google/genai` intentionally and we don't plan to change this. We're keeping consistency with other ADK implementations (e.g. adk-python). Claude API responses will be mapped to `model.LLMResponse`...
Source: https://google.github.io/adk-docs/runtime/api-server/#api-endpoints Let's make sure this ADK API convention is valid, and use this issue to make sure both documentation and the implementation match it.
This requirement (different cases for req and resp fields) makes it a weird API. e.g. in adk-go we'd have to have 2 identical structs (e.g. Event) with different json tags...
@rakyll @tpryan we should then update adk docs https://github.com/google/adk-go/issues/255#issuecomment-3516317834 so it only uses camelCase to avoid any confusion.