Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

**An open-source control plane for governed agent systems.**

<p align="center">
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive product introduction"></video>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve accessibility and browser compatibility, consider using a <source> tag and adding an aria-label. Additionally, adding a poster attribute with a thumbnail image would improve the visual experience while the video is loading.

Suggested change
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive product introduction"></video>
<video controls playsinline width="100%" title="OpenHive product introduction" aria-label="OpenHive product introduction">
<source src="docs/assets/openhive-product-intro.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

</p>

<p align="center">
<a href="docs/assets/openhive-product-intro.mp4">Watch the OpenHive product intro video</a>
</p>

OpenHive helps teams create, run, and govern agent systems with a clear path
from local preview to production-facing operations. A **Keeper** agent manages
each project, **Scout** assistants operate inside group chats, and **Pipeline**
Expand Down
14 changes: 11 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@

**一个面向受治理 Agent 系统的开源控制平面。**

OpenHive 帮助团队在生产环境中创建、运行并治理 Agent 系统。每个项目由一个
**Keeper** Agent 管理,**Scout** 助手运行在群聊中,**Pipeline** 任务则在后台执
行定时工作流。
<p align="center">
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive 产品介绍"></video>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

为了提高可访问性和浏览器兼容性,建议使用 <source> 标签并添加 aria-label。此外,添加 poster 属性(缩略图)可以改善视频加载前的视觉体验。

Suggested change
<video src="docs/assets/openhive-product-intro.mp4" controls playsinline width="100%" title="OpenHive 产品介绍"></video>
<video controls playsinline width="100%" title="OpenHive 产品介绍" aria-label="OpenHive 产品介绍">
<source src="docs/assets/openhive-product-intro.mp4" type="video/mp4">
您的浏览器不支持 video 标签。
</video>

</p>

<p align="center">
<a href="docs/assets/openhive-product-intro.mp4">观看 OpenHive 产品介绍视频</a>
</p>

OpenHive 帮助团队创建、运行并治理 Agent 系统,并提供一条从本地预览走向面向生产
运营的清晰路径。每个项目由一个 **Keeper** Agent 管理,**Scout** 助手运行在群聊
中,**Pipeline** 任务则在后台执行定时工作流。

平台运行时本身与业务场景无关:系统行为来自模板、技能、插件、能力包与策略,
而不是写死在核心代码中的垂直业务逻辑。OpenHive 的设计重点是安全执行、审批边
Expand Down
Binary file added docs/assets/openhive-product-intro.mp4
Binary file not shown.
Loading