File tree Expand file tree Collapse file tree 7 files changed +44
-2408
lines changed
google_adk/calendar_agent Expand file tree Collapse file tree 7 files changed +44
-2408
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ description = "Calendar agent example"
55readme = " README.md"
66requires-python = " >=3.10"
77dependencies = [
8- " a2a" ,
8+ " a2a-sdk " ,
99 " click>=8.1.8" ,
1010 " dotenv>=0.9.9" ,
1111 " httpx>=0.28.1" ,
1212 " google-genai>=1.9.0" ,
1313 " google-adk>=0.0.3" ,
1414 " pydantic>=2.11.4" ,
1515 " python-dotenv>=1.1.0" ,
16+ " uvicorn>=0.34.2" ,
1617]
1718
1819[tool .hatch .build .targets .wheel ]
1920packages = [" ." ]
2021
2122[tool .uv .sources ]
22- a2a = { workspace = true }
23+ a2a-sdk = { workspace = true }
2324
2425[build-system ]
2526requires = [" hatchling" ]
Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ description = "HelloWorld agent example that only returns Messages"
55readme = " README.md"
66requires-python = " >=3.13"
77dependencies = [
8- " a2a" ,
8+ " a2a-sdk " ,
99 " click>=8.1.8" ,
1010 " dotenv>=0.9.9" ,
1111 " httpx>=0.28.1" ,
1212 " langchain-google-genai>=2.1.4" ,
1313 " langgraph>=0.4.1" ,
1414 " pydantic>=2.11.4" ,
1515 " python-dotenv>=1.1.0" ,
16+ " uvicorn>=0.34.2" ,
1617]
1718
1819[tool .hatch .build .targets .wheel ]
1920packages = [" ." ]
2021
2122[tool .uv .sources ]
22- a2a = { workspace = true }
23+ a2a-sdk = { workspace = true }
2324
2425[build-system ]
2526requires = [" hatchling" ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ description = "Currency conversion agent example"
55readme = " README.md"
66requires-python = " >=3.13"
77dependencies = [
8- " a2a" ,
8+ " a2a-sdk " ,
99 " click>=8.1.8" ,
1010 " dotenv>=0.9.9" ,
1111 " httpx>=0.28.1" ,
1212 " langchain-google-genai>=2.1.4" ,
1313 " langgraph>=0.4.1" ,
1414 " pydantic>=2.11.4" ,
1515 " python-dotenv>=1.1.0" ,
16+ " uvicorn>=0.34.2" ,
1617]
1718
1819[tool .hatch .build .targets .wheel ]
1920packages = [" ." ]
2021
2122[tool .uv .sources ]
22- a2a = { workspace = true }
23+ a2a-sdk = { workspace = true }
2324
2425[build-system ]
2526requires = [" hatchling" ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
2- name = " a2a"
2+ name = " a2a-sdk "
33version = " 0.2.0"
44description = " A2A Python SDK"
55readme = " README.md"
66requires-python = " >=3.13"
77dependencies = [
88 " httpx>=0.28.1" ,
99 " httpx-sse>=0.4.0" ,
10- " mypy>=1.15.0" ,
1110 " opentelemetry-api>=1.33.0" ,
1211 " opentelemetry-sdk>=1.33.0" ,
1312 " pydantic>=2.11.3" ,
1413 " sse-starlette>=2.3.3" ,
1514 " starlette>=0.46.2" ,
1615 " typing-extensions>=4.13.2" ,
17- " uvicorn>=0.34.2" ,
1816]
1917
18+ [tool .hatch .build .targets .wheel ]
19+ packages = [" src/a2a" ]
20+
2021[tool .pytest .ini_options ]
2122testpaths = [" tests" ]
2223python_files = " test_*.py"
@@ -37,6 +38,7 @@ members = [
3738[dependency-groups ]
3839dev = [
3940 " datamodel-code-generator>=0.30.0" ,
41+ " mypy>=1.15.0" ,
4042 " pytest>=8.3.5" ,
4143 " pytest-asyncio>=0.26.0" ,
4244 " pytest-cov>=6.1.1" ,
You can’t perform that action at this time.
0 commit comments