ecosystem_deep_review_request
Queue a deep review for a repository, set priority and timeout, and dispatch a sub-agent prompt.
Instructions
Queue a deep-review for a repo and return the dispatch prompt.
Creates an EcosystemDeepReview row queued on the funnel
(stage_status='queued'; the legacy status column is a
derived read-only view and returns 'queued' — no more
'running'), and embeds a sub-agent prompt (5-section template
repo metadata) in the row's
dispatch_promptfield. A background watchdog advancesstage_statustoshallow_failed(status derives tofailed) aftertimeout_minutesif no report has been linked. The Leader is responsible for actually spawning the sub-agent (via TeamCreate/Agent tool with team_name=ecosystem-platform).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | EcosystemRepoProfile.id of the target repo. | |
| agent_id | No | Optional pre-assigned agent identifier. | |
| priority | No | medium / high / critical (informational only). | medium |
| timeout_minutes | No | Hard cap before auto-fail (5..180). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||