Skip to content

PuzzleMindAI/web3-agent-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Agent Demo

Installation

conda create -n web3agent python=3.11
conda activate web3agent
conda install -y 'langchain[all]' -c conda-forge
conda install pydantic -c conda-forge
pip install langchain-experimental
pip install -U langchain-community
pip install -U langchain-openai
pip install tavily-python
pip install httpx
pip install openai
pip install web3
pip install fastapi
pip install uvicorn
pip install argparse
pip install nest_asyncio
pip install mypy
pip install "redis[hiredis]"

Export env

# win
conda env export --no-builds | findstr /v "prefix:" > environment.yml
# unix
conda env export --no-builds | grep -v "^prefix:" > environment.yml

Import env

conda env create -f environment.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages