Kyle Shrader
Kyle Shrader
Also I would recommend adding `__pycache__/` to your gitignore and removing them from your tracked files.
> Have you tried to change / edit the prompts within each of the agent functions to explore what if would work. This would be prompt engineering. A little bit,...
One solution would be to use the following command to write to a file while also displaying in the terminal. `python3 -u babyagi.py 2>&1 | tee output.txt` Another would be...
I like the idea of separating id and priority. In my concept repo #80 I made an id that gets updated by prioritizer. But maybe that should be the priority...
In the meantime, developers looking to use this in their projects in other languages can set up a python API server and execute LMQL queries that way.
Is the cause for this known? Could it be a permissions or folder ownership issue? I haven't been able to solve it on my end, other than using the manual...
This is still an issue as of 4.1.1
Line 131 of https://github.com/breach/breach_core/blob/master/lib/core_tabs.js Also I think the tabs_state has this information (shrug)
Have you tried renaming gw2hook's d3d9.dll to d3d9_mchain.dll?
I've got the following: ``` gw2mounts = d3d9.dll arcdps = d3d9_mchain.dll gw2hook = d3d9_chainload.dll ```