Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/client/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"serve:agent:restaurant": "cd ../../agent/adk/restaurant_finder && uv run .",
"serve:agent:contact_lookup": "cd ../../agent/adk/contact_lookup && uv run .",
"serve:agent:rizzcharts": "cd ../../agent/adk/rizzcharts && uv run .",
"serve:agent:orchestrator": "cd ../../agent/adk/orchestrator && uv run .",
"serve:agent:orchestrator": "cd ../../agent/adk/orchestrator && uv run . --subagent_urls=http://localhost:10003 --subagent_urls=http://localhost:10004 --subagent_urls=http://localhost:10005",
"serve:shell": "cd shell && npm run dev",
"build:renderer": "cd ../../../renderers/web_core && npm install && npm run build && cd ../lit && npm install && npm run build",
"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\"",
"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\"",
"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\"",
"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\"",
"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\""
"demo:orchestrator": "npm install && npm run build:renderer && concurrently -k -n \"SHELL,REST,CONT,RIZZ,ORCH\" -c \"magenta,blue,green,yellow,cyan\" \"npm run serve:shell\" \"cd ../../agent/adk/restaurant_finder && uv run . --port=10003\" \"cd ../../agent/adk/contact_lookup && uv run . --port=10004\" \"cd ../../agent/adk/rizzcharts && uv run . --port=10005\" \"npm run serve:agent:orchestrator\""
},
"devDependencies": {
"concurrently": "9.2.1"
Expand Down