diff --git a/samples/client/lit/package.json b/samples/client/lit/package.json index 6bf74d9b4..6fbfeda2d 100644 --- a/samples/client/lit/package.json +++ b/samples/client/lit/package.json @@ -10,12 +10,12 @@ "scripts": { "serve:agent:restaurant": "cd ../../agent/adk/restaurant_finder && uv run .", "serve:agent:contact_lookup": "cd ../../agent/adk/contact_lookup && 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 && for dir in 'web_core' 'markdown/markdown-it' 'lit'; do (cd \"$dir\" && npm install && npm run build); done", "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: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\" \"npm run serve:agent:restaurant -- --port=10003\" \"npm run serve:agent:contact_lookup -- --port=10004\" \"npm run serve:agent:rizzcharts -- --port=10005\" \"npm run serve:agent:orchestrator\"" }, "devDependencies": { "concurrently": "9.2.1"