eliasecchig
eliasecchig
PR that fixes the path to run the notebook in Colab / Workbench for: - language/examples/document-qa/question_answering_large_documents.ipynb - language/examples/document-qa/question_answering_large_documents_langchain.ipynb - language/examples/document-summarization/summarization_large_documents.ipynb - language/examples/document-summarization/summarization_large_documents_langchain.ipynb This PR also adds GroceryBot, a sample assistant...
Hi all, I am trying to export programmatically a view as HTML file. Do you know if this is already possible? My objective is to enable tools without an UI...
# Description Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ]...
We can automatically populate the main agent readme with some helpful prompts to start interacting with the agent.
**Proposed Solution:** Wrap the existing Agent Engine Starter Pack as a Multi-Client Protocol (MCP) server. **Motivation:** Offer a simple experience to develop agents in Agent Engine. **Key Capabilities/Benefits:** * **Unified...
We want to showcase a sample using Pydantic AI and A2A The challenge here would be to make sure telemetry is flowing to BigQuery using GenAI conventions.
We want to showcase an ADK agent capable of interacting with [MCP Toolbox ](https://github.com/googleapis/genai-toolbox). This will also introduce a new datastore type, along Vertex Search and Vector Search. Expected components:...
Every agent in the repository should follow A2A Protocol. This will require changing the streamlit UI to support A2A
Currently, the Live API Agent sample doesn't offer two key features **that** will be important when running in production: 1. **Transcription:** This is important for **users with hearing impairments** and...