Skip to content

Commit 92821b8

Browse files
xuanyang15copybara-github
authored andcommitted
docs: Remove the duplicated label instructions for the ADK triaging agent
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 839970998
1 parent 960b206 commit 92821b8

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

contributing/samples/adk_triaging_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The agent performs different actions based on the issue state:
1818

1919
### Component Labels
2020
The agent can assign the following component labels, each mapped to an owner:
21-
- `core`, `tools`, `mcp`, `eval`, `live`, `models`, `tracing`, `web`, `services`, `documentation`, `question`, `agent engine`, `a2a`, `bq`
21+
- `a2a`, `agent engine`, `auth`, `bq`, `core`, `documentation`, `eval`, `live`, `mcp`, `models`, `services`, `tools`, `tracing`, `web`, `workflow`
2222

2323
### Issue Types
2424
Based on the issue content, the agent will set the issue type to:

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -253,25 +253,6 @@ def change_issue_type(issue_number: int, issue_type: str) -> dict[str, Any]:
253253
254254
{LABEL_GUIDELINES}
255255
256-
Here are the rules for labeling:
257-
- If the user is asking about documentation-related questions, label it with "documentation".
258-
- If it's about session, memory services, label it with "services".
259-
- If it's about UI/web, label it with "web".
260-
- If the user is asking about a question, label it with "question".
261-
- If it's related to tools, label it with "tools".
262-
- If it's about agent evaluation, then label it with "eval".
263-
- If it's about streaming/live, label it with "live".
264-
- If it's about model support (non-Gemini, like Litellm, Ollama, OpenAI models), label it with "models".
265-
- If it's about tracing, label it with "tracing".
266-
- If it's agent orchestration, agent definition, Runner behavior, planners, or performance, label it with "core".
267-
- Use "agent engine" only when the issue clearly references Vertex AI Agent Engine deployment artifacts (for example `.agent_engine_config.json`, `ae_ignore`, `agent_engine_id`, or Agent Engine sandbox errors).
268-
- If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with both "mcp" and "tools".
269-
- If it's about A2A integrations or workflows, label it with "a2a".
270-
- If it's about BigQuery integrations, label it with "bq".
271-
- If it's about workflow agents or workflow execution, label it with "workflow".
272-
- If it's about authentication, label it with "auth".
273-
- If you can't find an appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:".
274-
275256
## Triaging Workflow
276257
277258
Each issue will have flags indicating what actions are needed:

0 commit comments

Comments
 (0)