saf-python-sdk 0.1.0__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.
saf/AgentDefinition.py ADDED
@@ -0,0 +1,5 @@
1
+ from abc import ABC
2
+
3
+ class AgentDefinition(ABC):
4
+ """AgentDefinition is the interface to define an agent.
5
+ """
saf/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ def hello() -> str:
2
+ return "Hello from saf-sdk!"
saf/py.typed ADDED
File without changes
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: saf-python-sdk
3
+ Version: 0.1.0
4
+ Summary: Structured Agent Framework for Python to build LLM/AI agents
5
+ Author-email: Quanzheng Long <qlong@indeed.com>
6
+ Requires-Python: >=3.12
@@ -0,0 +1,6 @@
1
+ saf/AgentDefinition.py,sha256=LMwZ9YEk8kjST4b6-20EFNoTBbykF96VwnETP7yK-Ow,117
2
+ saf/__init__.py,sha256=PmyZ2vI6a2Q-cKCv4CL5VMhKEm-imrvyuN31reR5oKg,53
3
+ saf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ saf_python_sdk-0.1.0.dist-info/METADATA,sha256=eD8VikPRRTxmfKuFJ6rLF-iGNJUfUxwC8jUUN2MNvWE,200
5
+ saf_python_sdk-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ saf_python_sdk-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any