10 lines
295 B
TOML
10 lines
295 B
TOML
description = "Initialize a Deep Research v0.20 project through Python core."
|
|
prompt = """
|
|
Run the Deep Research Python core init command. Do not create project files manually.
|
|
|
|
Command:
|
|
!{uv run python scripts/dr.py init {{args}}}
|
|
|
|
Report the project slug, manifest path, and next command.
|
|
"""
|