AI Skill Hub 推荐使用:Loki AI工作流引擎 是一款优质的Agent工作流。AI 综合评分 7.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
基于Rust开发的开源AI工作流工具,集成LLM能力和Agent框架,支持OpenAI风格的智能代理编排。适合需要构建复杂AI自动化流程、智能任务编排的开发者和企业用户。
Loki AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
基于Rust开发的开源AI工作流工具,集成LLM能力和Agent框架,支持OpenAI风格的智能代理编排。适合需要构建复杂AI自动化流程、智能任务编排的开发者和企业用户。
Loki AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install loki # 方式二:从源码编译 git clone https://github.com/Dark-Alex-17/loki cd loki cargo build --release # 二进制在 ./target/release/loki
# 查看帮助 loki --help # 基本运行 loki [options] <input> # 详细使用说明请查阅文档 # https://github.com/Dark-Alex-17/loki
# loki 配置说明 # 查看配置选项 loki --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LOKI_CONFIG="/path/to/config.yml"
Loki requires the following tools to be installed on your system: jq brew install jq usql (For the sql agent) brew install xo/xo/usql docker uv * curl -LsSf https://astral.sh/uv/install.sh | sh
These tools are used to provide various functionalities within Loki, such as document processing, JSON manipulation, etc., and they are used within agents and tools.
cargo install --locked loki-ai ```
After installation, you can generate the configuration files and directories by simply running:
loki --info
Then, you need to set up the Loki vault by creating a vault password file. Loki will do this for you automatically and guide you through the process when you first attempt to access the vault. So, to get started, you can run:
loki --list-secrets
clients: - type: claude name: my-claude-oauth auth: oauth # Indicate you want to authenticate with OAuth instead of an API key
sh loki --authenticate my-claude-oauth
source <(COMPLETE=fish loki | psub)
The location of the global Loki configuration varies between systems, so you can use the following command to find your config.yaml file:
loki --info | grep 'config_file' | awk '{print $2}'
The configuration file consists of a number of settings. To see a full example configuration file with every setting defined, refer to the example configuration file.
| Setting | Default Value | Description |
|---|---|---|
user_agent | null | The name of the User-Agent that should be passed in the User-Agent header on all requests to model providers |
save_shell_history | true | Enables or disables REPL command history |
---
Loki is an all-in-one, batteries-included, LLM CLI tool featuring Shell Assistant, CLI & REPL Mode, RAG, AI Tools & Agents, and More.
It is designed to include a number of useful agents, roles, macros, and more so users can get up and running with Loki in as little time as possible. You can also install entire bundles of agents, roles, macros, tools, and MCP servers from any git repository. See Sharing Configurations for more information.

Coming from AIChat? Follow the migration guide to get started.
You can use the following settings to modify the behavior of Loki:
| Setting | Default Value | Description |
|---|---|---|
stream | true | Controls whether to use stream-style APIs when querying for completions from LLM providers |
save | true | Controls whether to save each query/response to every model to messages.md for posterity; Useful for debugging |
keybindings | emacs | Specifies which keybinding schema to use; can either be emacs or vi |
editor | null | What text editor Loki should use to edit the input buffer or session (e.g. vim, emacs, nano, hx); <br>Defaults to $EDITOR |
wrap | no | Controls whether text is wrapped (can be no, auto, or some <max_width> |
wrap_code | false | Enables or disables the wrapping of code blocks |
You can integrate Loki's Shell Assistant into your shell for enhanced command-line assistance. Add the code in the corresponding shell integration script to your shell. Then, you can invoke Loki to convert natural language to shell commands by pressing Alt-e. For example:
```shell $ find all markdown files<Alt-e>
Loki是有前��的开源AI工作流方案,Rust保证性能和安全性。但生态尚未成熟,需要更多社区支持和文档完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Loki AI工作流引擎 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | loki |
| 原始描述 | 开源AI工作流:An all-in-one, batteries included LLM CLI tool featuring agents (OpenAI-style, g。⭐26 · Rust |
| Topics | 工作流编排LLM代理Rust开发自动化 |
| GitHub | https://github.com/Dark-Alex-17/loki |
| License | MIT |
| 语言 | Rust |
收录时间:2026-05-23 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端