开源AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
The best blockchain harness for agentic AI - on-chain execution with runtime, sk,提供了一个开源的AI工作流解决方案,支持agentic AI和on-chain执行。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
The best blockchain harness for agentic AI - on-chain execution with runtime, sk,提供了一个开源的AI工作流解决方案,支持agentic AI和on-chain执行。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g aomi # 方式二:npx 直接运行(无需安装) npx aomi --help # 方式三:项目依赖安装 npm install aomi # 方式四:从源码运行 git clone https://github.com/aomi-labs/aomi cd aomi npm install npm start
# 命令行使用
aomi --help
# 基本用法
aomi [options] <input>
# Node.js 代码中使用
const aomi = require('aomi');
const result = await aomi.run(options);
console.log(result);
# aomi 配置说明 # 查看配置选项 aomi --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AOMI_CONFIG="/path/to/config.yml"
The best blockchain harness for agentic AI - on-chain execution with runtime, skills, and component library. Aomi ships five entry points from one repo — a React widget, a headless runtime, a TypeScript client, a CLI, and an agent skill — all backed by an Aomi-compatible backend.
<AomiFrame />, a drop-in React chat component with wallet actions.@aomi-labs/react hooks and providers that manage concurrent threads, backend polling, control state, and wallet events, with no UI opinions.@aomi-labs/client, a platform-agnostic client for Node.js and browsers.aomi, a terminal client for chatting with Aomi agents and signing on-chain transactions directly from your shell.aomi-transact, a Claude / Codex skill that teaches an AI agent to operate the CLI as an on-chain tool.<AomiFrame /> tag renders the full chat, sidebar, and composer.aomi chat, aomi tx list, aomi tx simulate, aomi tx sign, session management, secret ingestion.aomi-transact as a Claude/Codex skill and your agent can transact on-chain autonomously.@aomi-labs/react — headless runtime, contexts, and hooks. No UI.@aomi-labs/widget-lib — prebuilt UI components (AomiFrame, ControlBar, etc.) built on top of the runtime.Install both for the default experience, or install only @aomi-labs/react if you're building a custom UI.
@getpara/react-sdk, wagmi, @tanstack/react-queryALCHEMY_API_KEY and/or PIMLICO_API_KEYPick the package for your entry point. All five live in this monorepo.
```bash
npm install -g @aomi-labs/client
Or copy widget source into your repo via the shadcn registry:
bash npx shadcn add https://aomi.dev/r/aomi-frame.json ```
---
export ALCHEMY_API_KEY=your-alchemy-key
export ALCHEMY_GAS_POLICY_ID=your-gas-policy-id
export PRIVATE_KEY=0xYourPrivateKey
aomi chat "swap 100 USDC for ETH" --public-key 0xYourAddress --chain 1
aomi tx sign tx-1 # auto-detects AA, tries 7702 then 4337, errors if both fail
Widget / runtime:
NEXT_PUBLIC_PROJECT_ID=your_reown_project_id
NEXT_PUBLIC_BACKEND_URL=http://localhost:8080
CLI (optional):
AOMI_BACKEND_URL=https://api.aomi.dev
AOMI_API_KEY=...
PRIVATE_KEY=0x...
CHAIN_RPC_URL=https://eth.llamarpc.com
ALCHEMY_API_KEY=...
ALCHEMY_GAS_POLICY_ID=...
PIMLICO_API_KEY=...
AOMI_STATE_DIR=~/.aomi
Get your Reown Project ID from Reown.
pnpm install @aomi-labs/react @aomi-labs/widget-lib
import { AomiFrame } from "@aomi-labs/widget-lib";
<AomiFrame.Root height="600px" backendUrl="https://api.example.com">
<AomiFrame.Header
withControl={true}
controlBarProps={{ hideWallet: true, hideApiKey: true }}
/>
<AomiFrame.Composer />
</AomiFrame.Root>;
aomi chat "swap 1 ETH for USDC" --public-key 0xYourAddress --chain 1 aomi tx list aomi tx simulate tx-1 tx-2 aomi tx sign tx-1 tx-2 --private-key 0xYourPrivateKey --rpc-url https://eth.llamarpc.com aomi session list|new|resume|delete|status|log|events|close aomi model list|set|current aomi app list|current aomi chain list aomi secret add NAME=value ```
该项目提供了一个开源的AI工作流解决方案,支持agentic AI和on-chain执行,值得关注
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
经综合评估,开源AI工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | aomi |
| 原始描述 | 开源AI工作流:The best blockchain harness for agentic AI - on-chain execution with runtime, sk。⭐6 · TypeScript |
| Topics | workflowaccount-abstractionagent-frameworkagentic-aiagentsaitypescript |
| GitHub | https://github.com/aomi-labs/aomi |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-23 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端