AI Skill Hub 推荐使用:动态意图解析引擎 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
动态意图解析引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
动态意图解析引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install dirge # 方式二:从源码编译 git clone https://github.com/dirge-code/dirge cd dirge cargo build --release # 二进制在 ./target/release/dirge
# 查看帮助 dirge --help # 基本运行 dirge [options] <input> # 详细使用说明请查阅文档 # https://github.com/dirge-code/dirge
# dirge 配置说明 # 查看配置选项 dirge --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DIRGE_CONFIG="/path/to/config.yml"
A minimal, fast coding agent written in Rust — inspired by pi, opencode, and maki.
A dirge is a song to keep the dead from losing their way. It turns grief into something that is remembered. Agents are like mayflies awoken for a moment to work and to forget, with every new session effacing the old one. Dirge keeps watch over things said and done, always folding context into memory to carry past mistakes and preferences across the gulf between sessions. It sings the past forward, so that no grave need be dug twice. Dirge grieves for nothing, since nothing is truly buried under its care, and its lament is a promise that what was built here once will be remembered.
The crate is published asdirge-agent(the shortdirgename was already taken on crates.io). The installed command is stilldirge.
```bash
```bash
Install bubblewrap for --sandbox, which runs every bash command inside an isolated environment:
```bash
export OPENROUTER_API_KEY="[api_key]"
cargo install dirge-agent --no-default-features --features "loop,git-worktree,mcp,lsp"
dirge --verbose
Avoid `--api-key <key>` outside one-off testing — it's visible to other
processes via `ps` and emits a startup warning. Prefer a key file, stdin, or
the provider's env var:
bash dirge --provider openai --api-key-file /run/secrets/openai_key pass openai-key | dirge --provider openai --api-key-stdin ```
高质量的AI工作流引擎,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
总体来看,动态意图解析引擎 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | dirge |
| 原始描述 | 开源AI工作流:Dynamic Intent Resolution Grounding Engine。⭐7 · Rust |
| Topics | AIRust工作流 |
| GitHub | https://github.com/dirge-code/dirge |
| License | GPL-3.0 |
| 语言 | Rust |
收录时间:2026-05-29 · 更新时间:2026-05-31 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端