Toran Bruce Richards
Toran Bruce Richards
Add WebSearch block for searching the web with Jina Reader - tested and working.
Adds a new example agent, this time an Advanced LLM Chatbot with full conversation History. The content window in this example is not managed, so will grow indefinitely. The Chatbot...
Don't pay too close attention to my terrible mock-up, but instances with an active status need a way to be stopped.It would also likely make sense to add this feature...
[Server] Graciously handle failed/stopped/canceled runs -> fix incorrect node execution status in DB
The status' on this page should be true at all times, let's implement some sort of liveness probe to ensure these are always accurate.
We need a few example agents to get people familiar with the system. We've had users request this, and currently we have only one.
We need to be able to visualise the queues of data waiting on each input pin to properly understand what's happening at every point.Just spoke to @kpczerwinski about this who...
This change adds a Google Sheets Integration using a OAuth2 Google Sign-in flow.| This is a primitive implementation for now, with the authorisation token living purely on the block itself...
### Background This was requested by a couple of users and I've felt the need two when building agents. ### Changes 🏗️ The AITextSummarizerBlock in the autogpt_platform/backend/backend/blocks/llm.py file has been...
### Background We want to be able to previous images and videos in the Builder. ### Changes 🏗️ This change checks if an output url points to an image or...