tyler-suard-parker

Results 24 comments of tyler-suard-parker

@Risingabhi Could you give some more details about your implementation? Where are you declaring the server, client, etc?

I just tried @Risingabhi 's implementation, it does not work with streaming, it just sends the complete message to a socket, not the chunks.

I found a solution for this. I am using a singleton class in a file in the autogen/oai directory. I import that singleton class into my top script, and I...

@davorrunje I agree and I would be happy to do it, but my use case is very specific. I am running on Azure Web Apps and returning a stream to...

All, I finally bit the bullet and figured out how to do this, I just instantiated a websocket at the top level, and then passed that down as a parameter...

@victordibia Thank you for your input. I understand that the interactions between agents are sequential. Our agent interaction is something like this: 1. Agent receives question (0 seconds) 2. Agent...

Thank you @victordibia ! @ragyabraham I am sure this is a common use case. I want to be able to stream just the last message to my front end, as...

@ragyabraham Thank you so much for your help! I was not able to get your branch to run, I opened an issue. For my use case, I am using a...

@ekzhu @davorrunje @LittleLittleCloud Let's keep in mind also that because AutoGen is easy for beginners to use, it would be great if the middlewares are easy for beginners to understand...

Yes, I'm sorry about that, SSE stands for server-sent events, which is, from what I understand, how ChatGPT streams information to its UI.