lem0n4id / fetch-ai-agent-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetch AI Agent Demo

This is a simple demo of Fetch AI's agent framework.

Steps to run the demo

  1. Make sure you have python3.9 or later installed. Check using python --version.
  2. Clone this repository
  3. Install poetry by running pip install poetry
  4. Recommended: Run poetry config virtualenvs.in-project true to create a virtual environment in the project directory
  5. Run poetry install to install the dependencies
  6. Run poetry shell to activate the virtual environment
  7. Run python agent.py to start the agent
  8. Run exit to deactivate the virtual environment

About


Languages

Language:Python 100.0%