AutoGen (autogen-core, autogen-ext[grpc], autogen-agentchat) support on Android #2366
Unanswered
MrCsabaToth
asked this question in
Q&A
Replies: 1 comment
-
BeeWare's Android support is mostly handled by Chaquopy, so let's continue the discussion in chaquo/chaquopy#1390. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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?).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 BeeWare support such scenario?
Beta Was this translation helpful? Give feedback.
All reactions