google-adk 0.1.0__tar.gz → 0.1.1__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.
- {google_adk-0.1.0 → google_adk-0.1.1}/PKG-INFO +24 -3
- {google_adk-0.1.0 → google_adk-0.1.1}/README.md +23 -2
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/version.py +1 -1
- {google_adk-0.1.0 → google_adk-0.1.1}/LICENSE +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/pyproject.toml +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/active_streaming_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/base_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/callback_context.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/invocation_context.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/langgraph_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/live_request_queue.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/llm_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/loop_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/parallel_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/readonly_context.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/remote_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/run_config.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/sequential_agent.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/agents/transcription_entry.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/artifacts/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/artifacts/base_artifact_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/artifacts/gcs_artifact_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/artifacts/in_memory_artifact_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/auth/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/auth/auth_credential.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/auth/auth_handler.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/auth/auth_preprocessor.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/auth/auth_schemes.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/auth/auth_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/__main__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/agent_graph.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/adk_favicon.svg +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/assets/audio-processor.js +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/assets/config/runtime-config.json +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/index.html +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/main-SLIAU2JL.js +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/polyfills-FFHMD2TL.js +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/styles-4VDSPQ37.css +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/cli.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/cli_deploy.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/cli_eval.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/cli_tools_click.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/fast_api.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/utils/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/utils/envs.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/utils/evals.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/utils/logs.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/base_code_executor.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/code_execution_utils.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/code_executor_context.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/container_code_executor.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/unsafe_local_code_executor.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/vertex_ai_code_executor.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/evaluation/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/evaluation/agent_evaluator.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/evaluation/evaluation_constants.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/evaluation/evaluation_generator.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/evaluation/response_evaluator.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/evaluation/trajectory_evaluator.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/events/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/events/event.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/events/event_actions.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/examples/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/examples/base_example_provider.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/examples/example.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/examples/example_util.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/examples/vertex_ai_example_store.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/_base_llm_processor.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/_code_execution.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/_nl_planning.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/agent_transfer.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/audio_transcriber.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/auto_flow.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/base_llm_flow.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/basic.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/contents.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/functions.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/identity.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/instructions.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/flows/llm_flows/single_flow.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/memory/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/memory/base_memory_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/memory/in_memory_memory_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/memory/vertex_ai_rag_memory_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/anthropic_llm.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/base_llm.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/base_llm_connection.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/gemini_llm_connection.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/google_llm.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/lite_llm.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/llm_request.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/llm_response.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/models/registry.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/planners/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/planners/base_planner.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/planners/built_in_planner.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/planners/plan_re_act_planner.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/runners.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/base_session_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/database_session_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/in_memory_session_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/session.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/state.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/sessions/vertex_ai_session_service.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/telemetry.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/_automatic_function_calling_util.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/agent_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/apihub_toolset.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/clients/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/clients/apihub_client.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/clients/secret_client.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/application_integration_tool/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/application_integration_tool/application_integration_toolset.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/application_integration_tool/clients/connections_client.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/application_integration_tool/clients/integration_client.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/base_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/built_in_code_execution_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/crewai_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/example_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/exit_loop_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/function_parameter_parse_util.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/function_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/get_user_choice_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/google_api_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/google_api_tool_set.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/google_api_tool_sets.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_search_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/langchain_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/load_artifacts_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/load_memory_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/load_web_page.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/long_running_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/mcp_tool/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/mcp_tool/conversion_utils.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/mcp_tool/mcp_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/mcp_tool/mcp_toolset.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/auth_helpers.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/auto_auth_credential_exchanger.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/base_credential_exchanger.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/oauth2_exchanger.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/credential_exchangers/service_account_exchanger.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/common/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/common/common.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/openapi_spec_parser/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/openapi_spec_parser/openapi_spec_parser.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/openapi_spec_parser/openapi_toolset.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/openapi_spec_parser/operation_parser.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/openapi_spec_parser/tool_auth_handler.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/preload_memory_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/__init__.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/base_retrieval_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/files_retrieval.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/llama_index_retrieval.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/vertex_ai_rag_retrieval.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/tool_context.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/toolbox_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/transfer_to_agent_tool.py +0 -0
- {google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/vertex_ai_search_tool.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: google-adk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Agent Development Kit
|
5
5
|
Author-email: Google LLC <googleapis-packages@google.com>
|
6
6
|
Requires-Python: >=3.9
|
@@ -77,7 +77,21 @@ Provides-Extra: test
|
|
77
77
|
|
78
78
|
# Agent Development Kit (ADK)
|
79
79
|
|
80
|
-
|
80
|
+
[](LICENSE)
|
81
|
+
|
82
|
+
<html>
|
83
|
+
<h1 align="center">
|
84
|
+
<img src="https://github.com/google/adk-python/blob/main/assets/agent-development-kit.png" width="256"/>
|
85
|
+
</h1>
|
86
|
+
<h3 align="center">
|
87
|
+
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
|
88
|
+
</h3>
|
89
|
+
<h3 align="center">
|
90
|
+
Important Links:
|
91
|
+
<a href="https://google.github.io/adk-docs/">Docs</a> &
|
92
|
+
<a href="https://github.com/google/adk-samples">Samples</a>.
|
93
|
+
</h3>
|
94
|
+
</html>
|
81
95
|
|
82
96
|
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
97
|
|
@@ -152,7 +166,14 @@ Explore the full documentation for detailed guides on building, evaluating, and
|
|
152
166
|
* **[Evaluate Agents](https://google.github.io/adk-docs/guides/evaluate-agents/)**
|
153
167
|
* **[Deploy Agents](https://google.github.io/adk-docs/deploy/)**
|
154
168
|
* **[API Reference](https://google.github.io/adk-docs/api-reference/)**
|
155
|
-
|
169
|
+
|
170
|
+
## 🤝 Contributing
|
171
|
+
|
172
|
+
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our [**Contributing Guidelines**](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) to get started.
|
173
|
+
|
174
|
+
## 📄 License
|
175
|
+
|
176
|
+
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/google/adk-python/blob/main/LICENSE) file for details.
|
156
177
|
|
157
178
|
---
|
158
179
|
|
@@ -1,6 +1,20 @@
|
|
1
1
|
# Agent Development Kit (ADK)
|
2
2
|
|
3
|
-
|
3
|
+
[](LICENSE)
|
4
|
+
|
5
|
+
<html>
|
6
|
+
<h1 align="center">
|
7
|
+
<img src="https://github.com/google/adk-python/blob/main/assets/agent-development-kit.png" width="256"/>
|
8
|
+
</h1>
|
9
|
+
<h3 align="center">
|
10
|
+
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
|
11
|
+
</h3>
|
12
|
+
<h3 align="center">
|
13
|
+
Important Links:
|
14
|
+
<a href="https://google.github.io/adk-docs/">Docs</a> &
|
15
|
+
<a href="https://github.com/google/adk-samples">Samples</a>.
|
16
|
+
</h3>
|
17
|
+
</html>
|
4
18
|
|
5
19
|
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
20
|
|
@@ -75,7 +89,14 @@ Explore the full documentation for detailed guides on building, evaluating, and
|
|
75
89
|
* **[Evaluate Agents](https://google.github.io/adk-docs/guides/evaluate-agents/)**
|
76
90
|
* **[Deploy Agents](https://google.github.io/adk-docs/deploy/)**
|
77
91
|
* **[API Reference](https://google.github.io/adk-docs/api-reference/)**
|
78
|
-
|
92
|
+
|
93
|
+
## 🤝 Contributing
|
94
|
+
|
95
|
+
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our [**Contributing Guidelines**](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) to get started.
|
96
|
+
|
97
|
+
## 📄 License
|
98
|
+
|
99
|
+
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/google/adk-python/blob/main/LICENSE) file for details.
|
79
100
|
|
80
101
|
---
|
81
102
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/artifacts/in_memory_artifact_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/cli/browser/assets/config/runtime-config.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/code_executor_context.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/container_code_executor.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/unsafe_local_code_executor.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/code_executors/vertex_ai_code_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/_automatic_function_calling_util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/clients/apihub_client.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/apihub_tool/clients/secret_client.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/application_integration_tool/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/google_api_tool.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/google_api_tool_set.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/google_api_tool/google_api_tool_sets.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/openapi_tool/auth/auth_helpers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/llama_index_retrieval.py
RENAMED
File without changes
|
{google_adk-0.1.0 → google_adk-0.1.1}/src/google/adk/tools/retrieval/vertex_ai_rag_retrieval.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|