No Description

Shaw 7933c19e02 Merge pull request #4 from leonprou/fix/loading-plugins 8 months ago
characters be19fb1846 use characters from latest release v0.1.4-alpha.3 9 months ago
src f5fcbfd573 Loading of plugins handled in the agent runtime 8 months ago
.env.example fed6d0306d env 9 months ago
.gitignore fed6d0306d env 9 months ago
LICENSE 23277073d1 Initial commit 9 months ago
README.md fed6d0306d env 9 months ago
package.json fed6d0306d env 9 months ago
pnpm-lock.yaml 0434a9767c init 9 months ago
tsconfig.json 0434a9767c init 9 months ago

README.md

Eliza

  1. Copy .env

    cp .env.example .env
    

Fill out the .env file with your own values.

  1. Install dependencies

    pnpm i && pnpm start