Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some questions + in develop, getting "⛔ TypeError: plugin.actions?.forEach is not a function" when trying to load @ai16z/plugin-bootstrap #1118

Open
Laurentiu-Andronache opened this issue Dec 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Laurentiu-Andronache
Copy link

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:

cd agent; pnpm add @ai16z/plugin-bootstrap
cd ..; pnpm run build
pnpm run start --character...
  1. Any idea why I get that error from the title?
  2. 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

image

Additional context

@Laurentiu-Andronache Laurentiu-Andronache added the bug Something isn't working label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant