distributed-a2a 0.1.9rc9__py3-none-any.whl → 0.1.9rc11__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.
@@ -30,7 +30,7 @@ class RoutingAgentExecutor(AgentExecutor):
30
30
  api_key = os.environ.get(agent_config.agent.llm.api_key_env)
31
31
  if api_key is None:
32
32
  raise ValueError("No API key found for LLM.")
33
- self.mcp_registry = McpRegistryLookup(registry_url=agent_config.registry.mcp.url)
33
+ self.mcp_registry = McpRegistryLookup(registry_url=agent_config.agent.registry.mcp.url)
34
34
  self.agent_config = agent_config
35
35
  self.registered_tools = {}
36
36
  self.api_key = api_key
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.9rc9
3
+ Version: 0.1.9rc11
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
@@ -22,6 +22,7 @@ License-File: LICENSE
22
22
  Requires-Dist: langchain==1.2.3
23
23
  Requires-Dist: langchain-core==1.2.7
24
24
  Requires-Dist: langchain-openai==1.1.7
25
+ Requires-Dist: langchain_mcp_adapters==0.2.1
25
26
  Requires-Dist: langgraph==1.0.5
26
27
  Requires-Dist: langgraph-dynamodb-checkpoint==0.2.6.4
27
28
  Requires-Dist: pydantic==2.12.5
@@ -1,13 +1,13 @@
1
1
  distributed_a2a/__init__.py,sha256=gO8sTT20O6XvDRzj7B322O9v6HxV-_eIlJD1wMlPYoI,171
2
2
  distributed_a2a/agent.py,sha256=qY775N3Br2YMuaHLALU4t6MO47syuEoTtFLLPRr8TyA,2910
3
3
  distributed_a2a/client.py,sha256=3tEBqu3HKEQyOFk5vsO1YiuKP2pZx-n6SCzsJUYNcyc,4601
4
- distributed_a2a/executors.py,sha256=Y_9E4gAFBfcBlbXmxKoW_3TSFuTqV4AmqrsajNo6F7Q,9381
4
+ distributed_a2a/executors.py,sha256=3W2bzoiOjPKXY5uAeUdMVjykhG6IKv5Azse7Ssa3KU8,9387
5
5
  distributed_a2a/model.py,sha256=rW9jY0OIR8L_I77zz47JQMd-ucQQnnfNw_HIS-YvrcM,3533
6
6
  distributed_a2a/registry.py,sha256=lTXdS3PHXXMPXNjZDxyNRJjhJ1uZJOxgOgpokQp7boc,2050
7
7
  distributed_a2a/router.py,sha256=l1kDn5_iYNq6QZj8JsouLC6zz5vdK-qGSpj4KODwXY8,1834
8
8
  distributed_a2a/server.py,sha256=-__c-BKzJWSXpW21NOp6faUIdjWV_o32jqv42_lPi2g,3352
9
- distributed_a2a-0.1.9rc9.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
- distributed_a2a-0.1.9rc9.dist-info/METADATA,sha256=meehLdwrAH4uh0yarVbNTaooEcWkIdpeSFAdTBwmpRM,3198
11
- distributed_a2a-0.1.9rc9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- distributed_a2a-0.1.9rc9.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
- distributed_a2a-0.1.9rc9.dist-info/RECORD,,
9
+ distributed_a2a-0.1.9rc11.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
+ distributed_a2a-0.1.9rc11.dist-info/METADATA,sha256=VLpU5fyKmRYMj3perY0ZLfftOZsky5nJc3YnLGj5P3M,3244
11
+ distributed_a2a-0.1.9rc11.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ distributed_a2a-0.1.9rc11.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
+ distributed_a2a-0.1.9rc11.dist-info/RECORD,,