Open rsmets opened 6 days ago
Upon trying to make the package version changes myself, none of the published ai16z package versions, currently 0.1.1, 0.1.2, and 0.1.3, match this project's source code. It seems that interfacing with these packages needs to be updated for this project to be functional.
Upon trying to make the package version changes myself, none of the published ai16z package versions, currently 0.1.1, 0.1.2, and 0.1.3, match this project's source code. It seems that interfacing with these packages needs to be updated for this project to be functional.
Hello, i had the same error when i started.
What i did was to run "PNPM INSTALL" THEN "PNPM BUILD" AND FINALLY "PNPM START"
Ensure youre running node version 23
That should do.
Hi, I had the exact same issue with the following env.
$ node -v
v22.11.0
$ pnpm -v
9.14.2
pnpm build
seems to be broken in f7e0490, tried to build manually with npx tsup --format esm --dts src/*
and got the same error as OP
Was able to use the agent/src/index.ts
from https://github.com/ai16z/eliza/blob/v0.1.3-alpha.2/agent/src/index.ts (as latest atm is v0.1.3-alpha.2) reran tsup and that seems to work
We need to tag this repo and keep it inline with @ai16z/eliza
@rsmets
You should delete pnpm-lock.yaml
because it's out of date compared to the code. Then run pnpm install
again to pull the latest packages. I tried and it worked successfully.
@dadsec-dev can you share package.json and code
seems everything goes well in my local
apple@apples-MacBook-Pro eliza-starter % node -v
v23.3.0
apple@apples-MacBook-Pro eliza-starter % pnpm -v
9.8.0
the running log
◎ LOGS
Registering service:
video
["✓ Server running at http://localhost:3000/"]
> ["✓ Service browser initialized successfully"]
["✓ Service image_description initialized successfully"]
["✓ Service text_generation initialized successfully"]
["✓ Service pdf initialized successfully"]
["✓ Service speech_generation initialized successfully"]
["✓ Service transcription initialized successfully"]
["✓ Service video initialized successfully"]
["◎ Chat started. Type 'exit' to quit."]
You:
Upon a fresh
pnpm install
, runningpnpm start
errors with following output:It is not a good practice to use
latest
versions for dependencies. Please pin to a compatible version for project stability and usability.