airtai / fastagency

The fastest way to bring multi-agent workflows to production.
https://fastagency.ai/latest
Apache License 2.0
11 stars 3 forks source link

Create Mesop app that in the same process runs Autogen #47

Closed davorinrusevljan closed 14 hours ago

davorinrusevljan commented 2 weeks ago

Managed to get 2 way communication between Mesop app and Autogen getting through, while enabling streaming of Autogen responses.

One notable snag is that in Mesop state variable it is not possible to have Queue objects and similar, since the state gets serialized and deserialized around. So some kind of registry is needed, and only Id gets stored in Mesop state.

What needs to be done next is to orhanize conversation in Mesop app into smaller chunks of [(User provided input, Stream of autogen responses)]

davorrunje commented 14 hours ago

Can we close this?