File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ a2a_customer_routing/
90901 . ** 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
96962 . ** Install dependencies**
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments