distributed-a2a 0.1.9rc3__py3-none-any.whl → 0.1.9rc5__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.
@@ -118,6 +118,7 @@ class RoutingExecutor(AgentExecutor):
118
118
 
119
119
  agent_response: RoutingResponse = await self.routing_agent(message=context.get_user_input(),
120
120
  context_id=context.context_id)
121
+ logger.info(f"Routing agent response for request with id {context.context_id}: {agent_response}")
121
122
  agent_name: str = json.loads(agent_response.agent_card)["name"]
122
123
  logger.info(f"Request with id {context.context_id} got rejected and will be rerouted to a '{agent_name}'.",
123
124
  extra={"card": agent_response.agent_card})
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.9rc3
3
+ Version: 0.1.9rc5
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=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=1toayqLUan0f1INyMo5v02L9uCHMq6hp1gf0jVdjX6I,7152
4
+ distributed_a2a/executors.py,sha256=xinzle76ZpIpbAs1RqolaDKwABCQkz6mmrfE7gRqnFY,7258
5
5
  distributed_a2a/model.py,sha256=x-Es1WIm-MMBMizD3CePXf04mpWLiqRCYbz61KGDLRc,3535
6
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.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,,
9
+ distributed_a2a-0.1.9rc5.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
+ distributed_a2a-0.1.9rc5.dist-info/METADATA,sha256=vUagOB9LxhhSFNh2yYPkFTjKnUcOtMeRe19SCX-06WA,3198
11
+ distributed_a2a-0.1.9rc5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ distributed_a2a-0.1.9rc5.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
+ distributed_a2a-0.1.9rc5.dist-info/RECORD,,