网淘吧来吧,欢迎您!

Research Company技能使用说明

2026-03-30 新闻来源:网淘吧 围观:10
电脑广告
手机广告

公司研究

根据公司URL生成专业风格的综合账户研究报告PDF。

工作流程

  1. 研究公司(网络抓取 + 搜索)
  2. 构建JSON数据结构
  3. 生成通过以下脚本生成PDFscripts/generate_report.py
  4. 交付PDF给用户

第一阶段:研究(并行)

并行执行以下搜索以最小化上下文使用:

Research Company

WebFetch: [company URL]
WebSearch: "[company name] funding news 2024"
WebSearch: "[company name] competitors market"
WebSearch: "[company name] CEO founder leadership"

从网站提取:公司名称、行业、总部地点、成立时间、领导层、产品/服务、定价模式、目标客户、案例研究、客户评价、近期新闻。

第二阶段:构建数据结构

创建符合此模式的JSON(完整规范请参阅references/data-schema.md):

{
  "company_name": "...",
  "source_url": "...",
  "report_date": "January 20, 2026",
  "executive_summary": "3-5 sentences...",
  "profile": { "name": "...", "industry": "...", ... },
  "products": { "offerings": [...], "differentiators": [...] },
  "target_market": { "segments": "...", "verticals": [...] },
  "use_cases": [{ "title": "...", "description": "..." }],
  "competitors": [{ "name": "...", "strengths": "...", "differentiation": "..." }],
  "industry": { "trends": [...], "opportunities": [...], "challenges": [...] },
  "developments": [{ "date": "...", "title": "...", "description": "..." }],
  "lead_gen": { "keywords": {...}, "outreach_angles": [...] },
  "info_gaps": ["..."]
}

第三阶段:生成PDF

# Install if needed
pip install reportlab

# Save JSON to temp file
cat > /tmp/research_data.json << 'EOF'
{...your JSON data...}
EOF

# Generate PDF
python3 scripts/generate_report.py /tmp/research_data.json /path/to/output/report.pdf

第四阶段:交付

将PDF保存到工作区文件夹并提供下载链接:

[Download Company Research Report](computer:///sessions/.../report.pdf)

质量标准

  • 准确性:基于可观察的证据提出主张;引用来源
  • 具体性:包含产品名称、指标、客户示例
  • 完整性:将信息缺口标注为“未公开”
  • 禁止捏造:绝不虚构信息

资源

  • scripts/generate_report.py- PDF生成器(使用reportlab库)
  • references/data-schema.md- 包含示例的完整JSON模式

免责申明
部分文章来自各大搜索引擎,如有侵权,请与我联系删除。
打赏
文章底部电脑广告
手机广告位-内容正文底部

相关文章

您是本站第349232名访客 今日有175篇新文章/评论