Files
wehub-resource-sync ec2b666284
Continuous Integration / Pre-commit Linter (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.10) (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.11) (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.12) (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.13) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.10) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.11) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.12) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.13) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.14) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.10) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.11) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.12) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.13) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.14) (push) Waiting to run
Copybara PR Handler / close-imported-pr (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:25:13 +08:00

133 lines
2.6 KiB
JSON

{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "Check the status of account ACC-123"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "sub_agents",
"content": {
"parts": [
{
"functionCall": {
"args": {
"agent_name": "info_agent"
},
"id": "fc-1",
"name": "transfer_to_agent"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "sub_agents@1"
}
},
{
"actions": {
"transferToAgent": "info_agent"
},
"author": "sub_agents",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "transfer_to_agent",
"response": {
"result": null
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "sub_agents@1"
}
},
{
"author": "info_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"account_id": "ACC-123"
},
"id": "fc-2",
"name": "get_account_status"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "sub_agents@1/info_agent@1"
}
},
{
"author": "info_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-2",
"name": "get_account_status",
"response": {
"result": "Account ACC-123 is active."
}
}
}
],
"role": "user"
},
"id": "e-5",
"invocationId": "i-1",
"nodeInfo": {
"path": "sub_agents@1/info_agent@1"
}
},
{
"author": "info_agent",
"content": {
"parts": [
{
"text": "Account ACC-123 is active."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-6",
"invocationId": "i-1",
"nodeInfo": {
"path": "sub_agents@1/info_agent@1"
}
}
]
}