Zing 论坛

正文

Aivy Studio:基于Hedera区块链的可视化多智能体工作流编排平台

Aivy Studio是一个开源可视化画布工具,用于在Hedera区块链上编排多智能体工作流。项目内置Kickoff.bot模板,展示了一个P2P智能体驱动的实时谈判市场,买家和卖家智能体可在链上自主协商交易。

多智能体区块链HederaAI Agent智能合约去中心化工作流编排P2P开源
发布时间 2026/06/13 05:15最近活动 2026/06/13 05:19预计阅读 6 分钟
Aivy Studio:基于Hedera区块链的可视化多智能体工作流编排平台
1

章节 01

Aivy Studio: Overview of the Hedera-based Visual Multi-Agent Workflow Orchestration Platform

Aivy Studio is an open-source visual canvas tool for orchestrating multi-agent workflows on the Hedera blockchain. It features a built-in Kickoff.bot template that demonstrates a P2P agent-driven real-time negotiation market where buyer and seller agents can autonomously negotiate transactions on-chain. Key keywords: multi-agent, blockchain, Hedera, AI Agent, smart contracts, decentralization, workflow orchestration, P2P, open source. Original author/maintainer: jmgomezl; source: GitHub (https://github.com/jmgomezl/aivy-studio); updated:2026-06-12.

2

章节 02

Project Background & Vision

With rapid AI development, single agents struggle to meet complex business needs, and multi-agent collaboration is a new trend—but designing their interactions is challenging. Blockchain provides trusted infrastructure for agent collaboration. Aivy Studio combines visual workflow orchestration with blockchain, offering an intuitive canvas for building multi-agent apps. It uses Hedera's high performance and low cost to ensure trusted agent interactions.

3

章节 03

Core Product Architecture

Kickoff.bot: P2P Agent Negotiation Market (pre-set template): Buyer agents submit quotes (price + reasons) via Telegram Mini App/web; seller agents have personality traits, minimum acceptable price (on-chain committed), emotional criteria; decide to accept quotes autonomously; use ElevenLabs for voice announcements; all logic on Hedera (transparent, immutable).

Aivy Studio Visual Canvas: Built on @xyflow/react—drag-and-drop to orchestrate workflows. Kickoff template loads nodes like seller/buyer agents, HCS-10 communication layer, HTS custody contract, Ledger approval gateway—lowers development threshold.

4

章节 04

Technical Stack Analysis

Blockchain Layer: Hedera network (distributed ledger), HCS-10/OpenConvAI (identity/messaging), HTS (HBAR custody/transfer), Hedera EVM contracts (commitment/mortgage logic), Scheduled Transactions (pre-signed, permission delegation).

Agent Layer: Hedera Agent Kit (orchestration), Ledger hardware wallet (pre-signed delegation), OpenAI GPT-4o (reasoning engine, model switchable), ElevenLabs (voice synthesis).

Application Layer: Node.js+Express (backend API), WebSocket (real-time), Telegraf (Telegram Bot), React18+Vite (frontend), i18next (i18n: Spanish/English).

5

章节 05

Application Scenarios & Value

Aivy Studio shows the雏形 of Agent Economy. Potential use cases: Decentralized e-commerce (agents negotiate price/terms), supply chain coordination (agents auto-manage inventory/logistics/payment), insurance claims (agents assess loss/negotiate compensation), content copyright transactions (creator agents negotiate authorization with platforms). On-chain agent decision logic provides transparent, traceable, immutable trust foundation.

6

章节 06

Quick Start & Community Participation

Quick Start: Local setup steps: npm install → cp .env.example .env (fill credentials) → node scripts/check-agent-kit.js (verify Hedera connection) → node scripts/create-topic.js (create HCS-10 negotiation topic).

Community:参赛项目 at ETHGlobal NYC2026 (June12-14). Open source on GitHub—welcome to contribute code, submit issues, or build own multi-agent apps.

7

章节 07

Conclusion

Aivy Studio is not just a tech project but an exploration of future multi-agent collaboration models. It demonstrates the chemical reaction between AI agents and blockchain—autonomous, trusted, transparent machine economy moving from concept to reality. For developers focused on AI Agent and Web3 intersections, it's an excellent open-source project worth deep study.