chore: import upstream snapshot with attribution
Continuous Integration / Pre-commit Linter (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.10) (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.11) (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.12) (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.13) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.10) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.11) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.12) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.13) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.14) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.10) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.11) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.12) (push) Has been cancelled
Copybara PR Handler / close-imported-pr (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.13) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.14) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:25:13 +08:00
commit ec2b666284
2231 changed files with 491535 additions and 0 deletions
@@ -0,0 +1,84 @@
{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "What time is it in New York?"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"city": "New York"
},
"id": "fc-1",
"name": "get_current_time"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "weather_time_agent@1"
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "get_current_time",
"response": {
"report": "The current time in New York is 2026-05-15 12:00:00 EDT-0400",
"status": "success"
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "weather_time_agent@1"
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"text": "The current time in New York is 2026-05-15 12:00:00 EDT-0400."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "weather_time_agent@1"
}
}
]
}
@@ -0,0 +1,84 @@
{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "What is the weather in New York?"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"city": "New York"
},
"id": "fc-1",
"name": "get_weather"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "weather_time_agent@1"
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "get_weather",
"response": {
"report": "The weather in New York is sunny with a temperature of 25 degrees Celsius (77 degrees Fahrenheit).",
"status": "success"
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "weather_time_agent@1"
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"text": "The weather in New York is sunny with a temperature of 25 degrees Celsius (77 degrees Fahrenheit)."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "weather_time_agent@1"
}
}
]
}
@@ -0,0 +1,103 @@
{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "What is the weather and time in New York?"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"city": "New York"
},
"id": "fc-1",
"name": "get_weather"
}
},
{
"functionCall": {
"args": {
"city": "New York"
},
"id": "fc-2",
"name": "get_current_time"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "weather_time_agent@1"
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "get_weather",
"response": {
"report": "The weather in New York is sunny with a temperature of 25 degrees Celsius (77 degrees Fahrenheit).",
"status": "success"
}
}
},
{
"functionResponse": {
"id": "fc-2",
"name": "get_current_time",
"response": {
"report": "The current time in New York is 2026-05-15 12:00:00 EDT-0400",
"status": "success"
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "weather_time_agent@1"
}
},
{
"author": "weather_time_agent",
"content": {
"parts": [
{
"text": "The weather in New York is sunny with a temperature of 25 degrees Celsius (77 degrees Fahrenheit). The current time in New York is 2026-05-15 12:00:00 EDT-0400."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "weather_time_agent@1"
}
}
]
}