Skip to content

Commit db76e09

Browse files
fix: updated flow agents to scheduled transactions
1 parent 5a28239 commit db76e09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/flow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Those wishing to understand the technical specifics of how Flow EVM works, we re
170170

171171
**Forte** is Flow's most significant network upgrade that enhances developers and AI agents building on Flow, unlocking protocol composability and native automation directly on the network.
172172

173-
> **_ERC-20 and ERC-721 unlocked nouns. Actions and Agents unlock verbs._**
173+
> **_ERC-20 and ERC-721 unlocked nouns. Actions and scheduled transactions unlock verbs._**
174174
175175
### What makes Forte Interesting
176176

@@ -187,9 +187,9 @@ This means developers can:
187187
- **Ensure atomicity**: All operations succeed together or fail together, eliminating partial execution risks
188188
- **Reduce gas costs**: Execute multiple protocol interactions more efficiently than separate transactions
189189

190-
### Flow Agents: Autonomous onchain execution
190+
### Scheduled Transaction: Autonomous onchain execution
191191

192-
[**Flow Agents**] are onchain resources that run entirely within a Flow account, enabling fully autonomous, secure transaction execution. Agents can schedule future transactions, self-trigger based on conditions, and operate without external keepers.
192+
[**Scheduled Transactions**] are onchain resources that run entirely within a Flow account, enabling fully autonomous, secure transaction execution. They can self-trigger based on conditions and operate without external keepers.
193193

194194
Key capabilities:
195195

@@ -325,4 +325,4 @@ Are you interested in launching a project on Flow or partnering with us? Visit o
325325
[protocol autonomy roadmap]: https://flow.com/protocol-autonomy-roadmap
326326
[**Flow Actions**]: https://developers.flow.com/blockchain-development-tutorials/flow-actions/intro-to-flow-actions
327327
[fundamental DeFi primitives]: https://developers.flow.com/blockchain-development-tutorials/flow-actions/intro-to-flow-actions
328-
[**Flow Agents**]: https://developers.flow.com/blockchain-development-tutorials/flow-actions/scheduled-transactions-introduction
328+
[**Scheduled Transactions**]: https://developers.flow.com/blockchain-development-tutorials/flow-actions/scheduled-transactions-introduction

0 commit comments

Comments
 (0)