distributed-a2a 0.1.9rc1__py3-none-any.whl → 0.1.9rc2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- distributed_a2a/model.py +1 -1
- {distributed_a2a-0.1.9rc1.dist-info → distributed_a2a-0.1.9rc2.dist-info}/METADATA +1 -1
- {distributed_a2a-0.1.9rc1.dist-info → distributed_a2a-0.1.9rc2.dist-info}/RECORD +6 -6
- {distributed_a2a-0.1.9rc1.dist-info → distributed_a2a-0.1.9rc2.dist-info}/WHEEL +0 -0
- {distributed_a2a-0.1.9rc1.dist-info → distributed_a2a-0.1.9rc2.dist-info}/licenses/LICENSE +0 -0
- {distributed_a2a-0.1.9rc1.dist-info → distributed_a2a-0.1.9rc2.dist-info}/top_level.txt +0 -0
distributed_a2a/model.py
CHANGED
|
@@ -19,7 +19,7 @@ class RegistryItemConfig(BaseModel):
|
|
|
19
19
|
|
|
20
20
|
class RegistryConfig(BaseModel):
|
|
21
21
|
agent: RegistryItemConfig = Field(description="The agent registry configuration")
|
|
22
|
-
mcp: RegistryItemConfig = Field(description="The mcp registry configuration")
|
|
22
|
+
mcp: Optional[RegistryItemConfig] = Field(description="The mcp registry configuration", required=False)
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
class LLMConfig(BaseModel):
|
|
@@ -2,12 +2,12 @@ distributed_a2a/__init__.py,sha256=gO8sTT20O6XvDRzj7B322O9v6HxV-_eIlJD1wMlPYoI,1
|
|
|
2
2
|
distributed_a2a/agent.py,sha256=qY775N3Br2YMuaHLALU4t6MO47syuEoTtFLLPRr8TyA,2910
|
|
3
3
|
distributed_a2a/client.py,sha256=3tEBqu3HKEQyOFk5vsO1YiuKP2pZx-n6SCzsJUYNcyc,4601
|
|
4
4
|
distributed_a2a/executors.py,sha256=1toayqLUan0f1INyMo5v02L9uCHMq6hp1gf0jVdjX6I,7152
|
|
5
|
-
distributed_a2a/model.py,sha256=
|
|
5
|
+
distributed_a2a/model.py,sha256=x-Es1WIm-MMBMizD3CePXf04mpWLiqRCYbz61KGDLRc,3535
|
|
6
6
|
distributed_a2a/registry.py,sha256=hwG3f2eqny6eSNsPdJnxlf6jFA-K8flO3loJXGmc5bg,2144
|
|
7
7
|
distributed_a2a/router.py,sha256=SRYBgLiN4j7JDIKb_9D8ypJxqVYs_fFlG5dgWYIbF7o,1803
|
|
8
8
|
distributed_a2a/server.py,sha256=JVIcdjyjtVhP-YTeoaOb0R7d0honC_JPR0aQfJ4P_SQ,3434
|
|
9
|
-
distributed_a2a-0.1.
|
|
10
|
-
distributed_a2a-0.1.
|
|
11
|
-
distributed_a2a-0.1.
|
|
12
|
-
distributed_a2a-0.1.
|
|
13
|
-
distributed_a2a-0.1.
|
|
9
|
+
distributed_a2a-0.1.9rc2.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
10
|
+
distributed_a2a-0.1.9rc2.dist-info/METADATA,sha256=45pKsZUMAPpxE-p-v-k_ek6uSnxANe7aNMSRBIeLHfQ,3198
|
|
11
|
+
distributed_a2a-0.1.9rc2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
12
|
+
distributed_a2a-0.1.9rc2.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
|
|
13
|
+
distributed_a2a-0.1.9rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|