distributed-a2a 0.1.6rc4__py3-none-any.whl → 0.1.6rc6__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/executors.py +1 -1
- distributed_a2a/router.py +1 -2
- {distributed_a2a-0.1.6rc4.dist-info → distributed_a2a-0.1.6rc6.dist-info}/METADATA +1 -1
- {distributed_a2a-0.1.6rc4.dist-info → distributed_a2a-0.1.6rc6.dist-info}/RECORD +7 -7
- {distributed_a2a-0.1.6rc4.dist-info → distributed_a2a-0.1.6rc6.dist-info}/WHEEL +0 -0
- {distributed_a2a-0.1.6rc4.dist-info → distributed_a2a-0.1.6rc6.dist-info}/licenses/LICENSE +0 -0
- {distributed_a2a-0.1.6rc4.dist-info → distributed_a2a-0.1.6rc6.dist-info}/top_level.txt +0 -0
distributed_a2a/executors.py
CHANGED
|
@@ -87,7 +87,7 @@ class RoutingExecutor(AgentExecutor):
|
|
|
87
87
|
super().__init__()
|
|
88
88
|
api_key = os.environ.get(router_config.router.llm.api_key_env)
|
|
89
89
|
self.routing_agent = StatusAgent[RoutingResponse](
|
|
90
|
-
llm_config=router_config.
|
|
90
|
+
llm_config=router_config.router.llm,
|
|
91
91
|
system_prompt=ROUTING_SYSTEM_PROMPT,
|
|
92
92
|
name=router_config.router.card.name,
|
|
93
93
|
api_key=api_key,
|
distributed_a2a/router.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import os
|
|
2
1
|
from typing import Any
|
|
3
2
|
|
|
4
3
|
from a2a.server.apps import A2ARESTFastAPIApplication
|
|
@@ -45,4 +44,4 @@ def load_router(router_dic: dict[str, Any]) -> FastAPI:
|
|
|
45
44
|
task_store=InMemoryTaskStore() # TODO replace with dynamodb store
|
|
46
45
|
|
|
47
46
|
)).build(title=agent_card.name,
|
|
48
|
-
root_path=f"/{router_config.
|
|
47
|
+
root_path=f"/{router_config.router.card.name}")
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
distributed_a2a/__init__.py,sha256=gO8sTT20O6XvDRzj7B322O9v6HxV-_eIlJD1wMlPYoI,171
|
|
2
2
|
distributed_a2a/agent.py,sha256=ZI6sFISU5nELEqzVXbZaf7osqVH095raxjmrFzipoDA,2858
|
|
3
3
|
distributed_a2a/client.py,sha256=2974Uw8YUuyBytwxxJJKYsWXCpEaIbGmMUHDraITxJ0,4149
|
|
4
|
-
distributed_a2a/executors.py,sha256=
|
|
4
|
+
distributed_a2a/executors.py,sha256=PV9WvbicBjAENhAK4yRGjNWg8Y9O7rFAjxzdUCIabWs,6666
|
|
5
5
|
distributed_a2a/model.py,sha256=S6o56cQysSp1Nq3-gbawa2xsvMWd4hHYUj6aW3yWwTA,2962
|
|
6
6
|
distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
|
|
7
|
-
distributed_a2a/router.py,sha256=
|
|
7
|
+
distributed_a2a/router.py,sha256=NV8aKraFNrI53PxJAGXI5NtG3-Oy7x5ofHfgqeqsnsI,1780
|
|
8
8
|
distributed_a2a/server.py,sha256=eVccqBos4nMQqe9feyglGlMmUYIGz2t5jmBbMVt-NGE,3085
|
|
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.6rc6.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
10
|
+
distributed_a2a-0.1.6rc6.dist-info/METADATA,sha256=mcq3-_pnQ-lJc6ifkFTbIIhIAyqcXYQRDkkstAh3QBA,3160
|
|
11
|
+
distributed_a2a-0.1.6rc6.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
12
|
+
distributed_a2a-0.1.6rc6.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
|
|
13
|
+
distributed_a2a-0.1.6rc6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|