distributed-a2a 0.1.5rc18__py3-none-any.whl → 0.1.5rc19__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/agent.py CHANGED
@@ -42,7 +42,7 @@ class StatusAgent[ResponseT: AgentResponse]:
42
42
 
43
43
 
44
44
  saver = DynamoDBSaver(
45
- table_name="your-dynamodb-table-name",
45
+ table_name=f"checkpoint_saver_{name}",
46
46
  max_read_request_units=20, ## TODO find correct value for app
47
47
  max_write_request_units=20, ## TODO find correct value for app
48
48
  ttl_seconds=86400
distributed_a2a/server.py CHANGED
@@ -77,6 +77,7 @@ def load_app(agent_config: dict[str, Any]) -> FastAPI:
77
77
  asyncio.create_task(heart_beat(name=agent_card.name, agent_card_table=AGENT_CARD_TABLE, agent_card=agent_card))
78
78
  yield
79
79
 
80
+
80
81
  return A2ARESTFastAPIApplication(
81
82
  agent_card=agent_card,
82
83
  http_handler=DefaultRequestHandler(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.5rc18
3
+ Version: 0.1.5rc19
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
@@ -1,13 +1,13 @@
1
1
  distributed_a2a/__init__.py,sha256=1q_7gRfBCGe-7sF_9YKzevyS97XQhtuFnZiYHIqaU-0,120
2
- distributed_a2a/agent.py,sha256=PsbnTQLqP45AmLQb0uzbfPRMjdCZ2kARK0m3rDb77FM,2910
2
+ distributed_a2a/agent.py,sha256=U-Z9Zng5bjCFuEJ-FClopTFjUJuOHFiqcvtVrycpuGo,2910
3
3
  distributed_a2a/client.py,sha256=2974Uw8YUuyBytwxxJJKYsWXCpEaIbGmMUHDraITxJ0,4149
4
4
  distributed_a2a/executors.py,sha256=TNHO3eEIlKWObqBblcx_XiP5KahcfaGK1YuajWmQ5rE,4187
5
5
  distributed_a2a/model.py,sha256=pvuoVg8QChYq21us49wZa7Pv-BlIU-mlfN2auVQvqdY,2676
6
6
  distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
7
- distributed_a2a/server.py,sha256=iTowUWA3Kwa1eCpF7SdEu7jF9oxpi5Gj9j1On3eoArg,3084
7
+ distributed_a2a/server.py,sha256=eVccqBos4nMQqe9feyglGlMmUYIGz2t5jmBbMVt-NGE,3085
8
8
  distributed_a2a/tool_registry_test.py,sha256=xqnFKzogI8c6K3HoXjCXCgT4IlZEPQj3hlKTIwdYNyE,215
9
- distributed_a2a-0.1.5rc18.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
- distributed_a2a-0.1.5rc18.dist-info/METADATA,sha256=6gkP288uHWYZ79b6h3x-k2fFY9vOzo-DaRVTEGSuLtE,3161
11
- distributed_a2a-0.1.5rc18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- distributed_a2a-0.1.5rc18.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
- distributed_a2a-0.1.5rc18.dist-info/RECORD,,
9
+ distributed_a2a-0.1.5rc19.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
+ distributed_a2a-0.1.5rc19.dist-info/METADATA,sha256=2shy9hVQeE_AJESTdf5KkUMRnNOv05-AMjqzlEMshRE,3161
11
+ distributed_a2a-0.1.5rc19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ distributed_a2a-0.1.5rc19.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
+ distributed_a2a-0.1.5rc19.dist-info/RECORD,,