Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insight Tools — 公开信息洞察报告生成套件

一套基于 AI Agent 的自动化报告生成工具集,支持从公开互联网渠道(微博、微信、官网公告、RSS 等)搜集信息,自动生成结构化洞察报告并通过邮件发送。

套件组成

工具 功能
Customer Insight 针对指定客户/公司的全网公开信息搜集与多维分析报告
Cloud Vendor Insight 主流云厂商(AWS、阿里云、腾讯云等)的最新动态监控与行业趋势报告
LLM Market Insight 国内外大模型与 AI Agent 工具的产品动态、版本更新、能力评测报告

架构

┌─────────────────────────────────────────────────────┐
│                    Search Layer                      │
│  (Web Search / Weibo / WeChat / RSS / Official API) │
└──────────────────────┬──────────────────────────────┘
                       │ raw data
                       ▼
┌─────────────────────────────────────────────────────┐
│                 Processing Layer                      │
│  (Deduplication / Classification / Quality Filter)  │
└──────────────────────┬──────────────────────────────┘
                       │ structured data
                       ▼
┌─────────────────────────────────────────────────────┐
│                  Report Layer                         │
│  (HTML Template Engine / Conditional Sections)       │
└──────────────────────┬──────────────────────────────┘
                       │ HTML email body
                       ▼
┌─────────────────────────────────────────────────────┐
│                   Delivery Layer                      │
│         (SMTP Email Sender with Retry Logic)         │
└─────────────────────────────────────────────────────┘

前置条件

  • Python 3.8+
  • Required packages: requests (for HTTP data fetching)
  • SMTP relay or email sending capability configured externally
  • (Optional) Access to third-party search APIs for richer data sources

快速部署

1. 安装依赖

pip install requests

2. 配置邮件发送

每个工具的 SKILL.md 中包含了邮件发送命令示例。请替换收件人邮箱为实际地址。

3. 运行报告生成

客户洞察报告:

cd app/customer-insight
# Follow SKILL.md for detailed search and generation workflow

云厂商动态报告:

cd app/cloud-vendor-insight
python3 scripts/generate_report.py --days 7

大模型市场洞察报告:

cd app/llm-market-insight
python3 scripts/generate_report.py --days 30 --data /path/to/data.json

验证

  1. 运行对应工具的 generate_report.py 脚本
  2. 检查输出目录 /tmp/ 下是否生成对应的 HTML 报告文件
  3. 打开 HTML 文件验证报告结构和内容完整性

许可证

本项目采用 MIT 许可证。详见 LICENSE 文件。

贡献

欢迎贡献!请阅读 CONTRIBUTING.md 了解贡献流程,并遵守 CODE_OF_CONDUCT.md 中的行为准则。

About

A set of AI agent-based automatic report generation tools can collect information from public Internet channels (such as Weibo, WeChat, official website announcements, and RSS), automatically generate structured insight reports, and send the reports via email.

Topics

Resources

Code of conduct

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages