From 5947c41b554aca905e795b49aefc60b6c85be05f Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 3 Dec 2025 13:40:21 -0800 Subject: [PATCH] chore: Update component owners Co-authored-by: Bo Yang PiperOrigin-RevId: 839896507 --- .../samples/adk_triaging_agent/agent.py | 29 +++++++++++-------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/contributing/samples/adk_triaging_agent/agent.py b/contributing/samples/adk_triaging_agent/agent.py index d3e653f1..19096ce8 100644 --- a/contributing/samples/adk_triaging_agent/agent.py +++ b/contributing/samples/adk_triaging_agent/agent.py @@ -26,20 +26,21 @@ from google.adk.agents.llm_agent import Agent import requests LABEL_TO_OWNER = { - "agent engine": "yeesian", - "documentation": "polong-lin", - "services": "DeanChensj", - "question": "", - "mcp": "seanzhou1023", - "tools": "seanzhou1023", - "eval": "ankursharmas", - "live": "hangfei", - "models": "genquan9", - "tracing": "jawoszek", - "core": "Jacksunwei", - "web": "wyf7107", "a2a": "seanzhou1023", + "agent engine": "yeesian", + "auth": "seanzhou1023", "bq": "shobsi", + "core": "Jacksunwei", + "documentation": "joefernandez", + "eval": "ankursharmas", + "live": "seanzhou1023", + "mcp": "seanzhou1023", + "models": "xuanyang15", + "services": "DeanChensj", + "tools": "xuanyang15", + "tracing": "jawoszek", + "web": "wyf7107", + "workflow": "DeanChensj", } LABEL_GUIDELINES = """ @@ -65,6 +66,8 @@ LABEL_GUIDELINES = """ Agent Engine concepts, do not use this label—choose "core" instead. - "a2a": Agent-to-agent workflows, coordination logic, or A2A protocol. - "bq": BigQuery integration or general issues related to BigQuery. + - "workflow": Workflow agents and workflow execution. + - "auth": Authentication or authorization issues. When unsure between labels, prefer the most specific match. If a label cannot be assigned confidently, do not call the labeling tool. @@ -265,6 +268,8 @@ root_agent = Agent( - If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with both "mcp" and "tools". - If it's about A2A integrations or workflows, label it with "a2a". - If it's about BigQuery integrations, label it with "bq". + - If it's about workflow agents or workflow execution, label it with "workflow". + - If it's about authentication, label it with "auth". - If you can't find an appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:". ## Triaging Workflow