mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-31 18:28:45 -05:00
Compare commits
7 Commits
processing
...
fix-adk-js
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48794b1bf6 | ||
|
|
42bff296e3 | ||
|
|
0b40d0660e | ||
|
|
40b95f9552 | ||
|
|
5f0e15b444 | ||
|
|
635ea97ea9 | ||
|
|
bf4921158d |
@@ -77,11 +77,24 @@ run_orch_test() {
|
|||||||
setup_orch_table
|
setup_orch_table
|
||||||
|
|
||||||
cd "$orch_dir"
|
cd "$orch_dir"
|
||||||
|
|
||||||
|
echo "--- Debugging npm config for $orch_name ---"
|
||||||
|
npm config list
|
||||||
|
|
||||||
|
echo "--- Active Registry for $orch_name ---"
|
||||||
|
npm config get registry
|
||||||
|
|
||||||
|
echo "--- Inspecting .npmrc files ---"
|
||||||
|
[ -f ".npmrc" ] && echo "Local .npmrc content:" && cat .npmrc
|
||||||
|
[ -f "$HOME/.npmrc" ] && echo "Global .npmrc content:" && cat "$HOME/.npmrc"
|
||||||
|
|
||||||
|
export GPKG_DEBUG=1
|
||||||
|
|
||||||
echo "Installing dependencies for $orch_name..."
|
echo "Installing dependencies for $orch_name..."
|
||||||
if [ -f "package-lock.json" ]; then
|
if [ -f "package-lock.json" ]; then
|
||||||
npm ci
|
npm ci --loglevel verbose
|
||||||
else
|
else
|
||||||
npm install
|
npm install --loglevel verbose
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
2222
docs/en/getting-started/quickstart/js/adk/package-lock.json
generated
2222
docs/en/getting-started/quickstart/js/adk/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google/adk": "^0.1.3",
|
"@google/adk": "^0.2.4",
|
||||||
"@toolbox-sdk/adk": "^0.1.5"
|
"@toolbox-sdk/adk": "^0.1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@llamaindex/google": "^0.3.20",
|
"@llamaindex/google": "^0.4.0",
|
||||||
"@llamaindex/workflow": "^1.1.22",
|
"@llamaindex/workflow": "^1.1.22",
|
||||||
"@toolbox-sdk/core": "^0.1.2",
|
"@toolbox-sdk/core": "^0.1.2",
|
||||||
"llamaindex": "^0.12.0"
|
"llamaindex": "^0.12.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user