Skip to content

Commit 28691b5

Browse files
committed
feat: added add new scripts for samples: contact-lookup, orchestrator, rizzcharts and rizzcharts
1 parent 2e373b4 commit 28691b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

samples/client/lit/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
"scripts": {
1212
"serve:agent:restaurant": "cd ../../agent/adk/restaurant_finder && uv run .",
1313
"serve:agent:contact_lookup": "cd ../../agent/adk/contact_lookup && uv run .",
14-
"serve:agent:contact_multi_surface": "cd ../../agent/adk/contact_multiple_surfaces && uv run .",
14+
"serve:agent:rizzcharts": "cd ../../agent/adk/rizzcharts && uv run .",
15+
"serve:agent:orchestrator": "cd ../../agent/adk/orchestrator && uv run .",
1516
"serve:shell": "cd shell && npm run dev",
1617
"build:renderer": "cd ../../../renderers/lit && npm install && npm run build",
1718
"demo:all": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,REST,CONT1\" -c \"magenta,blue,green\" \"npm run serve:shell\" \"npm run serve:agent:restaurant\" \"npm run serve:agent:contact_lookup\"",
18-
"demo:restaurant": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,REST\" -c \"magenta,blue\" \"npm run serve:shell\" \"npm run serve:agent:restaurant\""
19+
"demo:restaurant": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,REST\" -c \"magenta,blue\" \"npm run serve:shell\" \"npm run serve:agent:restaurant\"",
20+
"demo:contact": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,CONT1\" -c \"magenta,green\" \"npm run serve:shell\" \"npm run serve:agent:contact_lookup\"",
21+
"demo:rizzcharts": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,RIZZ\" -c \"magenta,yellow\" \"npm run serve:shell\" \"npm run serve:agent:rizzcharts\"",
22+
"demo:orchestrator": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,ORCH\" -c \"magenta,cyan\" \"npm run serve:shell\" \"npm run serve:agent:orchestrator\""
1923
},
2024
"devDependencies": {
2125
"concurrently": "9.2.1"

0 commit comments

Comments
 (0)