eliza 101

Start Your Eliza Agent (draft)

启动你的Agent

快速启动

git clone https://github.com/elizaos/eliza.git
git checkout ${tag}
git submodule update --init

编辑 .env

基本配置

编辑 character.json

启动你的 agent

pnpm run start --character=characters/${your}.json

On this page