sasefied 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.
- sasefied/__init__.py +1 -1
- {sasefied-0.1.0.dist-info → sasefied-0.1.1.dist-info}/METADATA +3 -1
- sasefied-0.1.1.dist-info/RECORD +6 -0
- sasefied-0.1.0.dist-info/RECORD +0 -6
- {sasefied-0.1.0.dist-info → sasefied-0.1.1.dist-info}/WHEEL +0 -0
- {sasefied-0.1.0.dist-info → sasefied-0.1.1.dist-info}/top_level.txt +0 -0
sasefied/__init__.py
CHANGED
|
@@ -9,7 +9,7 @@ Email: maintainer@sasefied.com
|
|
|
9
9
|
GitHub: https://github.com/sasefied/sasefied-agent
|
|
10
10
|
"""
|
|
11
11
|
|
|
12
|
-
__version__ = "1.
|
|
12
|
+
__version__ = "0.1.1"
|
|
13
13
|
__author__ = "Library Maintainer"
|
|
14
14
|
__email__ = "satyamsingh7734@gmail.com"
|
|
15
15
|
__description__ = "A comprehensive library for building intelligent AI agents with industry-specific capabilities"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sasefied
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Sasefied is an agentic systems platform for building multi-agent workflows across industries
|
|
5
5
|
Author: Sasefied Inc.
|
|
6
6
|
Maintainer-email: Satyam Singh <satyamsingh7734@gmail.com>
|
|
@@ -22,6 +22,8 @@ Requires-Dist: langgraph>=0.2.0
|
|
|
22
22
|
Requires-Dist: langchain-community
|
|
23
23
|
Requires-Dist: requests
|
|
24
24
|
Requires-Dist: duckduckgo-search>=3.0.0
|
|
25
|
+
Requires-Dist: websockets
|
|
26
|
+
Requires-Dist: sseclient-py
|
|
25
27
|
Provides-Extra: dev
|
|
26
28
|
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
27
29
|
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
sasefied/__init__.py,sha256=rdizRrSwl08HUIMkwcvF5E_Fbqua1VFrow7X9UHchxU,910
|
|
2
|
+
sasefied/core.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
sasefied-0.1.1.dist-info/METADATA,sha256=mVgcKLGY3ea9Pmkn8wlCzulcABZuo80n8YVMhh0UjeU,9791
|
|
4
|
+
sasefied-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
sasefied-0.1.1.dist-info/top_level.txt,sha256=WGWWxsTapLwzlAxAOPNPqa1NcrboeV7gYuHDArs9aO8,9
|
|
6
|
+
sasefied-0.1.1.dist-info/RECORD,,
|
sasefied-0.1.0.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
sasefied/__init__.py,sha256=ZiApRthL41Q76Pn9Hbkh4klGBR2-a3-C0bL_-DnRZ5E,910
|
|
2
|
-
sasefied/core.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
sasefied-0.1.0.dist-info/METADATA,sha256=3YLee1HcyP8OGNcNJMd-ORkBOuxYZ4WLYGs1oZoTKjE,9735
|
|
4
|
-
sasefied-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
sasefied-0.1.0.dist-info/top_level.txt,sha256=WGWWxsTapLwzlAxAOPNPqa1NcrboeV7gYuHDArs9aO8,9
|
|
6
|
-
sasefied-0.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|