AutoGen (autogen-core, autogen-ext[grpc], autogen-agentchat) support on Android #5412
Unanswered
MrCsabaToth
asked this question in
Packages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder how hard would it be to write an app which uses these packages (
autogen-core
,autogen-ext[grpc]
,autogen-agentchat
) for an Android app? I didn't map out all the non pure packages in the dependencies (how to do that BTW?), but I see flet already supportsgrpcio
,protobuf
,pillow
(https://pypi.flet.dev/).In order for the AI agent messaging to work one needs to start a so called "runtime", essentially a messaging bus (which under the hood uses gRPC) for the messages to be delivered - among some tasks. See here Running the Single-Threaded Agent Runtime
Even though the title says single threaded agent, technically this still means a background process.
Would flet support such scenario?
Beta Was this translation helpful? Give feedback.
All reactions