attp-client 0.0.4__py3-none-any.whl → 0.0.5__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.
attp_client/catalog.py CHANGED
@@ -96,7 +96,7 @@ class AttpCatalog:
96
96
  self.tool_name_to_id_symlink[name] = str(assigned_id)
97
97
  return assigned_id
98
98
 
99
- async def detatch_tool(
99
+ async def detach_tool(
100
100
  self,
101
101
  name: str
102
102
  ):
@@ -108,7 +108,7 @@ class AttpCatalog:
108
108
  await self.tool_manager.unregister(self.catalog_name, tool_id)
109
109
  return tool_id
110
110
 
111
- async def detatch_all_tools(self):
111
+ async def detach_all_tools(self):
112
112
  for tool_id in list(self.attached_tools.keys()):
113
113
  await self.tool_manager.unregister(self.catalog_name, tool_id)
114
114
  del self.attached_tools[tool_id]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: attp-client
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: A python-sdk client for interacting with AgentHub's ATTP protocol (Agent Tool Transport Protocol)
5
5
  License: MIT
6
6
  Author: Ascender Team
@@ -1,5 +1,5 @@
1
1
  attp_client/__init__.py,sha256=25qGMUU_W8juBuW9N6318vWoqALrPQSp3ECHHkNzUcg,2749
2
- attp_client/catalog.py,sha256=1w4rxxrOuqeB6qm0rn2VfrTnXEjcKVT7vZF2w8gFKnI,4571
2
+ attp_client/catalog.py,sha256=fDvFC-aherMGsFDRmUgYqlp77II78SXJlal_B4_Vkyg,4569
3
3
  attp_client/client.py,sha256=aSjDaH1pHkmPsVZBwIrSIMX8QXDtbDfGpVBXR5KgnF4,3989
4
4
  attp_client/consts.py,sha256=6UZyqWddycOp-TKW5yvb0JW2fdfcS-J2xFVVNfuJQbU,18
5
5
  attp_client/errors/attp_exception.py,sha256=HePYyYMknS4t6tMrwU-p9L_LPdj1i7chntrlM53ueK4,347
@@ -30,6 +30,6 @@ attp_client/types/route_mapping.py,sha256=Kb9ZX88lqihRZr8IryfH1Vg_YAobW699Yjl6Ra
30
30
  attp_client/utils/context_awaiter.py,sha256=oCptu5g8mY43j5cr-W4fOe85OCCaqQI9r_Pn92NgZSY,1035
31
31
  attp_client/utils/route_mapper.py,sha256=uJNhKp6ipCSUxoiZS0Liix2lHOgUAnJM0kfgXWAh9RQ,554
32
32
  attp_client/utils/serializer.py,sha256=O1tWYbQS9jC9aus-ISKtliKCgGmOEIb9hxykVrmMKGY,636
33
- attp_client-0.0.4.dist-info/METADATA,sha256=p5aBKECM-TjvgN9E4DxKDo24fDopEdnkNTQUcpxV2nY,7137
34
- attp_client-0.0.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
35
- attp_client-0.0.4.dist-info/RECORD,,
33
+ attp_client-0.0.5.dist-info/METADATA,sha256=6WV1-0Kgz_Ssf8NRG9BDSI5TdYw2mZAoSgP06Var97s,7137
34
+ attp_client-0.0.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
35
+ attp_client-0.0.5.dist-info/RECORD,,