Skip to content

Commit 02c1ad8

Browse files
authored
Merge pull request #3 from cyberholics/a2a-customer-routing
updated readme
2 parents 4de53e7 + 86328a8 commit 02c1ad8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

a2a_customer_routing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ a2a_customer_routing/
9090
1. **Clone the repository**
9191
```bash
9292
git clone https://github.com/Astrodevil/ADK-Agent-Examples.git
93-
cd ADK-Agent-Examples/a2a_customer_routing
93+
cd ADK-Agent-Examples
9494
```
9595

9696
2. **Install dependencies**
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
a2a-sdk
2-
google-adk
3-
google-genai
4-
httpx
5-
litellm
6-
llama-index-core
7-
nest-asyncio
8-
python-dotenv
9-
requests
10-
uvicorn
11-
llama-index-llms-nebius
12-
llama-index-embeddings-nebius
13-
streamlit
1+
a2a-sdk==0.2.8
2+
google-adk==1.2.1
3+
google-genai==1.19.0
4+
httpx==0.28.1
5+
litellm==1.72.2
6+
llama-index-core==0.12.40
7+
llama-index-embeddings-nebius==0.3.1
8+
llama-index-llms-nebius==0.1.2
9+
nest-asyncio==1.6.0
10+
python-dotenv==1.1.1
11+
requests==2.32.3
12+
streamlit==1.37.1
13+
uvicorn==0.34.2

0 commit comments

Comments
 (0)