Boostrix
Boostrix
The story seems to continue (significantgravitas/auto-gpt latest bdbf2bfcb8de): ` File "/app/autogpt/main.py", line 64, in run_auto_gpt motd, is_new_motd = get_latest_bulletin() File "/app/autogpt/utils.py", line 130, in get_latest_bulletin open("data/CURRENT_BULLETIN.md", "w", encoding="utf-8").write(new_bulletin) FileNotFoundError: [Errno...
I suppose, the project needs a few more Docker gurus to help review/maintain this stuff ...
as mentioned elsewhere, given the ongoing work on supporting multiple agents/projects and tasks using potentially sub-folder, it will make sense to use the workspace as a "boundary" - especially in...
right, that was exactly my point - however, parent agents may still have a valid need to access child workspaces (workers). Some of us have started tinkering with multiple projects/agents...
I have begun tinkering with different schemes to be able to "partially recover" a crashed agent's workspace to make heads and tails of leftover artefacts. The thing is, finding a...
this is more important than people may think, you need this for any sort of fitness function / training purposes - regardless of whether the LLM supports this or not,...
this should probably be using the same argument structure that other commands are using, i.e. `browse_website (might even include XSLT/XPath queries) ` PS: please consider leaving your feedback about the...
this should probably be using the same argument structure that other commands are using, i.e. `browse_website `
for starters, you could use a stack of prompt generators to process a task, whenever a current prompt seems unsuitable or needs changing (we could ask the LLM itself if...
I think we talked in #15 about using the sub-agent facility to accomplish just that, by priming each agent with a different set of goals/rules (right/left brain hemisphere). In combination...