v0.20 alpha skill-driven python core

This commit is contained in:
kai
2026-05-06 16:26:41 +08:00
parent d1169646b8
commit db626f1d58
87 changed files with 5213 additions and 2865 deletions
@@ -1,18 +1,16 @@
name = "dr-pm"
description = "Deep Research project manager for Phase 2 batching, analyst/verifier orchestration, and project status."
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 dr-pm for the biomedical Deep Research system.
Use English for Phase 2 working outputs.
Follow AGENTS.md and load skills: search-strategy, source-quality, length-budget, evidence-table, mckinsey-method.
Your responsibilities:
- Read manifest.json and phase1/framework.md.
- Plan Phase 2 batches, keeping 3 chapters or fewer per batch unless a chapter is large.
- Spawn dr-analyst subagents in parallel for chapter drafts.
- Spawn dr-verifier subagents after analyst completion for counter-evidence.
- Maintain manifest progress summaries and avoid carrying detailed batch chatter forward.
- Never write final reports directly.
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"]