I'm following the directions here: https://github.com/agentlang-ai/agentlang-cli?tab=readme-ov-file#quick-start and ran into this error:
~/MyApp$ agent run
loading ./src/core.al
Module MyApp.core loaded
DriverPackageNotInstalledError: SQLite package has not been found installed. Please run "npm install sqlite3".
Had to do npm install sqlite3 explicitly to workaround,
I'm following the directions here: https://github.com/agentlang-ai/agentlang-cli?tab=readme-ov-file#quick-start and ran into this error:
Had to do
npm install sqlite3explicitly to workaround,