distributed-a2a 0.1.5rc8__py3-none-any.whl → 0.1.5rc10__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/server.py CHANGED
@@ -84,4 +84,4 @@ def load_app(agent_config: dict[str, Any]) -> FastAPI:
84
84
  agent_executor=executor,
85
85
  task_store=InMemoryTaskStore() #TODO replace with dynamodb store
86
86
 
87
- )).build(title=agent_card.name, lifespan=lifespan, root_path=f"/{agent_config.agent.card.name) #TODO use extra parameter}"
87
+ )).build(title=agent_card.name, lifespan=lifespan, root_path=f"/{agent_config.agent.card.name}") #TODO use extra parameter
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.5rc8
3
+ Version: 0.1.5rc10
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
@@ -0,0 +1,12 @@
1
+ distributed_a2a/__init__.py,sha256=1q_7gRfBCGe-7sF_9YKzevyS97XQhtuFnZiYHIqaU-0,120
2
+ distributed_a2a/agent.py,sha256=CpIeEASjkIflGCiVo4f5c5_xUg3VwMr27l-o4cj73Mw,2597
3
+ distributed_a2a/client.py,sha256=2974Uw8YUuyBytwxxJJKYsWXCpEaIbGmMUHDraITxJ0,4149
4
+ distributed_a2a/executors.py,sha256=m8Z48r4gWYE_39wq-lS4Btk5lOsKTuS7JSYNYF2Ejaw,4171
5
+ distributed_a2a/model.py,sha256=yXiqEBZfQh-B_ld5klUVSUuXxninYfZ1aC9IJmmJdMg,2323
6
+ distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
7
+ distributed_a2a/server.py,sha256=eVccqBos4nMQqe9feyglGlMmUYIGz2t5jmBbMVt-NGE,3085
8
+ distributed_a2a-0.1.5rc10.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
9
+ distributed_a2a-0.1.5rc10.dist-info/METADATA,sha256=Y10twTPw_RAFa0taQX6vgUl3dDcWU0--0eCoYG2cHPI,3107
10
+ distributed_a2a-0.1.5rc10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ distributed_a2a-0.1.5rc10.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
12
+ distributed_a2a-0.1.5rc10.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- distributed_a2a/__init__.py,sha256=1q_7gRfBCGe-7sF_9YKzevyS97XQhtuFnZiYHIqaU-0,120
2
- distributed_a2a/agent.py,sha256=CpIeEASjkIflGCiVo4f5c5_xUg3VwMr27l-o4cj73Mw,2597
3
- distributed_a2a/client.py,sha256=2974Uw8YUuyBytwxxJJKYsWXCpEaIbGmMUHDraITxJ0,4149
4
- distributed_a2a/executors.py,sha256=m8Z48r4gWYE_39wq-lS4Btk5lOsKTuS7JSYNYF2Ejaw,4171
5
- distributed_a2a/model.py,sha256=yXiqEBZfQh-B_ld5klUVSUuXxninYfZ1aC9IJmmJdMg,2323
6
- distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
7
- distributed_a2a/server.py,sha256=D9xRjYe9e1gJsVdNew1dzB-7Iu8zKEXjIKwVt6xdlww,3085
8
- distributed_a2a-0.1.5rc8.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
9
- distributed_a2a-0.1.5rc8.dist-info/METADATA,sha256=pwqzULviuVO6R1VWeVQ3EDnWGaAFngnDFiA0KCvBSqM,3106
10
- distributed_a2a-0.1.5rc8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- distributed_a2a-0.1.5rc8.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
12
- distributed_a2a-0.1.5rc8.dist-info/RECORD,,