feat: Add ADK2 Graph Asset tool - #2000
Conversation
sbhor-prog
commented
May 12, 2026
e5113ac to
2e69845
Compare
|
@sbhor-prog I don't think a specific default project id is a good idea. Can you remove the default project id, then perhaps add a check to confirm the input has been properly configured? |
|
@agold-rh Are you suggesting to get from os envrionment. |
|
@sbhor-prog That would be a reasonable solution, or you can pull it in some other way, if that makes sense to you. Whichever seems most sensible. |
2e69845 to
2b2ba8f
Compare
|
@agold-rh Please review |
04f9882 to
09b1c55
Compare
|
/gcbrun |
|
@sbhor-prog See the error messages and take a look at the exact formatting commands in /helpers/*format.sh
|
This tool enables YAML-based LLM agent workflow definition and deployment to Google Cloud Vertex AI Agent Engine. Features: - YAML-based agent definition (no code needed) - Local testing with in-memory sessions - Production deployment to Vertex AI Agent Engine - Multi-node LLM workflows - Automatic conversation memory management - Cloud Trace integration for observability Testing: - 30+ unit tests with 92% code coverage - Full documentation with examples - Local test runner included
…o set the default project for gcp_config.py. This allows users to avoid hardcoding the project name in the code, and instead rely on the environment variable to determine which project to use.
…cket name and audit table name"
a2c1c5e to
720576b
Compare
|
Rebase the feature branch. Please check @agold-rh |
|
@agold-rh |
|
/gcbrun |
|
@sbhor-prog Please see the formatting tests in /helpers/*_format.sh
|
|
/gcbrun |

