Loading...
Loading...
Compare original and translation side by side
node-list.txtnode-list.txt问题:同时开启多少个子代理进行并行调研?
选项:
- 1个:最保守,适合有限资源场景
- 2个:默认推荐,平衡效率与稳定性
- 3个:适中,适合节点较多的场景
- agent自己决定:根据节点数量智能调整(最多3个)问题:每个节点最多进行几次Web Search搜索?
选项:
- 1次:快速收集基础资料
- 2次:默认推荐,平衡覆盖面与效率
- 3次:深入收集,适合重要节点问题:每次搜索结果最多进行几次Web Fetch读取网页?
选项:
- 1次:仅读取最相关的结果
- 2次:读取前2个相关结果
- 3次:默认推荐,充分覆盖搜索结果问题:每次搜索结果最多保存几个网页/文档?
选项:
- 1个:仅保存最相关的资料
- 2个:保存前2个相关资料
- 3个:默认推荐,确保资料多样性Question: How many sub-agents to launch for parallel research?
Options:
- 1: Most conservative, suitable for resource-constrained scenarios
- 2: Default recommendation, balances efficiency and stability
- 3: Moderate, suitable for scenarios with many nodes
- Agent decides automatically: Intelligently adjust based on the number of nodes (max 3)Question: What's the maximum number of Web Search attempts per node?
Options:
- 1: Quickly collect basic information
- 2: Default recommendation, balances coverage and efficiency
- 3: In-depth collection, suitable for important nodesQuestion: What's the maximum number of Web Fetch attempts to read webpages per search result?
Options:
- 1: Only read the most relevant result
- 2: Read the top 2 relevant results
- 3: Default recommendation, fully covers search resultsQuestion: What's the maximum number of webpages/documents to save per search result?
Options:
- 1: Only save the most relevant material
- 2: Save the top 2 relevant materials
- 3: Default recommendation, ensures material diversitynode-list.txtnode-list.txt子代理1: 节点1, 节点2, 节点3
子代理2: 节点4, 节点5, 节点6Sub-agent 1: Node 1, Node 2, Node 3
Sub-agent 2: Node 4, Node 5, Node 6第1次搜索:"{节点名称}"
第2次搜索:"{节点名称} 原理 教程" 或 "{节点名称} guide"1st search: "{node name}"
2nd search: "{node name} principle tutorial" or "{node name} guide"materials/{节点索引}_{来源标识}.{ext}.md.txt.jsonmaterials/{node index}_{source identifier}.{ext}.md.txt.jsondownload.txt节点1内容: {节点1_材料1.md: 来源URL1}, {节点1_材料2.md: 来源URL2}
节点2内容: {节点2_材料1.md: 来源URL1}, {节点2_材料2.md: 来源URL2}
...{序号}_{简短描述}.{扩展名}download.txtNode 1 content: {node1_material1.md: source URL1}, {node1_material2.md: source URL2}
Node 2 content: {node2_material1.md: source URL1}, {node2_material2.md: source URL2}
...{serial number}_{brief description}.{extension}scripts/parallel_fetch.pyscripts/parallel_fetch.pyscripts/validate_sources.pyscripts/validate_sources.pynode-list.txtReact Hooks入门
Docker容器化技术节点1: React Hooks入门
- 搜索1: "React Hooks 入门教程"
- Fetch: 官方文档、技术博客(最多3次)
- 保存: 3个最相关的资料
- 搜索2: "React Hooks best practices"
- Fetch: 最佳实践相关文章(最多3次)
- 保存: 3个最相关的资料download.txtReact Hooks入门: {1_hooks_intro.md: https://react.dev/learn}, {1_hooks_guide.md: https://www.runoob.com/reactjs/react-hooks.html}, {1_hooks_best_practices.md: https://blog.logrocket.com/guide-to-react-hooks/}
Docker容器化技术: {2_docker_intro.md: https://docs.docker.com/get-started/}, {2_docker_tutorial.md: https://yeasy.gitbook.io/docker_practice/}node-list.txtIntroduction to React Hooks
Docker Containerization TechnologyNode 1: Introduction to React Hooks
- Search 1: "React Hooks introduction tutorial"
- Fetch: Official documents, technical blogs (max 3 attempts)
- Save: 3 most relevant materials
- Search 2: "React Hooks best practices"
- Fetch: Articles related to best practices (max 3 attempts)
- Save: 3 most relevant materialsdownload.txtIntroduction to React Hooks: {1_hooks_intro.md: https://react.dev/learn}, {1_hooks_guide.md: https://www.runoob.com/reactjs/react-hooks.html}, {1_hooks_best_practices.md: https://blog.logrocket.com/guide-to-react-hooks/}
Docker Containerization Technology: {2_docker_intro.md: https://docs.docker.com/get-started/}, {2_docker_tutorial.md: https://yeasy.gitbook.io/docker_practice/}materials/
├── 1_hooks_intro.md
├── 1_hooks_guide.md
├── 1_hooks_best_practices.md
├── 2_docker_intro.md
├── 2_docker_tutorial.md
├── 3_microservices_patterns.md
└── 3_microservices_guide.mdmaterials/
├── 1_hooks_intro.md
├── 1_hooks_guide.md
├── 1_hooks_best_practices.md
├── 2_docker_intro.md
├── 2_docker_tutorial.md
├── 3_microservices_patterns.md
└── 3_microservices_guide.md| 问题 | 解决方案 |
|---|---|
| 某个节点找不到资料 | 尝试不同关键词,扩大搜索范围 |
| 网页内容无法获取 | 使用web_reader工具获取完整内容 |
| 资料质量不佳 | 优先选择官方文档、权威来源 |
| 并行请求失败 | 减少并发数,添加重试机制 |
| 资料重复 | 去重并合并相似内容 |
| Problem | Solution |
|---|---|
| No materials found for a node | Try different keywords to expand search scope |
| Unable to retrieve webpage content | Use the web_reader tool to get complete content |
| Poor material quality | Prioritize official documents and authoritative sources |
| Parallel request failure | Reduce concurrency and add retry mechanism |
| Duplicate materials | Deduplicate and merge similar content |