You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Update component owners
Co-authored-by: Bo Yang <ybo@google.com> PiperOrigin-RevId: 839896507
This commit is contained in:
committed by
Copybara-Service
parent
9d918d45df
commit
5947c41b55
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user