Skip to content

Commit 37a6c6d

Browse files
authored
Add more information on the Angular Orchestrator app README. (#237)
1 parent c1b90a2 commit 37a6c6d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

angular/projects/orchestrator/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Orchestrator
22

3-
Sample application using the Chat-Canvas component working with multiple A2A and A2UI Agents.
3+
Sample application using the Chat-Canvas component orchestrating multiple A2A and A2UI Agents.
4+
5+
This angular app connects to an Orchastrator Agent which takes user messages and delegates tasks to its subagents based on the assessed context.
46

57
## Prerequisites
68

79
1. [nodejs](https://nodejs.org/en)
810
2. GoogleMap API ([How to get the API key](https://developers.google.com/maps/documentation/javascript/get-api-key))
9-
3. An endpoint hosting the A2AService
11+
3. An endpoint hosting all of the A2AService. ([Review the instructions on how to run Orchestrator A2AService connecting to multiple A2A/A2UI Agents](../../../a2a_agents/python/adk/samples/orchestrator/README.me).)
1012

1113
## Running
1214

1315
1. Update the `src/environments/environment.ts` file with your Google Maps API key.
1416
2. Build the shared dependencies by running `npm run build` in the `renderers/lit` directory
1517
3. Install the dependencies: `npm i`
16-
4. Run the A2A server for an agent
18+
4. Run the A2A server for all of the agents. ([Link to instructions](../../../a2a_agents/python/adk/samples/orchestrator/README.me))
1719
5. Run the app:
1820

1921
- `npm start -- orchestrator`

0 commit comments

Comments
 (0)