Replies: 2 comments 1 reply
-
|
I was also searching for an easier method to integrate the chat interface in our application. Without debug features. Is there any mechanism? |
Beta Was this translation helpful? Give feedback.
-
|
Hi 👋 If you're looking for a way to move your ADK agents beyond the local I've been building it as an open-source ecosystem that provides a unified connector layer for Google ADK agents, allowing them to be exposed as messaging bots with minimal setup and boilerplate. Currently Supported Platforms
The Python package is already published and can be installed via: pip install adk-connectorFor developers working with Node.js/TypeScript, there's also adk-connector-js available on npm. I've also contributed documentation and setup guides to the If you'd like to try it out, I'd be happy to hear any feedback, feature requests, or issues you encounter. Repository: https://github.com/Harshk133/adk-connector Hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While the Web UI has been great for testing and proving out the AI agent features, I realized there should be an easier way to put a custom UI over the agents.
I've had 2 proof of concept projects and the application of a custom UI was not easy and not documented. Setting the variable web=False in the get_fast_api_app was not intuitive, in addition to adding the custom frontend files.
Beta Was this translation helpful? Give feedback.
All reactions