Open AEA is a framework for building autonomous economic agents. It provides tools for agent communication, decision-making, and interaction with decentralized ledger technologies. Current version: 2.2.7. Released as needed.
pip install open-aeaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a minimal AEA agent. Requires environment variable AEA_PRIVATE_KEY_PATH pointing to a private key file, or creates a dummy one.
Update imports to use the new submodule paths as per the official documentation.
Start a local OEF node using `aea run` or connect to a remote one. For development, use the `oef` plugin and run `python -m aea.oef`.
Replace `Connector` with `Connection` from `aea.connections.base`.
No dependency data recorded yet.
No resource links recorded.