mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-11 15:45:06 -05:00
Added quickstart_test.py files for each Python sample, which compile and run the agent as a standalone application to validate its end-to-end functionality. The test condition ensures the sample runs to completion and produces an output which confirms the agent is not breaking. Additionally, i introduced a secondary check for essential keywords from a golden.txt file, logging their presence without failing the test. Running test file: execute this cmd from terminal ``` ORCH_NAME=adk pytest ``` ---------
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
langchain==0.3.27
|
|
langchain-google-vertexai==2.0.28
|
|
langgraph==0.6.7
|
|
toolbox-langchain==0.5.0
|
|
pytest==8.4.2
|