aiagent.club
English
GitHub 仓库

fetchai/uAgents

Python 首次收录 2022-09-28 更新于 2026-09-12 查看源 ↗

在全部 GitHub 仓库 中按Star排名第 511(共 803)

1.6k Star

A fast and lightweight framework for creating decentralized agents with ease.

项目介绍

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…

摘自 github.com/fetchai/uAgents

最新指标

Star 1.6k 2026-09-12
Fork 358 2026-09-12
提交 587 2026-09-12
发布 115 2026-09-12
Watcher 26 2026-09-12
开放 issue 29 2026-09-12
开放 PR 31 2026-09-12