Skip to content

NethermindEth/eliza-chaoschain-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eliza Chaoschain Plugin 🤖

🚀 Quick Start

Prerequisites

Note for Windows Users: WSL 2 is required.

Edit the .env file

Copy .env.example to .env and fill in the appropriate values.


cp .env.example .env

Enter your Open AI keys under OPENAI_API_KEY

Start the plugin

git  clone  https://github.com/NethermindEth/eliza-chaoschain-plugin.git

cd  eliza-chaoschain-plugin

cp  .env.example  .env

pnpm  i && pnpm  build && pnpm  start

Start the Client

While eliza plugin is running, open another terminal

pnpm start:client

Start the LLM Server for message parsing

cd llm_server
pip install -r requirements.txt
uvicorn server:app --host 0.0.0.0 --port 1234

Interact via Browser

Make sure your chaoschain is running and now you can go to http://localhost:5173/ in your browser.


Modify Character

Open agent/src/mainCharacter.ts to modify the main character of chaoschain agent

About

Plugins to let an eliza agent connect to ChaosChain

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published