aiagent.club
English
GitHub

uAgents

AI Agent 指数 第 597(共 964)

10 综合分
真实使用
动量
关注度
39

项目介绍

uAgents is a library developed by Fetch.ai that allows for creating autonomous AI agents in Python. With simple and expressive decorators, you can have an agent that performs various tasks on a schedule or takes action on various events.

Get started with uAgents by installing it for Python 3.10 to 3.13:

Build your first uAgent using the following script:

Include a seed parameter when creating an agent to set a fixed address, for example from an environment variable:

Otherwise the agent's private key will be stored locally alongside its name in privatekeys.json. If you create the agent without a name alice = Agent(), a new address will be generated each time you run the agent.

Give it a…

各数据源

1.6k Star
  • Star 1.6k
  • Fork 352
  • 提交 576
  • 发布 112