10 lines
321 B
TOML
10 lines
321 B
TOML
description = "Run or initialize a Deep Research v0.20 project through Python core."
|
|
prompt = """
|
|
Run the Deep Research Python core. Do not orchestrate the workflow in Gemini CLI.
|
|
|
|
Command:
|
|
!{uv run python scripts/dr.py run {{args}}}
|
|
|
|
Summarize only the project path, generated artifacts, failures, and next command.
|
|
"""
|