bonadio / autogenwebdemo

Simple implementation of Autogen with FastApi backend and React frontend
MIT License
104 stars 33 forks source link

Non Responsive UI/endpoint untill previous tasks are completed #10

Open amzker opened 2 months ago

amzker commented 2 months ago

scenario: 10 people are communicating

suppose one requests to get document from sql database , one request to gather wether and all. Until previous function call from agent is not completed, other user functions are on wait. and UI becomes non responsive till Userproxy is free from executing this functions. no new chat can be created