langchain-asimov 0.0.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.

Potentially problematic release.


This version of langchain-asimov might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ # This is free and unencumbered software released into the public domain.
@@ -0,0 +1,21 @@
1
+ # file generated by setuptools-scm
2
+ # don't change, don't track in version control
3
+
4
+ __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
5
+
6
+ TYPE_CHECKING = False
7
+ if TYPE_CHECKING:
8
+ from typing import Tuple
9
+ from typing import Union
10
+
11
+ VERSION_TUPLE = Tuple[Union[int, str], ...]
12
+ else:
13
+ VERSION_TUPLE = object
14
+
15
+ version: str
16
+ __version__: str
17
+ __version_tuple__: VERSION_TUPLE
18
+ version_tuple: VERSION_TUPLE
19
+
20
+ __version__ = version = '0.0.0'
21
+ __version_tuple__ = version_tuple = (0, 0, 0)
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: langchain-asimov
3
+ Version: 0.0.0
4
+ Summary: LangChain integration with the ASIMOV platform.
5
+ Project-URL: Homepage, https://github.com/asimov-platform
6
+ Project-URL: Repository, https://github.com/asimov-platform/langchain-asimov
7
+ Project-URL: Changelog, https://github.com/asimov-platform/langchain-asimov/blob/master/CHANGES.md
8
+ Project-URL: Releases, https://github.com/asimov-platform/langchain-asimov/releases
9
+ Project-URL: Issues, https://github.com/asimov-platform/langchain-asimov/issues
10
+ Author-email: ASIMOV Protocol <support@asimov.so>
11
+ License-Expression: Unlicense
12
+ License-File: UNLICENSE
13
+ Requires-Python: >=3.9
14
+ Requires-Dist: langchain>=0.3
15
+ Description-Content-Type: text/markdown
16
+
17
+ # LangChain ASIMOV Integration
18
+
19
+ [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
20
+ [![Compatibility](https://img.shields.io/pypi/pyversions/langchain-asimov.svg)](https://pypi.python.org/pypi/langchain-asimov)
21
+ [![Package](https://img.shields.io/pypi/v/langchain-asimov.svg)](https://pypi.python.org/pypi/langchain-asimov)
@@ -0,0 +1,6 @@
1
+ langchain_asimov/__init__.py,sha256=HNo12SN3s2UpenK7tK8xb4bSf4LpPpN0ZJGO34YM6cY,74
2
+ langchain_asimov/_version.py,sha256=PqNGih23TQ8yvpw6AfE0jq7D_RYFgeG1E-CSVJ9Dntw,511
3
+ langchain_asimov-0.0.0.dist-info/METADATA,sha256=A9b3ta2BEgtCx_yNlNeQ0r1DMZYlqGuzAw2mcRWwxGA,1083
4
+ langchain_asimov-0.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ langchain_asimov-0.0.0.dist-info/licenses/UNLICENSE,sha256=tQZYOMusRS38hVum5uAxSBrSxoQG9w0h6tkyE3RlPmw,1212
6
+ langchain_asimov-0.0.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
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <https://unlicense.org/>