Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser error integration #58

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Conversation

supercrafter100
Copy link
Collaborator

This PR does the following:

  • Add a socket.io server listening on port 4025
  • Add a socket.io library to the index.html file
  • Add an errorCatcher.js file that will catch any errors thrown in the browser and send them to the socket.io server
  • Reload browser when queue has finished processing and streaming is finished.
  • Prompt model to fix it's mistakes after 1 second of not receiving any errors
  • Add ability to disable fixing it's own errors using a command

@supercrafter100
Copy link
Collaborator Author

This PR uses #56 as the base branch to use the Agent#isStreaming property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants