chore: Update agent triaging rules and owners

PiperOrigin-RevId: 825572235
This commit is contained in:
George Weale
2025-10-29 09:05:11 -07:00
committed by Copybara-Service
parent c8e5340962
commit 0ce2d564f2
@@ -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.