You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/projects/orchestrator/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
1
# Orchestrator
2
2
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.
4
6
5
7
## Prerequisites
6
8
7
9
1.[nodejs](https://nodejs.org/en)
8
10
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).)
10
12
11
13
## Running
12
14
13
15
1. Update the `src/environments/environment.ts` file with your Google Maps API key.
14
16
2. Build the shared dependencies by running `npm run build` in the `renderers/lit` directory
15
17
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))
0 commit comments