distributed-a2a 0.1.9rc1__py3-none-any.whl → 0.1.9rc3__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 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):
@@ -22,7 +22,7 @@ class AgentRegistryLookup:
22
22
  self.registry_url = registry_url
23
23
 
24
24
  def get_agent_cards(self) -> list[dict]:
25
- response = requests.get(url=f"{self.registry_url}/agent-cards", timeout=30)
25
+ response = requests.get(url=f"{self.registry_url}/agent-cards")
26
26
  response.raise_for_status()
27
27
  return response.json()
28
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.9rc1
3
+ Version: 0.1.9rc3
4
4
  Summary: A library for building A2A agents with routing capabilities
5
5
  Home-page: https://github.com/Barra-Technologies/distributed-a2a
6
6
  Author: Fabian Bell
@@ -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=7J6kWrQkuIJN7C0MPIBCxTXd0VpRc0k4SrJQEGsP6gs,3509
6
- distributed_a2a/registry.py,sha256=hwG3f2eqny6eSNsPdJnxlf6jFA-K8flO3loJXGmc5bg,2144
5
+ distributed_a2a/model.py,sha256=x-Es1WIm-MMBMizD3CePXf04mpWLiqRCYbz61KGDLRc,3535
6
+ distributed_a2a/registry.py,sha256=2QDxCY02tkI8MsLA4JPYEzFSV4LuuKPtCVVx-u8BniU,2132
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.9rc1.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
- distributed_a2a-0.1.9rc1.dist-info/METADATA,sha256=sg-7P5KRNiVTtRO6Ky9VvcBcK36YjLJIqzGTgrOyCWg,3198
11
- distributed_a2a-0.1.9rc1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- distributed_a2a-0.1.9rc1.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
- distributed_a2a-0.1.9rc1.dist-info/RECORD,,
9
+ distributed_a2a-0.1.9rc3.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
+ distributed_a2a-0.1.9rc3.dist-info/METADATA,sha256=NnFNHvRze9Vek50olcsBZ7RjnWZLOsj92EKTNq0xLtE,3198
11
+ distributed_a2a-0.1.9rc3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ distributed_a2a-0.1.9rc3.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
+ distributed_a2a-0.1.9rc3.dist-info/RECORD,,