MCPcopy Index your code
hub / github.com/google/adk-python / _resolve_adk_version

Function _resolve_adk_version

src/google/adk/cli/cli_deploy.py:386–390  ·  view source on GitHub ↗

Returns the default ADK version.

()

Source from the content-addressed store, hash-verified

384
385
386def _resolve_adk_version() -> str:
387 """Returns the default ADK version."""
388 from google.adk.version import __version__
389
390 return __version__
391
392
393def _resolve_project(project_in_option: Optional[str]) -> str:

Callers 1

to_agent_engineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected