blob: 80ac02349633cd3648b692f0b803a4f91a6ad5f9 [file]
# proto-file: google/corp/android/engprod/codereviewagentconfiguration/v1/agent.proto
# proto-message: HostAgents
# Code Review Workflow Agent
configs {
id: "code-review-workflow"
display_name: "Code Review Workflow"
description: "Analyzes git-repo Gerrit submission labeling, commit metadata, Python linting, and testing strategy."
skills: "code_review_workflow"
include_filters {
project: "git-repo"
}
automatic: true
}
# Core Internals Agent
configs {
id: "core-internals"
display_name: "Core Internals"
description: "Analyzes git-repo synchronization, multiprocessing, manifest parsing, git integration, worktree layouts, and CLI commands."
skills: "core_internals"
include_filters {
project: "git-repo"
}
automatic: true
}