【犀牛鸟实战】RivalRadar 竞品雷达:Hy3 驱动的多 Agent 竞品分析协作系统(独立仓库) - #223
Open
mackinhos wants to merge 1 commit into
Open
Conversation
… system Independent repo: https://github.com/mackinhos/rivalradar
mackinhos
force-pushed
the
submission/rivalradar
branch
from
July 31, 2026 16:48
aa90399 to
7b3d8ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
项目说明
RivalRadar 竞品雷达 —— 对应挑战课题「AI 驱动的竞品分析 Agent 协作系统」。
输入调研主题,4 个 Hy3 Agent 组成的「数字调研小组」自动完成全链路:拆解调研方案 → 并行检索公开信息 → 结构化交叉对比 → 流式撰写竞品分析报告。
📦 独立仓库(完整代码 + 运行指南 + Demo):https://github.com/mackinhos/rivalradar
本 PR 仅新增
submissions/rivalradar/README.md(项目说明与仓库链接),不改动仓库既有代码。Hy3 在系统中承担的角色
全程通过 Hy3 API(OpenAI 兼容协议)推理,不训练 / 不微调 / 不本地部署:
工程侧另用 Hy3 做 JSON 格式自愈(解析失败自我修正重试)。参数遵循官方推荐
temperature=0.9, top_p=1.0,思考模式经reasoning_effort控制。Issue 要求对照
技术亮点
运行方式