dig/analyze に edit:true + Write を追加し調査データをファイル保存可能に。 dig に Bash を追加し CSV 等のファイルダウンロードを可能に。 supervise に output_contracts を追加しエンジン Phase 2 で最終レポートを出力。
29 lines
643 B
Markdown
29 lines
643 B
Markdown
```markdown
|
|
# Research Report
|
|
|
|
## Research Overview
|
|
{Summarize the original request in 1-2 sentences}
|
|
|
|
## Key Findings
|
|
{Major insights discovered during research, as bullet points}
|
|
|
|
## Research Results
|
|
|
|
### {Topic 1}
|
|
{Data and analysis results}
|
|
|
|
### {Topic 2}
|
|
{Data and analysis results}
|
|
|
|
## Data Sources
|
|
| # | Source | Type | Reliability |
|
|
|---|--------|------|-------------|
|
|
| 1 | {Source name/URL} | {Web/Codebase/Literature} | {High/Medium/Low} |
|
|
|
|
## Conclusions and Recommendations
|
|
{Conclusions and recommendations based on research results}
|
|
|
|
## Remaining Gaps (if any)
|
|
- {Items that could not be researched or unverified hypotheses}
|
|
```
|