From a360bc25429bf4bef6a80da59afe30d6933a844b Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Fri, 22 Aug 2025 11:36:30 -0700 Subject: [PATCH] docs: Clean up docs in sample PiperOrigin-RevId: 798284758 --- .../samples/multi_agent_llm_config/README.md | 2 +- .../tool_human_in_the_loop_config/README.md | 2 +- .../trip_planner_agent/trip_inquiry.test.json | 116 ------------------ 3 files changed, 2 insertions(+), 118 deletions(-) delete mode 100644 tests/integration/fixture/trip_planner_agent/trip_inquiry.test.json diff --git a/contributing/samples/multi_agent_llm_config/README.md b/contributing/samples/multi_agent_llm_config/README.md index 302ccfc3..d9d8e84b 100644 --- a/contributing/samples/multi_agent_llm_config/README.md +++ b/contributing/samples/multi_agent_llm_config/README.md @@ -1,3 +1,3 @@ # Config-based Agent Sample - LLM multi-agent -http://google3/third_party/py/google/adk/open_source_workspace/contributing/samples/hello_world_ma/ +From contributing/samples/hello_world_ma/ diff --git a/contributing/samples/tool_human_in_the_loop_config/README.md b/contributing/samples/tool_human_in_the_loop_config/README.md index 432cd9aa..f2c22bb0 100644 --- a/contributing/samples/tool_human_in_the_loop_config/README.md +++ b/contributing/samples/tool_human_in_the_loop_config/README.md @@ -1,3 +1,3 @@ # Config-based Agent Sample - Human-In-The-Loop -http://google3/third_party/py/google/adk/open_source_workspace/contributing/samples/human_in_loop/ \ No newline at end of file +From contributing/samples/human_in_loop/ diff --git a/tests/integration/fixture/trip_planner_agent/trip_inquiry.test.json b/tests/integration/fixture/trip_planner_agent/trip_inquiry.test.json deleted file mode 100644 index 317599c6..00000000 --- a/tests/integration/fixture/trip_planner_agent/trip_inquiry.test.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "eval_set_id": "e7996ccc-16bc-46bf-9a24-0a3ecc3dacd7", - "name": "e7996ccc-16bc-46bf-9a24-0a3ecc3dacd7", - "description": null, - "eval_cases": [ - { - "eval_id": "/google/src/cloud/ankusharma/CS-agent_evaluator-2025-06-17_115009/google3/third_party/py/google/adk/open_source_workspace/tests/integration/fixture/trip_planner_agent/trip_inquiry.test.json", - "conversation": [ - { - "invocation_id": "d7ff8ec1-290b-48c5-b3aa-05cb8f27b8ae", - "user_content": { - "parts": [ - { - "video_metadata": null, - "thought": null, - "inline_data": null, - "file_data": null, - "thought_signature": null, - "code_execution_result": null, - "executable_code": null, - "function_call": null, - "function_response": null, - "text": "Hi, who are you? What can you do?" - } - ], - "role": "user" - }, - "final_response": { - "parts": [ - { - "video_metadata": null, - "thought": null, - "inline_data": null, - "file_data": null, - "thought_signature": null, - "code_execution_result": null, - "executable_code": null, - "function_call": null, - "function_response": null, - "text": "I am trip_planner, and my goal is to plan the best trip ever. I can describe why a city was chosen, list its top attractions, and provide a detailed itinerary for each day of the trip.\n" - } - ], - "role": "model" - }, - "intermediate_data": { - "tool_uses": [], - "intermediate_responses": [] - }, - "creation_timestamp": 1750190885.419684 - }, - { - "invocation_id": "f515ff57-ff21-488f-ab92-7d7de5bb76fe", - "user_content": { - "parts": [ - { - "video_metadata": null, - "thought": null, - "inline_data": null, - "file_data": null, - "thought_signature": null, - "code_execution_result": null, - "executable_code": null, - "function_call": null, - "function_response": null, - "text": "I want to travel from San Francisco to an European country in fall next year. I am considering London and Paris. What is your advice?" - } - ], - "role": "user" - }, - "final_response": { - "parts": [ - { - "video_metadata": null, - "thought": null, - "inline_data": null, - "file_data": null, - "thought_signature": null, - "code_execution_result": null, - "executable_code": null, - "function_call": null, - "function_response": null, - "text": "Okay, I can help you analyze London and Paris to determine which city is better for your trip next fall. I will consider weather patterns, seasonal events, travel costs (including flights from San Francisco), and your interests (food, shopping, and museums). After gathering this information, I'll provide a detailed report on my chosen city.\n" - } - ], - "role": "model" - }, - "intermediate_data": { - "tool_uses": [ - { - "id": null, - "args": { - "agent_name": "indentify_agent" - }, - "name": "transfer_to_agent" - } - ], - "intermediate_responses": [] - }, - "creation_timestamp": 1750190885.4197457 - } - ], - "session_input": { - "app_name": "trip_planner_agent", - "user_id": "test_user", - "state": { - "origin": "San Francisco", - "interests": "Food, Shopping, Museums", - "range": "1000 miles", - "cities": "" - } - }, - "creation_timestamp": 1750190885.4197533 - } - ], - "creation_timestamp": 1750190885.4197605 -} \ No newline at end of file