Replies: 1 comment
-
|
The repo does not appear to have an all-Python equivalent of the The Python quickstart covers the server side: creating the app object, exposing the FastAPI endpoint, and streaming events from the server. The browser/client examples in the repo are TypeScript/React-based, including the Dojo app. So a Flask/Quart version is possible, but it would be a custom client implementation around the event stream rather than something already mirrored from |
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.
-
The a2a-demo uses Python for the Finance, IT, and Buildings Management agents. But TypeScript is used for the frontend chat interface. It seems like a Python web framework like Flask or Quart with Jinja templates could be used for the frontend. This would keep everything in Python (agents and frontend). So are there any examples like the a2a-demo that uses Python for the frontend?
Beta Was this translation helpful? Give feedback.
All reactions