fetchaifetchaiOfficialยท1 Agent Skills Included

agents-aea

Build autonomous economic agents that trade and communicate

Builds autonomous economic agents that act on behalf of owners to generate economic value. Provides handlers, behaviours, tasks, and models for reactive and proactive agent logic without writing boilerplate. Includes peer-to-peer agent communication, ledger plugins for Ethereum and Fetch.ai, and CLI scaffolding to ship agents faster.
npx skills add fetchai/agents-aea --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agents-aea?โ–ผ

Run `npx skills add fetchai/agents-aea --all -g -y` in your terminal to install all skills in this suite globally.

What is an Autonomous Economic Agent?โ–ผ

It is a software agent that acts independently on its owner's behalf to create economic value, combining reactive message handling with proactive goal-driven behaviours.

How do agents communicate with each other?โ–ผ

The framework includes the Agent Communication Network, a decentralized peer-to-peer layer that delivers authenticated, reliable messages between agents using only their wallet addresses.

Does agents-aea support blockchain integration?โ–ผ

Yes. It ships with ledger plugins for Ethereum and Fetch.ai, letting agents hold wallets, sign transactions, and interact with smart contracts.

Do I need to write everything from scratch?โ–ผ

No. The CLI scaffolds agents, skills, protocols, and connections, and the framework provides base classes for handlers, behaviours, tasks, and models.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’