You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this in the character file: "plugins": ["@ai16z/plugin-node", "@ai16z/plugin-image-generation", "@ai16z/plugin-bootstrap"],. The first two plugins work.
I did:
cd agent; pnpm add @ai16z/plugin-bootstrap
cd ..; pnpm run build
pnpm run start --character...
Any idea why I get that error from the title?
Did I have to run build again?
Unrelated:
3. Why do I have packages in both agent/ and packages/?
4. Which of the above folders is used in pnpm run vs pnpm run dev?
5. If I understood correctly, I have to run pnpm run build every time I modify something from packages/. Correct?
To Reproduce
Expected behavior
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I have this in the character file:
"plugins": ["@ai16z/plugin-node", "@ai16z/plugin-image-generation", "@ai16z/plugin-bootstrap"],
. The first two plugins work.I did:
Unrelated:
3. Why do I have packages in both agent/ and packages/?
4. Which of the above folders is used in
pnpm run
vspnpm run dev
?5. If I understood correctly, I have to run
pnpm run build
every time I modify something from packages/. Correct?To Reproduce
Expected behavior
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: