distributed-a2a 0.1.9rc3__tar.gz → 0.1.9rc4__tar.gz
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-0.1.9rc3/distributed_a2a.egg-info → distributed_a2a-0.1.9rc4}/PKG-INFO +1 -1
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/executors.py +1 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4/distributed_a2a.egg-info}/PKG-INFO +1 -1
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/pyproject.toml +1 -1
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/LICENSE +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/MANIFEST.in +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/README.md +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/__init__.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/agent.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/client.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/model.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/registry.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/router.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a/server.py +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a.egg-info/SOURCES.txt +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a.egg-info/dependency_links.txt +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a.egg-info/requires.txt +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a.egg-info/top_level.txt +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/requirements.txt +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/setup.cfg +0 -0
- {distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/setup.py +0 -0
|
@@ -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})
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{distributed_a2a-0.1.9rc3 → distributed_a2a-0.1.9rc4}/distributed_a2a.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|