yc1838 commited on
Commit
fc230e2
·
1 Parent(s): a71b331

build: update egg-info with langmem dependencies

Browse files
src/lilith_agent.egg-info/PKG-INFO CHANGED
@@ -3,13 +3,15 @@ Name: lilith-agent
3
  Version: 0.0.0
4
  Requires-Python: >=3.11
5
  License-File: LICENSE
6
- Requires-Dist: langgraph<0.7,>=0.2.0
7
- Requires-Dist: langchain-core<0.4,>=0.3.0
8
- Requires-Dist: langchain-anthropic<0.4,>=0.2.0
9
- Requires-Dist: langchain-google-genai<3.0,>=2.0.0
10
- Requires-Dist: langchain-ollama<0.4,>=0.2.0
11
- Requires-Dist: langchain-huggingface<0.4,>=0.1.0
12
- Requires-Dist: langchain-openai<1.0,>=0.2.0
 
 
13
  Requires-Dist: tavily-python<1.0,>=0.5.0
14
  Requires-Dist: trafilatura<3.0,>=1.12.0
15
  Requires-Dist: pypdf<7.0,>=5.0.0
 
3
  Version: 0.0.0
4
  Requires-Python: >=3.11
5
  License-File: LICENSE
6
+ Requires-Dist: langgraph<2.0,>=1.0
7
+ Requires-Dist: langgraph-checkpoint-sqlite
8
+ Requires-Dist: langmem>=0.0.1
9
+ Requires-Dist: langchain-core<2.0,>=1.0
10
+ Requires-Dist: langchain-anthropic<2.0,>=1.0
11
+ Requires-Dist: langchain-google-genai<5.0,>=2.0.0
12
+ Requires-Dist: langchain-ollama<2.0,>=1.0
13
+ Requires-Dist: langchain-huggingface<2.0,>=1.0
14
+ Requires-Dist: langchain-openai<2.0,>=1.0.0
15
  Requires-Dist: tavily-python<1.0,>=0.5.0
16
  Requires-Dist: trafilatura<3.0,>=1.12.0
17
  Requires-Dist: pypdf<7.0,>=5.0.0
src/lilith_agent.egg-info/SOURCES.txt CHANGED
@@ -34,6 +34,7 @@ tests/test_config.py
34
  tests/test_files.py
35
  tests/test_formatter.py
36
  tests/test_graph.py
 
37
  tests/test_models.py
38
  tests/test_observability.py
39
  tests/test_python_sandbox.py
 
34
  tests/test_files.py
35
  tests/test_formatter.py
36
  tests/test_graph.py
37
+ tests/test_memory_persistence.py
38
  tests/test_models.py
39
  tests/test_observability.py
40
  tests/test_python_sandbox.py
src/lilith_agent.egg-info/requires.txt CHANGED
@@ -1,10 +1,12 @@
1
- langgraph<0.7,>=0.2.0
2
- langchain-core<0.4,>=0.3.0
3
- langchain-anthropic<0.4,>=0.2.0
4
- langchain-google-genai<3.0,>=2.0.0
5
- langchain-ollama<0.4,>=0.2.0
6
- langchain-huggingface<0.4,>=0.1.0
7
- langchain-openai<1.0,>=0.2.0
 
 
8
  tavily-python<1.0,>=0.5.0
9
  trafilatura<3.0,>=1.12.0
10
  pypdf<7.0,>=5.0.0
 
1
+ langgraph<2.0,>=1.0
2
+ langgraph-checkpoint-sqlite
3
+ langmem>=0.0.1
4
+ langchain-core<2.0,>=1.0
5
+ langchain-anthropic<2.0,>=1.0
6
+ langchain-google-genai<5.0,>=2.0.0
7
+ langchain-ollama<2.0,>=1.0
8
+ langchain-huggingface<2.0,>=1.0
9
+ langchain-openai<2.0,>=1.0.0
10
  tavily-python<1.0,>=0.5.0
11
  trafilatura<3.0,>=1.12.0
12
  pypdf<7.0,>=5.0.0