@10xmylife: 如果你在飞书中使用 Hermes,那么一定要装一下这个插件 它可以把 Hermes 的回答转换成飞书卡片,非常漂亮 如果没有装的话,飞书自己本身对 md 的支持其实不太棒,无法渲染表格 总之是非常好用的插件,直接丢给 Hermes 安装就…
摘要
介绍一个飞书Hermes插件,可将Hermes的回答转换成漂亮的飞书流式卡片,解决飞书对Markdown支持不佳、内容乱序等问题。
查看缓存全文
缓存时间: 2026/06/12 21:02
如果你在飞书中使用 Hermes,那么一定要装一下这个插件 它可以把 Hermes 的回答转换成飞书卡片,非常漂亮 如果没有装的话,飞书自己本身对 md 的支持其实不太棒,无法渲染表格 总之是非常好用的插件,直接丢给 Hermes 安装就行了 https://github.com/baileyh8/hermes-feishu-streaming-card…
baileyh8/hermes-feishu-streaming-card
Source: https://github.com/baileyh8/hermes-feishu-streaming-card
Hermes 飞书流式卡片插件

Hermes 飞书流式卡片插件把 Hermes Agent Gateway 的飞书/Lark 回复变成一张持续更新的交互式卡片:思考过程、工具调用、最终答案、授权确认、选项选择和运行统计都能收束在同一张飞书卡片里,而不是被拆成刷屏的灰色原生消息。
它重点解决飞书接入 Hermes 时最常见的痛点:流式内容漏字/乱序、长表格和代码块渲染成 raw markdown、工具调用过程不可见、approval/clarify 需要手工回复、sidecar 故障难排查、多 bot / 多 profile 难运维,以及升级 Hermes 后 hook 兼容不确定。

项目亮点
- 流式卡片体验:
thinking.delta、answer.delta、tool.updated、message.completed聚合到同一张飞书卡片,减少刷屏和上下文断裂。 - 卡片内交互:Hermes approval / clarify choices 渲染成飞书按钮,用户点击后原任务继续执行,原卡片继续更新。
- 长内容更稳:长 Markdown 表格和 fenced code block 按结构边界切分,降低飞书 raw markdown 和半截代码围栏问题。
- 多 bot / 多 profile:支持多飞书机器人、多 Hermes profile、群聊绑定、bot/profile 标题和路由诊断。
- sidecar-only 架构:Hermes hook fail-open,飞书发送/更新、状态机、重试、健康检查都在 sidecar 中独立运行。
- 安装和发布友好:支持一行安装、Release 安装包、
doctor诊断、start/status/stop进程管理和安全 restore/uninstall。
解决的真实痛点
| 痛点 | 项目能力 |
|---|---|
| 飞书里只能看到一大段最终文本,看不到 Agent 思考和工具进度 | 思考、答案、工具状态、footer 统计持续更新在同一张卡片 |
| 模型调用工具时内容乱序、漏字、完成后又冒出灰色原生消息 | per-message 顺序、PATCH 合并、终态优先和原生 resend 抑制 |
| Hermes 请求授权或让用户选择选项时,需要手工输入编号 | 飞书卡片内按钮选择,点击后继续原任务 |
| 长表格/长代码块被飞书渲染成 raw markdown | Markdown-aware split,重复表头和完整 code fence |
| 多机器人、多群聊、多 profile 难确认路由 | bindings.chats、profile-aware session key、/health.routing 诊断 |
| sidecar 或 hook 出问题难定位 | doctor、/health metrics、fail-closed installer、restore/uninstall |
V3.6.1 兼容补丁
V3.6.1 修复 issue #47:Hermes VERSION 文件写成 0.15.1 这类无 v 前缀语义版本时,doctor --explain 不再误报 unsupported。0.15.x / v0.15.x 会继续按新版 Hermes 走 gateway_run_013_plus,前提是 gateway/run.py 的必要 anchor 仍存在。
完整发布说明见 V3.6.1 release notes。
V3.6.0 运维增强
V3.6.0 面向真实线上使用后的排障和维护场景:当 Hermes 升级、hook 状态异常、媒体/文件消息进入会话,或一个 sidecar 服务多个 profile/bot 时,用户可以更快判断“哪里坏了、能不能自动修、该验证哪条路由”。
- 诊断可读可机器解析:
doctor --explain给人工排障摘要,doctor --json输出 config、sidecar、Hermes、streaming、install_state 和 recommendations。 - 安装状态可自救:新增
repair --hermes-dir ... --yes和setup --repair,只修复可验证的 manifest/backup 状态,遇到用户改动会拒绝覆盖。 - 媒体/文件更安全:识别 Hermes 结构化
attachments/files/media_files/ image/audio/video 对象,卡片保留摘要,同时不抑制 Hermes 原生媒体/文件投递路径。 - 多 Profile 更好排障:
smoke-feishu-card --profile-id、bots test --profile-id、CLIstatus和/health.routing.profiles都能按 profile 展示路由状态。 - 兼容矩阵更明确:自动化覆盖 Hermes
v2026.4.23、v2026.5.7、v2026.5.16+、v2026.5.29、0.13.x、0.14.x、0.15.x和带/不带v前缀语义版本的 hook strategy。
完整发布说明见 V3.6.0 release notes,历史路线见 docs/roadmap-v3.6.0.md。
V3.6.0 解决了什么
| 场景 | V3.6.0 的变化 |
|---|---|
| 用户只知道“卡片没回来”,不知道 hook、sidecar 还是 Hermes anchor 出问题 | doctor --explain 给出分区诊断和下一步建议 |
| manifest/backup 丢失导致 restore/install 拒绝,但当前 patch 其实可验证 | repair 自动重建缺失状态文件,无法验证时保持拒绝 |
| 图片、文件、音频、视频进入 Hermes locals 后卡片里看不到上下文 | 卡片显示附件摘要,原生媒体/文件发送路径继续保留 |
| 多 profile / 多 bot 下不知道消息走了哪个机器人 | status 和 /health.routing.profiles 展示 bot 数、群聊绑定、last_route、last_route_error |
| 升级 Hermes 后不确定用新版还是旧版 hook strategy | 测试和文档明确各 Hermes key release 对应的 gateway_run_013_plus / legacy_gateway_run,并覆盖 0.15.x |
V3.5.x 功能基线
交互能力
- 新增飞书按钮交互闭环:
interaction.requested渲染按钮,/card/actions记录选择,Hermes hook 轮询/interactions/{interaction_id}后继续执行。 - 授权/选项按钮采用飞书 JSON 2.0
button + behaviors.callback,避免旧式 action 容器在飞书端更新失败。 - approval / clarify hook 透传 Hermes event loop,交互请求和流式 delta 共用同一条 message send lock,减少事件乱序。
流式稳定性
- 修复 issue #41:多条回复和新版 Hermes streaming flow 继续走卡片更新,最终回答不再从第二条开始退回原生 text。
- 修复 issue #39:
message.completed.answer为空时不再清空已通过answer.delta展示的内容,避免 DeepSeek V4 Pro 工具调用后卡片最终无内容。 - 修复 issue #31:同一张飞书卡片 PATCH 串行化,避免旧快照后到覆盖新内容。
- 修复 issue #25:Hermes v2026.5.7 的
event_message_id作为显式message_id使用,保证message.started和message.completed落在同一张 fallback 卡片。 - 同一消息的 HTTP 事件发送按 message id 加锁;多线程 Hermes callback 产生的 sequence 不会互相踩踏。
answer.delta/thinking.delta保留原始边界空格,避免中文、英文、代码片段被拼坏。thinking.delta(mode=append_block)以完整思考片段追加,修复思考过程句子漏字、截断和粘连。- sidecar 非终态事件快速 ACK,卡片 PATCH 合并更新,刷新间隔降到
0.2s,终态事件优先落卡。 - queued follow-up 完成后抑制原生 resend,避免“卡片已完成但下面又冒出一大段灰色原生消息”。
长内容与渲染
- 长 Markdown 表格超过
MAIN_CONTENT_CHUNK_CHARS后重复表头分块,仍保持合法表格。 - fenced code block 超长后拆成多个完整 fenced block,避免飞书显示半截代码围栏。
- 保留 V3.3.0 的飞书 5 表格限制保护,超限时自动截断并提示。
兼容与安装
- Hermes 0.13.0+/0.14.0/0.15.x、
v2026.5.16+使用gateway_run_013_plus。 - 旧版本 Hermes(
v2026.4.23到v2026.4.x/0.12.x)继续使用legacy_gateway_run。 doctor输出version_source、version、hook_strategy、compatibility、anchor/anchors 和reason,便于安装前确认。- 升级插件后必须重新安装 hook:运行
install --hermes-dir ... --yes,让 Hermes 使用匹配当前版本的 hook。 - 处理 PR #42:cron 卡片路由优先使用
job['deliver']和 scheduler 解析出的 Feishu target。 - 多 profile / multi bot 体验补齐:issue #23、per-bot/profile title、cron final cards、attachment summaries + native media delivery、reply card context。
- V3.6.0 进一步补齐 profile 定向 smoke、routing profile diagnostics、structured attachment summaries 和 safe repair。
配置与运行安全
--config指向的配置文件同目录存在.env时,会自动读取FEISHU_APP_ID、FEISHU_APP_SECRET、HERMES_FEISHU_CARD_HOST、HERMES_FEISHU_CARD_PORT。- 真实进程环境变量优先级高于同目录
.env。 - 多 Profile 模式下继续要求每个 profile 显式配置 Feishu 凭据,顶层环境变量不会覆盖 profile 凭据。
- 无凭据时 sidecar 使用 no-op client,只做本地状态,不会向真实飞书发卡;
/health.routing.bot_count可用于确认是否加载到真实 bot。
一行安装
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/baileyh8/hermes-feishu-streaming-card/main/install.sh | bash
Windows PowerShell:
irm https://raw.githubusercontent.com/baileyh8/hermes-feishu-streaming-card/main/install.ps1 | iex
安装脚本会自动安装/升级插件、读取或提示填写飞书凭据、写入 ~/.hermes/.env,并调用整合安装器:
python3 -m hermes_feishu_card.cli setup --hermes-dir ~/.hermes/hermes-agent --config ~/.hermes/config.yaml --yes
安装完成后可以检查 sidecar 状态:
python3 -m hermes_feishu_card.cli status --config ~/.hermes/config.yaml
常用环境变量:
| 变量 | 默认值 | 说明 |
|---|---|---|
HFC_VERSION | latest | 指定安装版本,例如 v3.6.1 或 main |
HERMES_DIR | ~/.hermes/hermes-agent | Hermes Agent Gateway 目录 |
HFC_CONFIG | ~/.hermes/config.yaml | sidecar 配置路径 |
HFC_ENV_FILE | HFC_CONFIG 同目录 .env | 飞书凭据保存位置 |
HFC_SKIP_START | 0 | 设为 1 时只安装 hook,不启动 sidecar |
HFC_NO_PROMPT | 0 | 设为 1 时禁止交互式输入,适合自动化安装 |
也可以从 Release 下载 hermes-feishu-card-<version>-macos.tar.gz、hermes-feishu-card-<version>-linux.tar.gz 或 hermes-feishu-card-<version>-windows.zip,解压后运行包内的 install.sh / install.ps1。完整安装包说明见 README-install.md。
手动安装
git clone https://github.com/baileyh8/hermes-feishu-streaming-card.git
cd hermes-feishu-streaming-card
pip install -e ".[test]"
export FEISHU_APP_ID=cli_xxx
export FEISHU_APP_SECRET=xxx
python3 -m hermes_feishu_card.cli setup --hermes-dir ~/.hermes/hermes-agent --yes
setup 是整合安装器:自动生成配置、检查 Hermes 版本和代码 anchor、安装 hook、启动 sidecar 并做健康检查。它支持 v2026.4.23 起的旧版 Hermes,也支持 Hermes 0.13.0+/0.14.0/0.15.x 与 v2026.5.16+ 新版 anchor;Hermes VERSION 可带或不带 v 前缀。
如果你使用 Hermes 默认目录,也可以把凭据放在 ~/.hermes/.env:
FEISHU_APP_ID=cli_xxx
FEISHU_APP_SECRET=xxx
FEISHU_CONNECTION_MODE=websocket
FEISHU_HOME_CHANNEL=oc_xxx
之后使用:
python3 -m hermes_feishu_card.cli start --config ~/.hermes/config.yaml
V3.6.1 会继续自动读取 ~/.hermes/config.yaml 同目录的 ~/.hermes/.env。
升级
从 V3.2.x/V3.3.0/V3.4.x/V3.5.x/V3.6.0 升级到 V3.6.1 向后兼容,单 Profile 配置无需任何修改。如果只是从 V3.6.0 升级到 V3.6.1,通常只需要更新插件并重新跑 doctor;只有 hook strategy 变化时才需要重新安装 hook。
# 1. 停止 sidecar
python3 -m hermes_feishu_card.cli stop --config ~/.hermes_feishu_card/config.yaml
# 2. 更新代码
cd /path/to/hermes-feishu-streaming-card
git checkout v3.6.1
pip install -e ".[test]" --upgrade
# 3. 诊断 Hermes hook strategy 与 anchors
python3 -m hermes_feishu_card.cli doctor \
--config ~/.hermes_feishu_card/config.yaml \
--hermes-dir ~/.hermes/hermes-agent
# 4. 重新安装 hook
python3 -m hermes_feishu_card.cli install --hermes-dir ~/.hermes/hermes-agent --yes
# 5. 启动 sidecar
python3 -m hermes_feishu_card.cli start --config ~/.hermes_feishu_card/config.yaml
doctor 会从 VERSION 或 Git tag v2026.4.23+ 判断 Hermes 支持状态。Hermes 0.13.0+/0.14.0/0.15.x 与 v2026.5.16+ 应命中 gateway_run_013_plus;旧版本 Hermes 应命中 legacy_gateway_run。若 doctor --explain 提示可自动修复,先执行 repair --hermes-dir ... --yes 再重新安装 hook。
核心功能
- 飞书流式卡片:
message.started、thinking.delta、answer.delta、tool.updated、message.completed、message.failed汇聚到同一张卡片。 - 授权/选项按钮:Hermes approval 和 clarify choices 在同一张卡片里显示为按钮,用户点击后继续原任务。
- 多 bot 与群聊绑定:
bots.items注册多个飞书机器人,bindings.chats按chat_id路由,group_rules预留群聊策略。 - 多 Profile 进程内隔离:一个 sidecar 服务多个 Hermes profile,使用
profile_id:message_id隔离 session。 - Profile / Bot 卡片标题:全局、profile、bot 均可设置标题,bot 级优先。
- Cron 最终卡片与回复上下文:cron 任务可发送最终卡片,reply card context 保留必要上下文。
- 附件摘要与原生媒体投递:卡片内展示 attachment summaries,hook 不抑制 Hermes 原生媒体/文件投递路径。
- DeepSeek 思维链兼容:过滤
<think>/</think>与<thinking>/</thinking>标签。 - 工具调用跟踪:累计工具调用次数和每个工具的当前状态。
- 运行统计 footer:显示耗时、模型、token、上下文占比;非终态卡片显示旋转生成中状态。
- 故障隔离:sidecar 不可用时 hook fail-open,Hermes 原生文本继续运行。
- 安全安装/恢复:安装器 fail-closed,
restore/uninstall检测文件改动后拒绝覆盖。
配置
复制 config.yaml.example 到本地使用,不要提交真实凭据。
单 Profile 最小配置
server:
host: 127.0.0.1
port: 8765
feishu:
app_id: ""
app_secret: ""
card:
title: Hermes Agent
footer_fields: [duration, model, input_tokens, output_tokens, context]
单 Profile + 多 Bot / 群聊
server:
host: 127.0.0.1
port: 8765
feishu:
app_id: ""
app_secret: "" # fallback
bots:
default: default
items:
sales:
app_id: "cli_sales_xxx"
app_secret: "xxx"
support:
app_id: "cli_support_yyy"
app_secret: "yyy"
bindings:
fallback_bot: default
chats:
oc_5cc6a25d8815790fa890dd0226005e83: sales
group_rules:
enabled: false
card:
title: Hermes Agent
footer_fields: [duration, model, input_tokens, output_tokens, context]
多 Profile
server:
host: 127.0.0.1
port: 8765
profiles:
engineering:
feishu:
app_id: "cli_eng_xxx"
app_secret: "xxx"
bots:
default: default
items:
default:
app_id: "cli_eng_xxx"
app_secret: "xxx"
bindings:
fallback_bot: default
chats: {}
sales:
feishu:
app_id: "cli_sales_xxx"
app_secret: "xxx"
bots:
default: default
items:
default:
app_id: "cli_sales_xxx"
app_secret: "xxx"
bindings:
fallback_bot: default
chats: {}
card:
title: Hermes Agent
footer_fields: [duration, model, input_tokens, output_tokens, context]
多 Profile 模式下,FEISHU_APP_ID / FEISHU_APP_SECRET 不会覆盖 profile 内的 feishu 配置。footer_fields 支持 duration、model、input_tokens、output_tokens、context。
飞书应用配置
export FEISHU_APP_ID=cli_xxx
export FEISHU_APP_SECRET=xxx
# 真实飞书 smoke 测试
python3 -m hermes_feishu_card.cli smoke-feishu-card \
--config config.yaml.example \
--chat-id oc_xxx
如果凭据未配置,sidecar 会使用 no-op client;这适合本地单元测试,但不会向真实飞书发卡。真实联调前请检查:
python3 -m hermes_feishu_card.cli status --config ~/.hermes/config.yaml
确认 /health.routing.bot_count 大于 0,且 last_route_error 为空。
Hermes Gateway 流式配置
确保 Hermes config.yaml 中启用流式编辑:
streaming:
enabled: true
transport: edit
不要设置 display.platforms.feishu.streaming: false。也不要把 display.show_reasoning 当成本插件的必需开关;它可能在最终回复中追加 reasoning 代码块,反而干扰卡片流式体验。若模型只返回最终答案、没有 thinking 增量,卡片会直接显示最终答案。
CLI 命令
| 命令 | 说明 |
|---|---|
setup --hermes-dir ... --yes | 一键安装:配置、检测、hook、sidecar、健康检查 |
doctor --config ... --hermes-dir ... | 诊断 Hermes 版本、hook_strategy、compatibility、anchors 和原因;支持 --explain / --json |
install --hermes-dir ... --yes | 安装 hook 到 Hermes |
repair --hermes-dir ... --yes | 修复可验证的 hook manifest/backup 状态,不覆盖用户改动 |
restore --hermes-dir ... --yes | 恢复原始 Hermes 文件 |
uninstall --hermes-dir ... --yes | 卸载并恢复 |
start --config ... | 启动 sidecar |
stop --config ... | 停止 sidecar;校验 PID/token 与 /health 的 process_pid/process_token 后才停止 |
status --config ... | 查看 sidecar 状态、routing、profile diagnostics 与 metrics |
smoke-feishu-card --profile-id ... --chat-id ... | 按指定 profile 发送真实飞书 smoke 卡片 |
| `bots list | show |
bots test --profile-id ... --chat-id ... | 按指定 profile/bot 做真实飞书 bot smoke |
| `bots bind-chat | unbind-chat –config …` |
架构
Hermes Gateway
└─ minimal hook in gateway/run.py
└─ hermes_feishu_card.hook_runtime
└─ HTTP POST /events ——→ sidecar server
├─ CardSession 状态机
├─ render_card() 卡片渲染
├─ Feishu CardKit HTTP client 已实现
├─ tenant token / send / update
├─ 节流、合并、重试、锁、诊断
└─ /health 指标
Hermes hook 将事件 fail-open 转发给 sidecar。sidecar 持有完整会话状态和飞书边界,可独立测试、重启、诊断。历史实现集中归档在 legacy/(installer_v2.py、gateway_run_patch.py、patch_feishu.py 等),不是 active runtime;当前主线以 hermes_feishu_card/ 为准。迁移说明见 docs/migration.md。
常见问题
- 卡片没有思考/不流式:检查
streaming.enabled: true与streaming.transport: edit,确认模型确实输出thinking.delta。 - 真实飞书没有卡片:检查凭据是否进入 sidecar;没有凭据时是 no-op client。V3.6.1 会读取 config 同目录
.env,真实环境变量仍优先。 - 卡片停在“思考中”:看
/health.diagnostics.last_terminal_event和feishu_update_failures,确认终态事件是否到达、飞书 PATCH 是否成功。 - 出现灰色原生文本:通常说明 sidecar 未成功接收或更新终态;V3.5.x 已补 queued follow-up suppression 和终态优先更新。
- 思考过程漏字/截断:V3.5.x 已用 ordered send、append_block、PATCH 合并与终态优先修复;若仍出现,先检查
/health.metrics.feishu_update_failures。 - 长表格/代码显示成 raw markdown:V3.5.x 会结构化拆分;如果仍异常,减少单个表格列宽或代码块长度。
- 重复卡片:检查
/healthmetrics(events_received、events_applied、feishu_send_successes)。多 Profile 下 session key 为profile_id:message_id。 - 多 Profile 路由不确定:跑
status --config ...,查看routing.last_route、profile.<id>.events、profile.<id>.last_profile_source,再用smoke-feishu-card --profile-id ...或bots test --profile-id ...定向验证。 - Hermes 0.13.0+/0.14.0/0.15.x 升级后无卡片:先跑
doctor --config ... --hermes-dir ...,确认hook_strategy为gateway_run_013_plus,再按需重新安装 hook。 - 恢复失败:
restore/uninstall检测到文件改动会拒绝覆盖,先跑doctor --explain看 manifest/backup/run.py 状态;若提示可自动修复,执行repair --hermes-dir ... --yes,否则先备份再人工确认差异。 - 只想验证本地 sidecar:可以用 no-op client 跑测试;真实飞书 smoke 需要真实 App ID/Secret 和 chat id。
版本历史
| 版本 | 日期 | 主要变更 |
|---|---|---|
| v3.6.1 | 2026-06 | issue #47,支持 Hermes 0.15.x 和无 v 前缀 VERSION,避免 doctor --explain 误报 unsupported |
| v3.6.0 | 2026-06 | doctor --json/--explain、安全 repair、结构化媒体/文件摘要、多 profile 定向 smoke、routing profile diagnostics、Hermes 兼容矩阵 |
| v3.5.2 | 2026-06 | 跨平台一行安装、Release 安装包、macOS .env 安全解析、uv/PEP 668 Python 安装适配、Windows installer CI 解析验证 |
| v3.5.1 | 2026-06 | 流式更新排序与合并、飞书 JSON 2.0 按钮修复、queued follow-up 原生消息抑制、.env 凭据回退、README 首页重整 |
| v3.5.0 | 2026-06 | 飞书按钮交互闭环、issue #41、PR #42、长表格/代码块结构拆分、thinking 漏字修复 |
| v3.4.3 | 2026-05 | issue #39、Markdown 结构化切分、Hermes v0.14.0 / v2026.5.16+ 验证 |
| v3.4.2 | 2026-05 | issue #31,避免并发 PATCH 和 sequence 竞争导致内容回退/漏字 |
| v3.4.1 | 2026-05 | issue #25,Hermes v2026.5.7 fallback message id 生命周期一致 |
| v3.4.0 | 2026-05 | Hermes 0.13.0+ 兼容、旧版本 strategy、issue #23、多 profile/multi bot、附件与回复上下文 |
| v3.3.0 | 2026-05 | 多 Profile、DeepSeek 兼容、表格保护、Footer 动画、平台判断修复 |
| v3.2.1 | 2026-04 | Accept-Encoding 修复 |
| v3.2.0 | 2026-04 | 多 Bot 路由、群聊绑定、Bot CLI、路由诊断 |
| v3.1.0 | 2026-04 | Sidecar 架构、流式卡片、健康端点、安装向导 |
| v3.0.0 | 2026-04 | Sidecar-only 初始发布 |
完整更新日志:CHANGELOG.md。
测试与验收
python3 -m pytest -q
本版本自动化覆盖配置加载、hook patch、Hermes runtime event、sidecar session、飞书按钮 callback、长表格/代码块切分、queued follow-up completion、cron deliver precedence 和文档约束。
已完成的人工/集成验收包括:真实 Feishu E2E 主链路、真实 Hermes Gateway E2E、真实飞书应用卡片验证、16k 长卡压力测试、doctor -> install -> restore 闭环、多 Profile 路由、DeepSeek 标签过滤。Feishu CardKit HTTP client 已实现,并通过 mock Feishu server 和真实飞书 smoke 验证。
文档
- 架构说明:中文 / English
- 事件协议:中文 / English
- 安装安全:中文 / English
- 迁移说明:中文 / English
- 端到端验证:中文 / English
- 发布准备:中文 / English
- 测试说明:中文 / English
贡献者
感谢以下贡献者对项目的改进:
安全说明
不要把 App Secret、tenant token、真实 chat_id 提交到仓库。效果图仅用于展示卡片效果,生产凭据保存在本机配置或环境变量中。
License
MIT License,详见 LICENSE。
相似文章
@GitTrend0x: Hermes 美学 + 规划 + 奇幻三连杀插件! Hermes Skins 自定义主题,Planning-with-Files 持久规划、http://Draw.io 自动流程图技能、Litprog 文学编程、Wizards-of-th…
介绍多个Hermes插件:主题皮肤、持久规划、Draw.io自动流程图、文学编程技能包、魔幻技能实验室等,将Hermes打造成多功能终端和智能规划工具。
@GitTrend0x: Hermes 起飞前的必备插件 皮书中文实战大全,优化指南全流程手册、Hermes HUD 可视化大脑、Scarf 原生 macOS GUI、Open Design 本地设计技能包……全网程序员把 Hermes 玩成了下一代 Agent …
总结了围绕 Hermes Agent 框架的多个社区插件和资源,包括中文实战指南、优化手册、可视化监控工具、原生 macOS GUI 和设计技能包,帮助用户从入门到高级优化。
@kiwiflysky: 强烈推荐 @xicilion 大佬的 Markdwon 插件 (https://docu.md) , 终于找到一个能让 plantuml 渲染的线条不打架人类可读的了。图一是插件渲染后的,图二是原版
推荐一款Markdown插件docu.md,能完美渲染PlantUML等图表,并支持导出为DOCX、PDF、HTML等格式,适合AI生成的Markdown文档美化与发布。
@GitTrend0x: 这些 Hermes 插件不得了 outsourc-e/hermes-workspace(https://github.com/outsourc-e/hermes-workspace…) 原生 Web 工作区:聊天、终端、记忆、技能管理、I…
该推文介绍了多个 Hermes Agent 插件,包括原生 Web 工作区、技能进化、多 Agent 管控、技能工厂和文学化编程等,展示了 Hermes 生态的扩展。
@AmberTreelet: Sac老师分享的这8个插件都超级好用!!! 我再来补充两个: Presentation(+Image Gen):能直接用自然语言把文档笔记变成PPT、可以套各种模板,它还会自己检查。 提示词用Image Gen可以调用GPT的image2…
用户补充推荐两个Codex插件:Presentation(含Image Gen)可将文档转为PPT,Superpowers以引导方式帮助编程新手培养专业习惯。