BlockAGI
BlockAGI copied to clipboard
Your Self-Hosted, Hackable Research Agent Inspired by AutoGPT
strip "```json" from json.load() decoding
gpt-4-1106-preview includes a preamble "```json" in its json responses. This crashes the app by breaking JSON decoding via json.loads() in - plan.py - evaluate.py - narrate.py gpt-4-1106 json responses: ...
Have you guys stopped working on this?
https://blog.langchain.dev/automating-web-research/ Might be useful to this project
We should migrate BlockAGI to [LLFn](https://github.com/orgexyz/LLFn). Using LLFn (and LangChain in the backend) will allow BlockAGI codebase to scale more and easier to improve.
I was hoping to get some guidance on how to get GPT4ALL to drive BlockAGI instead of using gpt3.5. Any chance you could test this and offer up configuration .env...
1. Very cool tool! The first AGI i've tried that works, is beautiful and easy to install. 2. Curious about a couple of things: - Is it possible to incorporate...
as stated in the title, for systems that can have problems using poetry (Like NixOS)
Maybe it's just an impression, but I find that BlockAGI consumes a lot of tokens compared to AgentGPT or SuperAGI.