google-adk 0.0.4__tar.gz → 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. google_adk-0.1.0/PKG-INFO +160 -0
  2. google_adk-0.1.0/README.md +82 -0
  3. {google_adk-0.0.4 → google_adk-0.1.0}/pyproject.toml +6 -1
  4. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/browser/index.html +1 -1
  5. google_adk-0.0.4/src/google/adk/cli/browser/main-CU22TRPI.js → google_adk-0.1.0/src/google/adk/cli/browser/main-SLIAU2JL.js +18 -2
  6. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/cli.py +2 -0
  7. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/cli_deploy.py +3 -3
  8. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/cli_tools_click.py +3 -3
  9. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/fast_api.py +2 -5
  10. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/base_llm_flow.py +1 -1
  11. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/version.py +1 -1
  12. google_adk-0.0.4/PKG-INFO +0 -75
  13. google_adk-0.0.4/README.md +0 -1
  14. {google_adk-0.0.4 → google_adk-0.1.0}/LICENSE +0 -0
  15. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/__init__.py +0 -0
  16. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/__init__.py +0 -0
  17. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/active_streaming_tool.py +0 -0
  18. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/base_agent.py +0 -0
  19. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/callback_context.py +0 -0
  20. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/invocation_context.py +0 -0
  21. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/langgraph_agent.py +0 -0
  22. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/live_request_queue.py +0 -0
  23. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/llm_agent.py +0 -0
  24. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/loop_agent.py +0 -0
  25. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/parallel_agent.py +0 -0
  26. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/readonly_context.py +0 -0
  27. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/remote_agent.py +0 -0
  28. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/run_config.py +0 -0
  29. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/sequential_agent.py +0 -0
  30. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/agents/transcription_entry.py +0 -0
  31. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/artifacts/__init__.py +0 -0
  32. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/artifacts/base_artifact_service.py +0 -0
  33. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/artifacts/gcs_artifact_service.py +0 -0
  34. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/artifacts/in_memory_artifact_service.py +0 -0
  35. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/auth/__init__.py +0 -0
  36. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/auth/auth_credential.py +0 -0
  37. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/auth/auth_handler.py +0 -0
  38. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/auth/auth_preprocessor.py +0 -0
  39. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/auth/auth_schemes.py +0 -0
  40. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/auth/auth_tool.py +0 -0
  41. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/__init__.py +0 -0
  42. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/__main__.py +0 -0
  43. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/agent_graph.py +0 -0
  44. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/browser/adk_favicon.svg +0 -0
  45. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/browser/assets/audio-processor.js +0 -0
  46. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/browser/assets/config/runtime-config.json +0 -0
  47. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/browser/polyfills-FFHMD2TL.js +0 -0
  48. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/browser/styles-4VDSPQ37.css +0 -0
  49. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/cli_eval.py +0 -0
  50. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/utils/__init__.py +0 -0
  51. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/utils/envs.py +0 -0
  52. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/utils/evals.py +0 -0
  53. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/cli/utils/logs.py +0 -0
  54. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/__init__.py +0 -0
  55. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/base_code_executor.py +0 -0
  56. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/code_execution_utils.py +0 -0
  57. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/code_executor_context.py +0 -0
  58. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/container_code_executor.py +0 -0
  59. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/unsafe_local_code_executor.py +0 -0
  60. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/code_executors/vertex_ai_code_executor.py +0 -0
  61. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/evaluation/__init__.py +0 -0
  62. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/evaluation/agent_evaluator.py +0 -0
  63. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/evaluation/evaluation_constants.py +0 -0
  64. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/evaluation/evaluation_generator.py +0 -0
  65. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/evaluation/response_evaluator.py +0 -0
  66. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/evaluation/trajectory_evaluator.py +0 -0
  67. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/events/__init__.py +0 -0
  68. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/events/event.py +0 -0
  69. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/events/event_actions.py +0 -0
  70. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/examples/__init__.py +0 -0
  71. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/examples/base_example_provider.py +0 -0
  72. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/examples/example.py +0 -0
  73. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/examples/example_util.py +0 -0
  74. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/examples/vertex_ai_example_store.py +0 -0
  75. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/__init__.py +0 -0
  76. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/__init__.py +0 -0
  77. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/_base_llm_processor.py +0 -0
  78. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/_code_execution.py +0 -0
  79. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/_nl_planning.py +0 -0
  80. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/agent_transfer.py +0 -0
  81. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/audio_transcriber.py +0 -0
  82. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/auto_flow.py +0 -0
  83. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/basic.py +0 -0
  84. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/contents.py +0 -0
  85. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/functions.py +0 -0
  86. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/identity.py +0 -0
  87. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/instructions.py +0 -0
  88. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/flows/llm_flows/single_flow.py +0 -0
  89. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/memory/__init__.py +0 -0
  90. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/memory/base_memory_service.py +0 -0
  91. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/memory/in_memory_memory_service.py +0 -0
  92. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/memory/vertex_ai_rag_memory_service.py +0 -0
  93. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/__init__.py +0 -0
  94. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/anthropic_llm.py +0 -0
  95. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/base_llm.py +0 -0
  96. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/base_llm_connection.py +0 -0
  97. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/gemini_llm_connection.py +0 -0
  98. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/google_llm.py +0 -0
  99. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/lite_llm.py +0 -0
  100. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/llm_request.py +0 -0
  101. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/llm_response.py +0 -0
  102. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/models/registry.py +0 -0
  103. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/planners/__init__.py +0 -0
  104. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/planners/base_planner.py +0 -0
  105. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/planners/built_in_planner.py +0 -0
  106. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/planners/plan_re_act_planner.py +0 -0
  107. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/runners.py +0 -0
  108. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/__init__.py +0 -0
  109. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/base_session_service.py +0 -0
  110. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/database_session_service.py +0 -0
  111. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/in_memory_session_service.py +0 -0
  112. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/session.py +0 -0
  113. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/state.py +0 -0
  114. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/sessions/vertex_ai_session_service.py +0 -0
  115. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/telemetry.py +0 -0
  116. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/__init__.py +0 -0
  117. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/_automatic_function_calling_util.py +0 -0
  118. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/agent_tool.py +0 -0
  119. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/apihub_tool/__init__.py +0 -0
  120. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/apihub_tool/apihub_toolset.py +0 -0
  121. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/apihub_tool/clients/__init__.py +0 -0
  122. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/apihub_tool/clients/apihub_client.py +0 -0
  123. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/apihub_tool/clients/secret_client.py +0 -0
  124. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/application_integration_tool/__init__.py +0 -0
  125. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/application_integration_tool/application_integration_toolset.py +0 -0
  126. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/application_integration_tool/clients/connections_client.py +0 -0
  127. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/application_integration_tool/clients/integration_client.py +0 -0
  128. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/base_tool.py +0 -0
  129. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/built_in_code_execution_tool.py +0 -0
  130. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/crewai_tool.py +0 -0
  131. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/example_tool.py +0 -0
  132. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/exit_loop_tool.py +0 -0
  133. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/function_parameter_parse_util.py +0 -0
  134. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/function_tool.py +0 -0
  135. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/get_user_choice_tool.py +0 -0
  136. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/google_api_tool/__init__.py +0 -0
  137. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/google_api_tool/google_api_tool.py +0 -0
  138. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/google_api_tool/google_api_tool_set.py +0 -0
  139. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/google_api_tool/google_api_tool_sets.py +0 -0
  140. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py +0 -0
  141. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/google_search_tool.py +0 -0
  142. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/langchain_tool.py +0 -0
  143. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/load_artifacts_tool.py +0 -0
  144. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/load_memory_tool.py +0 -0
  145. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/load_web_page.py +0 -0
  146. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/long_running_tool.py +0 -0
  147. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/mcp_tool/__init__.py +0 -0
  148. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/mcp_tool/conversion_utils.py +0 -0
  149. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/mcp_tool/mcp_tool.py +0 -0
  150. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/mcp_tool/mcp_toolset.py +0 -0
  151. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/__init__.py +0 -0
  152. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/__init__.py +0 -0
  153. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/auth_helpers.py +0 -0
  154. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/__init__.py +0 -0
  155. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/auto_auth_credential_exchanger.py +0 -0
  156. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/base_credential_exchanger.py +0 -0
  157. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/oauth2_exchanger.py +0 -0
  158. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/service_account_exchanger.py +0 -0
  159. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/common/__init__.py +0 -0
  160. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/common/common.py +0 -0
  161. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/openapi_spec_parser/__init__.py +0 -0
  162. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/openapi_spec_parser/openapi_spec_parser.py +0 -0
  163. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/openapi_spec_parser/openapi_toolset.py +0 -0
  164. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/openapi_spec_parser/operation_parser.py +0 -0
  165. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py +0 -0
  166. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/openapi_tool/openapi_spec_parser/tool_auth_handler.py +0 -0
  167. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/preload_memory_tool.py +0 -0
  168. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/retrieval/__init__.py +0 -0
  169. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/retrieval/base_retrieval_tool.py +0 -0
  170. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/retrieval/files_retrieval.py +0 -0
  171. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/retrieval/llama_index_retrieval.py +0 -0
  172. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/retrieval/vertex_ai_rag_retrieval.py +0 -0
  173. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/tool_context.py +0 -0
  174. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/toolbox_tool.py +0 -0
  175. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/transfer_to_agent_tool.py +0 -0
  176. {google_adk-0.0.4 → google_adk-0.1.0}/src/google/adk/tools/vertex_ai_search_tool.py +0 -0
@@ -0,0 +1,160 @@
1
+ Metadata-Version: 2.4
2
+ Name: google-adk
3
+ Version: 0.1.0
4
+ Summary: Agent Development Kit
5
+ Author-email: Google LLC <googleapis-packages@google.com>
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+ Classifier: Typing :: Typed
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Programming Language :: Python
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
+ Classifier: License :: OSI Approved :: Apache Software License
21
+ License-File: LICENSE
22
+ Requires-Dist: authlib>=1.5.1
23
+ Requires-Dist: click>=8.1.8
24
+ Requires-Dist: fastapi>=0.115.0
25
+ Requires-Dist: google-api-python-client>=2.157.0
26
+ Requires-Dist: google-cloud-aiplatform>=1.87.0
27
+ Requires-Dist: google-cloud-secret-manager>=2.22.0
28
+ Requires-Dist: google-cloud-speech>=2.30.0
29
+ Requires-Dist: google-cloud-storage>=2.18.0, <3.0.0
30
+ Requires-Dist: google-genai>=1.9.0
31
+ Requires-Dist: graphviz>=0.20.2
32
+ Requires-Dist: mcp>=1.5.0;python_version>='3.10'
33
+ Requires-Dist: opentelemetry-api>=1.31.0
34
+ Requires-Dist: opentelemetry-exporter-gcp-trace>=1.9.0
35
+ Requires-Dist: opentelemetry-sdk>=1.31.0
36
+ Requires-Dist: pydantic>=2.0, <3.0.0
37
+ Requires-Dist: python-dotenv>=1.0.0
38
+ Requires-Dist: PyYAML>=6.0.2
39
+ Requires-Dist: sqlalchemy>=2.0
40
+ Requires-Dist: tzlocal>=5.3
41
+ Requires-Dist: uvicorn>=0.34.0
42
+ Requires-Dist: flit>=3.10.0 ; extra == "dev"
43
+ Requires-Dist: isort>=6.0.0 ; extra == "dev"
44
+ Requires-Dist: pyink>=24.10.0 ; extra == "dev"
45
+ Requires-Dist: pylint>=2.6.0 ; extra == "dev"
46
+ Requires-Dist: autodoc_pydantic ; extra == "docs"
47
+ Requires-Dist: furo ; extra == "docs"
48
+ Requires-Dist: myst-parser ; extra == "docs"
49
+ Requires-Dist: sphinx ; extra == "docs"
50
+ Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
51
+ Requires-Dist: sphinx-rtd-theme ; extra == "docs"
52
+ Requires-Dist: google-cloud-aiplatform[evaluation]>=1.87.0 ; extra == "eval"
53
+ Requires-Dist: pandas>=2.2.3 ; extra == "eval"
54
+ Requires-Dist: tabulate>=0.9.0 ; extra == "eval"
55
+ Requires-Dist: anthropic>=0.43.0 ; extra == "extensions"
56
+ Requires-Dist: beautifulsoup4>=3.2.2 ; extra == "extensions"
57
+ Requires-Dist: crewai[tools] ; extra == "extensions" and (python_version>='3.10')
58
+ Requires-Dist: docker>=7.0.0 ; extra == "extensions"
59
+ Requires-Dist: langgraph>=0.2.60 ; extra == "extensions"
60
+ Requires-Dist: litellm>=1.63.11 ; extra == "extensions"
61
+ Requires-Dist: llama-index-readers-file>=0.4.0 ; extra == "extensions"
62
+ Requires-Dist: lxml>=5.3.0 ; extra == "extensions"
63
+ Requires-Dist: langchain-community>=0.3.17 ; extra == "test"
64
+ Requires-Dist: pytest-asyncio>=0.25.0 ; extra == "test"
65
+ Requires-Dist: pytest-mock>=3.14.0 ; extra == "test"
66
+ Requires-Dist: pytest-xdist>=3.6.1 ; extra == "test"
67
+ Requires-Dist: pytest>=8.3.4 ; extra == "test"
68
+ Project-URL: changelog, https://github.com/google/adk-python/blob/main/CHANGELOG.md
69
+ Project-URL: documentation, https://google.github.io/adk-docs/
70
+ Project-URL: homepage, https://google.github.io/adk-docs/
71
+ Project-URL: repository, https://github.com/google/adk-python
72
+ Provides-Extra: dev
73
+ Provides-Extra: docs
74
+ Provides-Extra: eval
75
+ Provides-Extra: extensions
76
+ Provides-Extra: test
77
+
78
+ # Agent Development Kit (ADK)
79
+
80
+ An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
81
+
82
+ The Agent Development Kit (ADK) is designed for developers seeking fine-grained control and flexibility when building advanced AI agents that are tightly integrated with services in Google Cloud. It allows you to define agent behavior, orchestration, and tool use directly in code, enabling robust debugging, versioning, and deployment anywhere – from your laptop to the cloud.
83
+
84
+ ---
85
+
86
+ ## ✨ Key Features
87
+
88
+ * **Code-First Development:** Define agents, tools, and orchestration logic for maximum control, testability, and versioning.
89
+ * **Multi-Agent Architecture:** Build modular and scalable applications by composing multiple specialized agents in flexible hierarchies.
90
+ * **Rich Tool Ecosystem:** Equip agents with diverse capabilities using pre-built tools, custom Python functions, API specifications, or integrating existing tools.
91
+ * **Flexible Orchestration:** Define workflows using built-in agents for predictable pipelines, or leverage LLM-driven dynamic routing for adaptive behavior.
92
+ * **Integrated Developer Experience:** Develop, test, and debug locally with a CLI and visual web UI.
93
+ * **Built-in Evaluation:** Measure agent performance by evaluating response quality and step-by-step execution trajectory.
94
+ * **Deployment Ready:** Containerize and deploy your agents anywhere – scale with Vertex AI Agent Engine, Cloud Run, or Docker.
95
+ * **Native Streaming Support:** Build real-time, interactive experiences with native support for bidirectional streaming (text and audio).
96
+ * **State, Memory & Artifacts:** Manage short-term conversational context, configure long-term memory, and handle file uploads/downloads.
97
+ * **Extensibility:** Customize agent behavior deeply with callbacks and easily integrate third-party tools and services.
98
+
99
+ ## 🚀 Installation
100
+
101
+ You can install the ADK using `pip`:
102
+
103
+ ```bash
104
+ pip install google-adk
105
+ ```
106
+
107
+ ## 🏁 Getting Started
108
+
109
+ Create your first agent (`my_agent/agent.py`):
110
+
111
+ ```python
112
+ # my_agent/agent.py
113
+ from google.adk.agents import Agent
114
+ from google.adk.tools import google_search
115
+
116
+ root_agent = Agent(
117
+ name="search_assistant",
118
+ model="gemini-2.0-flash-exp", # Or your preferred Gemini model
119
+ instruction="You are a helpful assistant. Answer user questions using Google Search when needed.",
120
+ description="An assistant that can search the web.",
121
+ tools=[google_search]
122
+ )
123
+ ```
124
+
125
+ Create `my_agent/__init__.py`:
126
+
127
+ ```python
128
+ # my_agent/__init__.py
129
+ from . import agent
130
+ ```
131
+
132
+ Run it via the CLI (from the directory *containing* `my_agent`):
133
+
134
+ ```bash
135
+ adk run my_agent
136
+ ```
137
+
138
+ Or launch the Web UI from the folder that contains `my_agent` folder:
139
+
140
+ ```bash
141
+ adk web
142
+ ```
143
+
144
+ For a full step-by-step guide, check out the [quickstart](https://google.github.io/adk-docs/get-started/quickstart/) or [sample agents](https://github.com/google/adk-samples).
145
+
146
+ ## 📚 Resources
147
+
148
+ Explore the full documentation for detailed guides on building, evaluating, and deploying agents:
149
+
150
+ * **[Get Started](https://google.github.io/adk-docs/get-started/)**
151
+ * **[Browse Sample Agents](https://github.com/google/adk-samples)**
152
+ * **[Evaluate Agents](https://google.github.io/adk-docs/guides/evaluate-agents/)**
153
+ * **[Deploy Agents](https://google.github.io/adk-docs/deploy/)**
154
+ * **[API Reference](https://google.github.io/adk-docs/api-reference/)**
155
+ * **[Troubleshooting](https://google.github.io/adk-docs/guides/troubleshooting/)**
156
+
157
+ ---
158
+
159
+ *Happy Agent Building!*
160
+
@@ -0,0 +1,82 @@
1
+ # Agent Development Kit (ADK)
2
+
3
+ An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
4
+
5
+ The Agent Development Kit (ADK) is designed for developers seeking fine-grained control and flexibility when building advanced AI agents that are tightly integrated with services in Google Cloud. It allows you to define agent behavior, orchestration, and tool use directly in code, enabling robust debugging, versioning, and deployment anywhere – from your laptop to the cloud.
6
+
7
+ ---
8
+
9
+ ## ✨ Key Features
10
+
11
+ * **Code-First Development:** Define agents, tools, and orchestration logic for maximum control, testability, and versioning.
12
+ * **Multi-Agent Architecture:** Build modular and scalable applications by composing multiple specialized agents in flexible hierarchies.
13
+ * **Rich Tool Ecosystem:** Equip agents with diverse capabilities using pre-built tools, custom Python functions, API specifications, or integrating existing tools.
14
+ * **Flexible Orchestration:** Define workflows using built-in agents for predictable pipelines, or leverage LLM-driven dynamic routing for adaptive behavior.
15
+ * **Integrated Developer Experience:** Develop, test, and debug locally with a CLI and visual web UI.
16
+ * **Built-in Evaluation:** Measure agent performance by evaluating response quality and step-by-step execution trajectory.
17
+ * **Deployment Ready:** Containerize and deploy your agents anywhere – scale with Vertex AI Agent Engine, Cloud Run, or Docker.
18
+ * **Native Streaming Support:** Build real-time, interactive experiences with native support for bidirectional streaming (text and audio).
19
+ * **State, Memory & Artifacts:** Manage short-term conversational context, configure long-term memory, and handle file uploads/downloads.
20
+ * **Extensibility:** Customize agent behavior deeply with callbacks and easily integrate third-party tools and services.
21
+
22
+ ## 🚀 Installation
23
+
24
+ You can install the ADK using `pip`:
25
+
26
+ ```bash
27
+ pip install google-adk
28
+ ```
29
+
30
+ ## 🏁 Getting Started
31
+
32
+ Create your first agent (`my_agent/agent.py`):
33
+
34
+ ```python
35
+ # my_agent/agent.py
36
+ from google.adk.agents import Agent
37
+ from google.adk.tools import google_search
38
+
39
+ root_agent = Agent(
40
+ name="search_assistant",
41
+ model="gemini-2.0-flash-exp", # Or your preferred Gemini model
42
+ instruction="You are a helpful assistant. Answer user questions using Google Search when needed.",
43
+ description="An assistant that can search the web.",
44
+ tools=[google_search]
45
+ )
46
+ ```
47
+
48
+ Create `my_agent/__init__.py`:
49
+
50
+ ```python
51
+ # my_agent/__init__.py
52
+ from . import agent
53
+ ```
54
+
55
+ Run it via the CLI (from the directory *containing* `my_agent`):
56
+
57
+ ```bash
58
+ adk run my_agent
59
+ ```
60
+
61
+ Or launch the Web UI from the folder that contains `my_agent` folder:
62
+
63
+ ```bash
64
+ adk web
65
+ ```
66
+
67
+ For a full step-by-step guide, check out the [quickstart](https://google.github.io/adk-docs/get-started/quickstart/) or [sample agents](https://github.com/google/adk-samples).
68
+
69
+ ## 📚 Resources
70
+
71
+ Explore the full documentation for detailed guides on building, evaluating, and deploying agents:
72
+
73
+ * **[Get Started](https://google.github.io/adk-docs/get-started/)**
74
+ * **[Browse Sample Agents](https://github.com/google/adk-samples)**
75
+ * **[Evaluate Agents](https://google.github.io/adk-docs/guides/evaluate-agents/)**
76
+ * **[Deploy Agents](https://google.github.io/adk-docs/deploy/)**
77
+ * **[API Reference](https://google.github.io/adk-docs/api-reference/)**
78
+ * **[Troubleshooting](https://google.github.io/adk-docs/guides/troubleshooting/)**
79
+
80
+ ---
81
+
82
+ *Happy Agent Building!*
@@ -3,7 +3,7 @@
3
3
  # https://packaging.python.org/en/latest/specifications/declaring-project-metadata
4
4
 
5
5
  name = "google-adk"
6
- description = ""
6
+ description = "Agent Development Kit"
7
7
  readme = "README.md"
8
8
  requires-python = ">=3.9"
9
9
  license = { file = "LICENSE" }
@@ -49,6 +49,11 @@ dependencies = [
49
49
  ]
50
50
  dynamic = ["version"]
51
51
 
52
+ [project.urls]
53
+ homepage = "https://google.github.io/adk-docs/"
54
+ repository = "https://github.com/google/adk-python"
55
+ changelog = "https://github.com/google/adk-python/blob/main/CHANGELOG.md"
56
+ documentation = "https://google.github.io/adk-docs/"
52
57
 
53
58
  [project.scripts]
54
59
  adk = "google.adk.cli:main"
@@ -29,5 +29,5 @@
29
29
  <style>html{color-scheme:dark}html{--mat-sys-background:light-dark(#fcf9f8, #131314);--mat-sys-error:light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container:light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface:light-dark(#f3f0f0, #313030);--mat-sys-inverse-primary:light-dark(#c1c7cd, #595f65);--mat-sys-inverse-surface:light-dark(#313030, #e5e2e2);--mat-sys-on-background:light-dark(#1c1b1c, #e5e2e2);--mat-sys-on-error:light-dark(#ffffff, #690005);--mat-sys-on-error-container:light-dark(#410002, #ffdad6);--mat-sys-on-primary:light-dark(#ffffff, #2b3136);--mat-sys-on-primary-container:light-dark(#161c21, #dde3e9);--mat-sys-on-primary-fixed:light-dark(#161c21, #161c21);--mat-sys-on-primary-fixed-variant:light-dark(#41474d, #41474d);--mat-sys-on-secondary:light-dark(#ffffff, #003061);--mat-sys-on-secondary-container:light-dark(#001b3c, #d5e3ff);--mat-sys-on-secondary-fixed:light-dark(#001b3c, #001b3c);--mat-sys-on-secondary-fixed-variant:light-dark(#0f4784, #0f4784);--mat-sys-on-surface:light-dark(#1c1b1c, #e5e2e2);--mat-sys-on-surface-variant:light-dark(#44474a, #e1e2e6);--mat-sys-on-tertiary:light-dark(#ffffff, #2b3136);--mat-sys-on-tertiary-container:light-dark(#161c21, #dde3e9);--mat-sys-on-tertiary-fixed:light-dark(#161c21, #161c21);--mat-sys-on-tertiary-fixed-variant:light-dark(#41474d, #41474d);--mat-sys-outline:light-dark(#74777b, #8e9194);--mat-sys-outline-variant:light-dark(#c4c7ca, #44474a);--mat-sys-primary:light-dark(#595f65, #c1c7cd);--mat-sys-primary-container:light-dark(#dde3e9, #41474d);--mat-sys-primary-fixed:light-dark(#dde3e9, #dde3e9);--mat-sys-primary-fixed-dim:light-dark(#c1c7cd, #c1c7cd);--mat-sys-scrim:light-dark(#000000, #000000);--mat-sys-secondary:light-dark(#305f9d, #a7c8ff);--mat-sys-secondary-container:light-dark(#d5e3ff, #0f4784);--mat-sys-secondary-fixed:light-dark(#d5e3ff, #d5e3ff);--mat-sys-secondary-fixed-dim:light-dark(#a7c8ff, #a7c8ff);--mat-sys-shadow:light-dark(#000000, #000000);--mat-sys-surface:light-dark(#fcf9f8, #131314);--mat-sys-surface-bright:light-dark(#fcf9f8, #393939);--mat-sys-surface-container:light-dark(#f0eded, #201f20);--mat-sys-surface-container-high:light-dark(#eae7e7, #2a2a2a);--mat-sys-surface-container-highest:light-dark(#e5e2e2, #393939);--mat-sys-surface-container-low:light-dark(#f6f3f3, #1c1b1c);--mat-sys-surface-container-lowest:light-dark(#ffffff, #0e0e0e);--mat-sys-surface-dim:light-dark(#dcd9d9, #131314);--mat-sys-surface-tint:light-dark(#595f65, #c1c7cd);--mat-sys-surface-variant:light-dark(#e1e2e6, #44474a);--mat-sys-tertiary:light-dark(#595f65, #c1c7cd);--mat-sys-tertiary-container:light-dark(#dde3e9, #41474d);--mat-sys-tertiary-fixed:light-dark(#dde3e9, #dde3e9);--mat-sys-tertiary-fixed-dim:light-dark(#c1c7cd, #c1c7cd);--mat-sys-neutral-variant20:#2d3134;--mat-sys-neutral10:#1c1b1c}html{--mat-sys-level0:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level1:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level2:0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level3:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12)}html{--mat-sys-level4:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-sys-level5:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-sys-corner-extra-large:28px;--mat-sys-corner-extra-large-top:28px 28px 0 0;--mat-sys-corner-extra-small:4px;--mat-sys-corner-extra-small-top:4px 4px 0 0;--mat-sys-corner-full:9999px;--mat-sys-corner-large:16px;--mat-sys-corner-large-end:0 16px 16px 0;--mat-sys-corner-large-start:16px 0 0 16px;--mat-sys-corner-large-top:16px 16px 0 0;--mat-sys-corner-medium:12px;--mat-sys-corner-none:0;--mat-sys-corner-small:8px}html{--mat-sys-dragged-state-layer-opacity:.16;--mat-sys-focus-state-layer-opacity:.12;--mat-sys-hover-state-layer-opacity:.08;--mat-sys-pressed-state-layer-opacity:.12}html{font-family:Google Sans,Helvetica Neue,sans-serif!important}body{height:100vh;margin:0}:root{--mat-sys-primary:black;--mdc-checkbox-selected-icon-color:white;--mat-sys-background:#131314;--mat-tab-header-active-label-text-color:#8AB4F8;--mat-tab-header-active-hover-label-text-color:#8AB4F8;--mat-tab-header-active-focus-label-text-color:#8AB4F8;--mat-tab-header-label-text-weight:500;--mdc-text-button-label-text-color:#89b4f8}:root{--mdc-dialog-container-color:#2b2b2f}:root{--mdc-dialog-subhead-color:white}:root{--mdc-circular-progress-active-indicator-color:#a8c7fa}:root{--mdc-circular-progress-size:80}</style><link rel="stylesheet" href="styles-4VDSPQ37.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-4VDSPQ37.css"></noscript></head>
30
30
  <body>
31
31
  <app-root></app-root>
32
- <script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-CU22TRPI.js" type="module"></script></body>
32
+ <script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-SLIAU2JL.js" type="module"></script></body>
33
33
  </html>