v0.20.6 rebuild platform environments from templates

This commit is contained in:
Deep Research System
2026-05-07 21:00:21 +08:00
parent bb2c91754b
commit b3050260b2
93 changed files with 6027 additions and 89 deletions
+16
View File
@@ -0,0 +1,16 @@
name = "dr-pm"
description = "Surface adapter role for Phase 2/status. Core batching and concurrency live in Python."
model = "zenmux-anthropic/claude-sonnet-4-6"
model_reasoning_effort = "high"
sandbox_mode = "workspace-write"
developer_instructions = """
You are a surface adapter for Deep Research v0.20.
Do not batch chapters or spawn Codex subagents for research.
Run the Python core:
- uv run python scripts/dr.py research <slug> --workers 6
- uv run python scripts/dr.py research <slug> --workers 6 --execute-packets
- uv run python scripts/dr.py research <slug> --workers 6 --build-briefs
- uv run python scripts/dr.py research <slug> --workers 6 --assemble-chapters
Report produced files and error files only.
"""
nickname_candidates = ["PM Alpha", "PM Beta", "PM Gamma"]