olca 0.2.4__tar.gz → 0.2.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: olca
3
- Version: 0.2.4
3
+ Version: 0.2.5
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
@@ -113,7 +113,8 @@ from typing import Literal
113
113
 
114
114
  from langchain_core.tools import tool
115
115
 
116
- from langgraph.prebuilt import create_react_agent
116
+ from langchain.agents import create_react_agent
117
+ #from langgraph.prebuilt import create_react_agent
117
118
  from langgraph.errors import GraphRecursionError
118
119
 
119
120
  @tool
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: olca
3
- Version: 0.2.4
3
+ Version: 0.2.5
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
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "olca"
10
- version = "0.2.4"
10
+ version = "0.2.5"
11
11
  description = "A Python package for experimental usage of Langchain and Human-in-the-Loop"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.6"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='olca',
5
- version = "0.2.4",
5
+ version = "0.2.5",
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