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

@@ -0,0 +1 @@
1
+ # agent_handler_sdk package root
@@ -11,7 +11,7 @@ except ImportError:
11
11
  import tomli as toml
12
12
 
13
13
  # Use str() to convert Traversable to string path
14
- TEMPLATE_DIR = Path(str(pkg_resources.files("agent_handler"))) / "templates" / "connector"
14
+ TEMPLATE_DIR = Path(str(pkg_resources.files("agent_handler_sdk"))) / "templates" / "connector"
15
15
  SDK_ROOT = Path(__file__).parent.parent # adjust if your structure is different
16
16
 
17
17
 
@@ -1,6 +1,6 @@
1
1
  import pkgutil
2
2
  import importlib
3
- from agent_handler.connector import Connector
3
+ from agent_handler_sdk.connector import Connector
4
4
 
5
5
  # single Connector instance for this package
6
6
  {name} = Connector(namespace="{name}")
@@ -1,6 +1,6 @@
1
1
  import pytest
2
2
  from {name}_connector import {name}
3
- from agent_handler.invocation import invoke
3
+ from agent_handler_sdk.invocation import invoke
4
4
 
5
5
  @pytest.mark.parametrize("tool_name,params,expected", [
6
6
  ("{name}__example", {{}}, {{"status": "ok"}}),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: agent-handler-sdk
3
- Version: 0.1.0
3
+ Version: 0.1.1
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
@@ -0,0 +1,18 @@
1
+ agent_handler_sdk/__init__.py,sha256=qdB3A59p1Lulp3UjK4OMzM30C4gV3oIWZoQ-ynlykCs,33
2
+ agent_handler_sdk/cli.py,sha256=6EjM0CxKnJ495k61SjAr76whnJxSN2Ei_uepB3CQXPo,2609
3
+ agent_handler_sdk/connector.py,sha256=IhCfxZ9-ah1fgQsHHYD2Ip9CzOG6Sok6C6dbKA-iOWU,3395
4
+ agent_handler_sdk/exceptions.py,sha256=78LAytptKzrK2Vo1QsucnDlXFIH7pKDOz-K1Jwi5kdQ,98
5
+ agent_handler_sdk/invocation.py,sha256=0mn_arvbMncrWqrXtKcH2wjfWlXP49VtcJhAekFGxkw,2054
6
+ agent_handler_sdk/registry.py,sha256=NecI41OSK37YAlFPeKf2bONqyoKrUq7GJ5eMuQ8kb1w,1699
7
+ agent_handler_sdk/templates/connector/README.md.tpl,sha256=KrCFKwrYSVxHJu6PK-03USpDellO-FYXsfUdOZS7gB4,646
8
+ agent_handler_sdk/templates/connector/handlers.py.tpl,sha256=bijFfajA3o0M4x33UAEOnf9958lszTM6OuykolST3fQ,132
9
+ agent_handler_sdk/templates/connector/init.py.tpl,sha256=oTrEFARFfcsMOmaJ_A5dKfierKSSzwDLg9PdrlgXXi0,361
10
+ agent_handler_sdk/templates/connector/metadata.yaml.tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ agent_handler_sdk/templates/connector/pyproject.toml.tpl,sha256=QddVTsMbKcj6iV0svcWxb_hk3bJ74F2sXKYeQpi0l9I,652
12
+ agent_handler_sdk/templates/connector/test_handlers.py.tpl,sha256=ptV4Ci-5C1Edr7e3FHqM4yj6d2H-Qi4cBI3MXQZIimk,696
13
+ agent_handler_sdk/tool.py,sha256=s7xMRoB_HwtSkeeuGqkbZzp6Rt9kI4KVUxpULeIrLn8,4292
14
+ agent_handler_sdk/utils.py,sha256=oFSfocf0PqbeOz9LH0kgBfegDFRSNeh9LPS19esNOXY,7219
15
+ agent_handler_sdk-0.1.1.dist-info/METADATA,sha256=d1hJ6YKwuZ_cSOqEvQs-hS8932vTDUwlZx3WieOK-K0,536
16
+ agent_handler_sdk-0.1.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
+ agent_handler_sdk-0.1.1.dist-info/entry_points.txt,sha256=QGDWaLUjKDHhNb4ZpvSj1MrrlQWozz1QuqLecdWAEYA,73
18
+ agent_handler_sdk-0.1.1.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ ahs-scaffold=agent_handler_sdk.cli:scaffold_connector
3
+
agent_handler/__init__.py DELETED
@@ -1 +0,0 @@
1
- # agent_handler package root
@@ -1,17 +0,0 @@
1
- agent_handler/__init__.py,sha256=1k0dYDxCmtRahhsb1MVFPHSTYHMcm0vLSl9dFsd39zY,29
2
- agent_handler/cli.py,sha256=WTTQ7uFUCu1gIcdUT_rwCbVYrhkv5bZguWlMfvSC4BA,2605
3
- agent_handler/connector.py,sha256=IhCfxZ9-ah1fgQsHHYD2Ip9CzOG6Sok6C6dbKA-iOWU,3395
4
- agent_handler/exceptions.py,sha256=78LAytptKzrK2Vo1QsucnDlXFIH7pKDOz-K1Jwi5kdQ,98
5
- agent_handler/invocation.py,sha256=0mn_arvbMncrWqrXtKcH2wjfWlXP49VtcJhAekFGxkw,2054
6
- agent_handler/registry.py,sha256=NecI41OSK37YAlFPeKf2bONqyoKrUq7GJ5eMuQ8kb1w,1699
7
- agent_handler/templates/connector/README.md.tpl,sha256=KrCFKwrYSVxHJu6PK-03USpDellO-FYXsfUdOZS7gB4,646
8
- agent_handler/templates/connector/handlers.py.tpl,sha256=bijFfajA3o0M4x33UAEOnf9958lszTM6OuykolST3fQ,132
9
- agent_handler/templates/connector/init.py.tpl,sha256=_-RuisYFAoiHRCD6HKzL2HY7KIJxvSTD7W6eJtOd04M,357
10
- agent_handler/templates/connector/pyproject.toml.tpl,sha256=QddVTsMbKcj6iV0svcWxb_hk3bJ74F2sXKYeQpi0l9I,652
11
- agent_handler/templates/connector/test_handlers.py.tpl,sha256=TNJi9HQH4PYBV_5hKrN68-aoQ1ais3jpTMIAS9v8Qts,692
12
- agent_handler/tool.py,sha256=s7xMRoB_HwtSkeeuGqkbZzp6Rt9kI4KVUxpULeIrLn8,4292
13
- agent_handler/utils.py,sha256=oFSfocf0PqbeOz9LH0kgBfegDFRSNeh9LPS19esNOXY,7219
14
- agent_handler_sdk-0.1.0.dist-info/METADATA,sha256=Z6T_G2XdBF4oIJ9ew-sIPerXjtmCB4MC0ENIt_dbk4M,536
15
- agent_handler_sdk-0.1.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
16
- agent_handler_sdk-0.1.0.dist-info/entry_points.txt,sha256=W1NDzsDoaoyc51Xbun0Ob4PAIhITXGs9xuDKRgWtEdQ,69
17
- agent_handler_sdk-0.1.0.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- ahs-scaffold=agent_handler.cli:scaffold_connector
3
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes