yoheinakajima / babyagi

MIT License
19.9k stars 2.61k forks source link

Dispay running task to webpage in realtime using websockets #201

Open cocofemi opened 1 year ago

cocofemi commented 1 year ago

Is there a way to display the running tasks currently shown in the console to a websocket running in python flask? Currently what i get is the final output of the script {'objective': 'Write a weather report for SF today'}.

francip commented 1 year ago

Not at the moment. There is some effort to add a real-time monitoring, so hopefully soon.