- Need node Node.js 23+
- pnpm 9+
- set node version
pnpm env use --global 23.3.0
- git clone git@github.com:moxie-protocol/moxie-agent-skills.git
- cd moxie-agent-skills
- Create a new branch from
maingit checkout -b <new-branch>
pnpm install --no-frozen-lockfilepnpm build- Setup .env file. By default, the Moxie Character uses OpenAI model thus need OpenAI API key
- Run agent
pnpm start - Run client
pnpm start:client
Once the client is running, you'll see a message like this:
➜ Local: http://localhost:5173/
pnpm install --no-frozen-lockfilepnpm buildpnpm start:registry
- If getting error related to sharp package
/node_modules/sharpthen set Env varexport SHARP_IGNORE_GLOBAL_LIBVIPS=1 - If getting SQLITE error on embedding vector size differet, then simply delete the local sqlite under
agent/data/db.sqliteand re-run the agent again