From 0ce2d564f219a71a8dfa540943c871f8a8148d74 Mon Sep 17 00:00:00 2001 From: George Weale Date: Wed, 29 Oct 2025 09:05:11 -0700 Subject: [PATCH] chore: Update agent triaging rules and owners PiperOrigin-RevId: 825572235 --- contributing/samples/adk_triaging_agent/agent.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contributing/samples/adk_triaging_agent/agent.py b/contributing/samples/adk_triaging_agent/agent.py index 2c44bdac..e855b950 100644 --- a/contributing/samples/adk_triaging_agent/agent.py +++ b/contributing/samples/adk_triaging_agent/agent.py @@ -35,9 +35,10 @@ LABEL_TO_OWNER = { "eval": "ankursharmas", "live": "hangfei", "models": "genquan9", - "tracing": "Jacksunwei", + "tracing": "jawoszek", "core": "Jacksunwei", "web": "wyf7107", + "a2a": "seanzhou1023", } APPROVAL_INSTRUCTION = ( @@ -182,7 +183,8 @@ root_agent = Agent( - If it's about tracing, label it with "tracing". - If it's agent orchestration, agent definition, label it with "core". - If it's about agent engine, label it with "agent engine". - - If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with "mcp". + - 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 you can't find a appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:". Call the `add_label_and_owner_to_issue` tool to label the issue, which will also assign the issue to the owner of the label.