olca 0.2.87__tar.gz → 0.2.88__tar.gz
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.
- {olca-0.2.87 → olca-0.2.88}/PKG-INFO +7 -2
- {olca-0.2.87 → olca-0.2.88}/olca.egg-info/PKG-INFO +7 -2
- {olca-0.2.87 → olca-0.2.88}/olca.egg-info/requires.txt +1 -0
- {olca-0.2.87 → olca-0.2.88}/pyproject.toml +2 -1
- {olca-0.2.87 → olca-0.2.88}/setup.py +1 -1
- {olca-0.2.87 → olca-0.2.88}/LICENSE +0 -0
- {olca-0.2.87 → olca-0.2.88}/README.md +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/__init__.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/fusewill_cli.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/fusewill_utils.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/oiv.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/olcacli.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/olcahelper.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/prompts.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/tracing.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca/utils.py +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca.egg-info/SOURCES.txt +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca.egg-info/dependency_links.txt +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca.egg-info/entry_points.txt +0 -0
- {olca-0.2.87 → olca-0.2.88}/olca.egg-info/top_level.txt +0 -0
- {olca-0.2.87 → olca-0.2.88}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: olca
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.88
|
4
4
|
Summary: A Python package for experimental usage of Langchain and Human-in-the-Loop
|
5
5
|
Home-page: https://github.com/jgwill/olca
|
6
6
|
Author: Jean GUillaume ISabelle
|
@@ -369,6 +369,11 @@ Requires-Dist: langfuse
|
|
369
369
|
Requires-Dist: pytz
|
370
370
|
Requires-Dist: google.generativeai
|
371
371
|
Requires-Dist: arxiv
|
372
|
+
Requires-Dist: tlid
|
373
|
+
Dynamic: author
|
374
|
+
Dynamic: home-page
|
375
|
+
Dynamic: license-file
|
376
|
+
Dynamic: requires-python
|
372
377
|
|
373
378
|
# oLCa
|
374
379
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: olca
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.88
|
4
4
|
Summary: A Python package for experimental usage of Langchain and Human-in-the-Loop
|
5
5
|
Home-page: https://github.com/jgwill/olca
|
6
6
|
Author: Jean GUillaume ISabelle
|
@@ -369,6 +369,11 @@ Requires-Dist: langfuse
|
|
369
369
|
Requires-Dist: pytz
|
370
370
|
Requires-Dist: google.generativeai
|
371
371
|
Requires-Dist: arxiv
|
372
|
+
Requires-Dist: tlid
|
373
|
+
Dynamic: author
|
374
|
+
Dynamic: home-page
|
375
|
+
Dynamic: license-file
|
376
|
+
Dynamic: requires-python
|
372
377
|
|
373
378
|
# oLCa
|
374
379
|
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|
7
7
|
|
8
8
|
[project]
|
9
9
|
name = "olca"
|
10
|
-
version = "0.2.
|
10
|
+
version = "0.2.88"
|
11
11
|
|
12
12
|
description = "A Python package for experimental usage of Langchain and Human-in-the-Loop"
|
13
13
|
readme = "README.md"
|
@@ -35,6 +35,7 @@ dependencies = [
|
|
35
35
|
"pytz",
|
36
36
|
"google.generativeai",
|
37
37
|
"arxiv",
|
38
|
+
"tlid",
|
38
39
|
]
|
39
40
|
classifiers = [
|
40
41
|
"Programming Language :: Python :: 3",
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='olca',
|
5
|
-
version = "0.2.
|
5
|
+
version = "0.2.88",
|
6
6
|
author='Jean GUillaume ISabelle',
|
7
7
|
author_email='jgi@jgwill.com',
|
8
8
|
description='A Python package for experimenting with Langchain agent and interactivity in Terminal modalities.',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|