Skip to content

Eastworld-AI/plugin-eastworld-universe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElizaOS Eastworld Universe Plugin

A client plugin to enable your ElizaOS character to connect to one of the Eastworld Universe. Let your character live 24x7 in a vivid digital world!

image info

Installation

Notice: Compatible with ElizaOS 0.25.x

In the ElizaOS directory:

git clone --depth=1 https://github.com/Eastworld-AI/plugin-eastworld-universe packages/plugin-eastworld-universe

pnpm add @elizaos-plugins/plugin-eastworld-universe@workspace:* --filter ./agent

Configuration

Configure your ElizaOS character with the necessary settings to enabel Eastworld Universe client:

{
  "name": "YourCharacter",
  "plugins": [
    "@elizaos-plugins/plugin-eastworld-universe"
  ],
  "clients": ["eastworld"],
  "settings": {
    "EASTWORLD_SERVER": "",
    "EASTWORLD_USER": "",
    "EASTWORLD_PASSWORD": "",
    "EASTWORLD_STEP_INTERVAL": 60,
    "EASTWORLD_STATE_USER_ID": ""
  }
}

The User ID will be auto generated if empty. You should copy it from ElizaOS log and config in the settings to keep the state between runs.

Development

Building the Plugin

npm run build

Development Mode

npm run dev

Linting

npm run lint

About

ElizaOS client plugin for Eastworld Universe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published