Skip to content

Commit

Permalink
fix some typo (#3204)
Browse files Browse the repository at this point in the history
* fix some typo

* fix
  • Loading branch information
geometryolife authored Jan 17, 2025
1 parent 5a50146 commit fb1da2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/website/pages/blog/eliza-with-move.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We invite developers and innovators to push the boundaries of on-chain AI by con

1. **Push the Boundaries of Smart Contracts**

Collaborate to explore the possibilities of implementing on-chain AI Agents, such as:Supporting automatic state vectorization and vector retrieval directly in smart contracts(RGA on-chain)
Collaborate to explore the possibilities of implementing on-chain AI Agents, such as:Supporting automatic state vectorization and vector retrieval directly in smart contracts (on-chain RAG)

2. **Provide More On-Chain Services**

Expand Down
10 changes: 5 additions & 5 deletions docs/website/pages/blog/eliza-with-move.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '使用 Move 语言构建全链 Eliza:开创性的去中心化人工智能代理'
title: '使用 Move 语言构建 on-chain Eliza:开创性的去中心化人工智能代理'
description: ""
author: jolestar
category: Developer
Expand All @@ -12,7 +12,7 @@ import PostHeader from "/components/blog/postHeader";

![](/blog/eliza-with-move/eliza-with-move.jpg)

Rooch Network 通过探索使用 Move 语言实现 Eliza 的完全链上版本来开辟新天地。这种创新方法将角色数据和记忆直接存储在智能合约中,释放了真正去中心化人工智能代理的潜力。
Rooch Network 通过探索使用 Move 语言实现 on-chain Eliza 来开辟新天地。这种创新方法将角色数据和记忆直接存储在智能合约中,释放了真正去中心化人工智能代理的潜力。

## 在 Move 中定义角色

Expand Down Expand Up @@ -75,15 +75,15 @@ Rooch Network 通过探索使用 Move 语言实现 Eliza 的完全链上版本

4. **标准化链上组件**

抽象出AI智能体的核心链上组件,并将其集成到Rooch Move框架中,以标准化AI智能体的开发
抽象出AI智能体的核心链上组件,并将其集成到 Rooch Move 框架中,以标准化 AI 智能体的开发

## 如何参与

我们邀请开发者和创新者通过以下举措来突破链上人工智能的界限:

1. **突破智能合约的界限**

合作探索实现链上AI Agent的可能性,例如:直接在智能合约中支持自动状态向量化和向量检索(RGA链上
合作探索实现链上 AI Agent 的可能性,例如:直接在智能合约中支持自动状态向量化和向量检索(链上 RAG

2. **提供更多链上服务**

Expand All @@ -98,6 +98,6 @@ Rooch Network 通过探索使用 Move 语言实现 Eliza 的完全链上版本

## 结论

Rooch Network 的完全链上 Eliza 项目标志着去中心化人工智能代理开发的关键一步。通过利用 Move 语言和链上存储,我们的目标是为未来创建透明、社区驱动且可靠的人工智能代理。
Rooch Network 的 on-chain Eliza 项目标志着去中心化人工智能代理开发的关键一步。通过利用 Move 语言和链上存储,我们的目标是为未来创建透明、社区驱动且可靠的人工智能代理。

**与我们一起构建链上人工智能代理的下一个前沿!**

0 comments on commit fb1da2a

Please sign in to comment.