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
Update test-demo01-eliza.mjs to properly import ES6 modules instead of
using eval(). The previous approach broke after converting Demo 01 to
ES6 modules.
Changes:
- Import PatternMatcher and ElizaEngine using dynamic import()
- Use pathToFileURL() to convert file paths to proper URLs
- Add mock fetch() function for loading rules
- Remove eval() code that doesn't work with ES6 import statements
All 144 tests now passing.
Fixes CI test failure for Demo 01.
0 commit comments