Loading...
Loading...
Compare original and translation side by side
outline.yamlfields.yaml/researchoutline.yamlfields.yaml| Variable | Source | Description |
|---|---|---|
| | The |
| Discovered | Directory containing |
| | |
| | |
| | |
| Derived | Absolute path to |
| Per item | The item's |
| Derived | Slugified item name: lowercase, spaces to underscores, strip non-alphanumeric except underscores, collapse consecutive underscores. E.g. "GitHub Copilot" becomes |
| Derived | |
| 变量 | 来源 | 描述 |
|---|---|---|
| | |
| 自动发现 | 包含 |
| | |
| | |
| | |
| 推导生成 | |
| 单条目属性 | 来自 |
| 推导生成 | 经过slug化处理的条目名称:转为小写,空格替换为下划线,移除下划线以外的非字母数字字符,合并连续下划线。例如“GitHub Copilot”会变成 |
| 推导生成 | |
*/outline.yamlfields.yaml{outline_dir}/research{topic}{batch_size}{items_per_agent}{output_dir}*/outline.yamlfields.yaml{outline_dir}{topic}{batch_size}{items_per_agent}{output_dir}{output_dir}.jsongithub_copilot.jsonpython3 scripts/validate_json.py -f {fields_path} -j {output_path}{output_dir}.jsongithub_copilot.jsonpython3 scripts/validate_json.py -f {fields_path} -j {output_path}{items_per_agent}{batch_size}{variables}references/web-search-guide.mdundefined{items_per_agent}{batch_size}{变量}references/web-search-guide.mdundefined{
"name": "{item_name}",
"category_name": {
"field_name": "value",
"field_name": "value"
},
"another_category": {
"field_name": "value"
},
"uncertain": ["field_name_1", "field_name_2"],
"sources": [
{"description": "Source description", "url": "https://..."}
]
}{
"name": "{item_name}",
"category_name": {
"field_name": "value",
"field_name": "value"
},
"another_category": {
"field_name": "value"
},
"uncertain": ["field_name_1", "field_name_2"],
"sources": [
{"description": "Source description", "url": "https://..."}
]
}python3 {validate_script_path} -f {fields_path} -j {output_path}
**One-shot example** (single item, topic "AI Coding History"):python3 {validate_script_path} -f {fields_path} -j {output_path}
**单次运行示例**(单个条目,主题为“AI Coding History”):{
"name": "GitHub Copilot",
"basic_info": {
"release_date": "2021-06-29",
"company": "Microsoft / GitHub"
},
"technical_features": {
"underlying_model": "OpenAI Codex (initially), GPT-4 (current)",
"context_window": "Varies by tier; up to 128k tokens in Copilot Enterprise [uncertain]"
},
"uncertain": ["context_window"],
"sources": [
{"description": "GitHub Copilot official documentation", "url": "https://docs.github.com/copilot"}
]
}{
"name": "GitHub Copilot",
"basic_info": {
"release_date": "2021-06-29",
"company": "Microsoft / GitHub"
},
"technical_features": {
"underlying_model": "OpenAI Codex (initially), GPT-4 (current)",
"context_window": "Varies by tier; up to 128k tokens in Copilot Enterprise [uncertain]"
},
"uncertain": ["context_window"],
"sources": [
{"description": "GitHub Copilot official documentation", "url": "https://docs.github.com/copilot"}
]
}python3 /Users/you/agent-skills/skills/research-deep/scripts/validate_json.py -f /Users/you/ai-coding-history/fields.yaml -j /Users/you/ai-coding-history/results/github_copilot.jsonundefinedpython3 /Users/you/agent-skills/skills/research-deep/scripts/validate_json.py -f /Users/you/ai-coding-history/fields.yaml -j /Users/you/ai-coding-history/results/github_copilot.jsonundefinedundefinedundefinedundefinedundefinedpython3 scripts/generate_report.py \
-f {fields_path} \
-d {output_dir} \
-o {outline_dir}/report.md \
--toc-fields field1,field2,field3{outline_dir}/report.mdpython3 scripts/generate_report.py \
-f {fields_path} \
-d {output_dir} \
-o {outline_dir}/report.md \
--toc-fields field1,field2,field3{outline_dir}/report.mdoutline.yamlfields.yaml{output_path}.tmp{output_path}outline.yamlfields.yaml{output_path}.tmp{output_path}cc.jsonc_2.jsoncc.jsonc_2.json