agent-handler-sdk 0.1.5__py3-none-any.whl → 0.1.6__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.

Potentially problematic release.


This version of agent-handler-sdk might be problematic. Click here for more details.

@@ -31,8 +31,6 @@ class ConnectorRegistry:
31
31
  param_schema: Dict[str, Any],
32
32
  tags: List[str],
33
33
  ) -> None:
34
- if name in cls._tools:
35
- raise ValueError(f"Tool {name!r} already registered")
36
34
  cls._tools[name] = ToolSpec(name, description, fn, param_schema, tags)
37
35
 
38
36
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: agent-handler-sdk
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Agent Handler SDK for defining and invoking LLM tools
5
5
  Author: David Dalmaso
6
6
  Author-email: david.dalmaso@merge.dev
@@ -5,7 +5,7 @@ agent_handler_sdk/connector.py,sha256=IhCfxZ9-ah1fgQsHHYD2Ip9CzOG6Sok6C6dbKA-iOW
5
5
  agent_handler_sdk/eval_types.py,sha256=uF4K08vXtEB7rrUBA_Wr4wVsMAC4Vzm4aNL2Xm2i2P0,3073
6
6
  agent_handler_sdk/exceptions.py,sha256=78LAytptKzrK2Vo1QsucnDlXFIH7pKDOz-K1Jwi5kdQ,98
7
7
  agent_handler_sdk/invocation.py,sha256=0mn_arvbMncrWqrXtKcH2wjfWlXP49VtcJhAekFGxkw,2054
8
- agent_handler_sdk/registry.py,sha256=NecI41OSK37YAlFPeKf2bONqyoKrUq7GJ5eMuQ8kb1w,1699
8
+ agent_handler_sdk/registry.py,sha256=mdAMVJWXoydwp89UhCso9Tl0vGH2b7xC0Mih8YLlqZs,1602
9
9
  agent_handler_sdk/templates/connector/README.md.tpl,sha256=KrCFKwrYSVxHJu6PK-03USpDellO-FYXsfUdOZS7gB4,646
10
10
  agent_handler_sdk/templates/connector/evals.json.tpl,sha256=j01AwtMYq8w7lprdYVKmgj_IlVRXmGe9awigmj_nIJ8,1772
11
11
  agent_handler_sdk/templates/connector/handlers.py.tpl,sha256=bijFfajA3o0M4x33UAEOnf9958lszTM6OuykolST3fQ,132
@@ -16,7 +16,7 @@ agent_handler_sdk/templates/connector/test_handlers.py.tpl,sha256=ptV4Ci-5C1Edr7
16
16
  agent_handler_sdk/templates/evals/models.py,sha256=MtC4Cr2o-ENz0GfOe6Armtogo374d8Ly_TBal2uRveY,1809
17
17
  agent_handler_sdk/tool.py,sha256=s7xMRoB_HwtSkeeuGqkbZzp6Rt9kI4KVUxpULeIrLn8,4292
18
18
  agent_handler_sdk/utils.py,sha256=oFSfocf0PqbeOz9LH0kgBfegDFRSNeh9LPS19esNOXY,7219
19
- agent_handler_sdk-0.1.5.dist-info/METADATA,sha256=1XzlGEwwYVDG856-JJQaD_2F8O_aIhjNhU2j-rvokbY,536
20
- agent_handler_sdk-0.1.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
21
- agent_handler_sdk-0.1.5.dist-info/entry_points.txt,sha256=QGDWaLUjKDHhNb4ZpvSj1MrrlQWozz1QuqLecdWAEYA,73
22
- agent_handler_sdk-0.1.5.dist-info/RECORD,,
19
+ agent_handler_sdk-0.1.6.dist-info/METADATA,sha256=Y3BGJ1RUBcvVK19Mbhk4vC4avEFx9U_oBUXWJ5xv3Z4,536
20
+ agent_handler_sdk-0.1.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
21
+ agent_handler_sdk-0.1.6.dist-info/entry_points.txt,sha256=QGDWaLUjKDHhNb4ZpvSj1MrrlQWozz1QuqLecdWAEYA,73
22
+ agent_handler_sdk-0.1.6.dist-info/RECORD,,