jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

When starting the app with --workspace and a file that doesn't exist, a new workspace file should be created #80

Open jawa0 opened 4 months ago

jawa0 commented 4 months ago

Currently, if you start the app with python aish3.py --workspace new.json and new.json does not exist, you'll get error logs that the file doesn't exist and open a blank workspace. Instead, create a new empty workspace file with that name.