ecosystem_deep_review_request_batch
Dispatch architecture-analysis deep reviews for a batch of ecosystem projects filtered by tags, queuing each candidate for backend architect agents.
Instructions
Stage 1 — Queue architecture-analysis dispatches for tag-filtered candidates.
Pulls active+shallow_done profiles whose tag set covers tags (AND
semantics), creates an EcosystemDeepReview row per candidate, and
returns a list of DispatchIntent payloads for backend-architect
sub-agents. Leader is responsible for actually spawning each agent
via the Agent tool with team_name='ecosystem-platform'. Each agent
eventually calls ecosystem_apply_architecture_md to write back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Required AND-filter tags (e.g. ['memory_system', 'python']). Empty list returns 400. | |
| limit | No | Max candidates to dispatch per call (default 20). | |
| min_stars | No | Override min_stars threshold; 0 = use project settings. | |
| research_goal | No | Free-form research-goal text injected into each sub-agent prompt (e.g. "升级系统记忆功能"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||