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 would like to work on this if you are open to a new contributor.
I am really inexperienced, but I would assume that it is the same option where you check log_to_db: bool = is_flag_true("LAVAGUE_LOG_TO_DB") and then call insert_logs() from LocalDBLogger() at the end of the function if it is true.
Yes, exactly. And then just test locally that this works as expected by installing the package from local (pip install -e ./lavague-core). You can refer to the docs on the SQLite logger to see how to check the dB logs: https://docs.lavague.ai/en/latest/docs/module-guides/local-log/
@lyie28 I added you on Discord. I got the environment set up: I cloned the repository, got an Open AI api key, upgraded the account so that it could use GPT-4o, set up the virtual environment using Poetry, and got run() to create a db file by passing in log_to_db=True as a parameter.
I got demo() to work normally as well, but when I am trying to make changes the demo() function is crashing giving me an OSError about not finding an empty port even after I pip install -e lavague-core in order to add the changes. It is also possible that I am adding the changes with log_to_db wrongly in demo(), but I will wait to hear back from you before discussing more.
The Agent
log_to_db
option was added torun()
but not todemo()
- I suggest we replicate thelog_to_db
option fordemo()
The text was updated successfully, but these errors were encountered: