This pull request integrates a FastAPI application for task solving and code execution. It replaces the previous method of fetching and manipulating chat data with API calls to a FastAPI application.
Summary
Imported node-fetch in app/actions.ts to make API calls.
Replaced the method of getting a chat in getChat function with an API call.
Replaced the method of clearing chats in clearChats function with an API call.
Replaced the method of sharing a chat in shareChat function with an API call.
Error handling has been added for all the API calls.
Removed the previous method of fetching and manipulating chat data using kv.hgetall and kv.pipeline.
Fixes #1.
π Latest improvements to Sweep:
New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
PR Feedback (click)
Description
This pull request integrates a FastAPI application for task solving and code execution. It replaces the previous method of fetching and manipulating chat data with API calls to a FastAPI application.
Summary
node-fetch
inapp/actions.ts
to make API calls.getChat
function with an API call.clearChats
function with an API call.shareChat
function with an API call.kv.hgetall
andkv.pipeline
.Fixes #1.
π Latest improvements to Sweep:
π‘ To get Sweep to edit this pull request, you can: