naive-knowledge-base 0.1.4__tar.gz → 0.1.6__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.
- {naive_knowledge_base-0.1.4/naive_knowledge_base.egg-info → naive_knowledge_base-0.1.6}/PKG-INFO +11 -78
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6/naive_knowledge_base.egg-info}/PKG-INFO +11 -78
- naive_knowledge_base-0.1.6/naive_knowledge_base.egg-info/requires.txt +18 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/pyproject.toml +11 -78
- naive_knowledge_base-0.1.4/naive_knowledge_base.egg-info/requires.txt +0 -85
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/LICENSE +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/MANIFEST.in +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/README.md +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/__init__.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/__init__.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/base.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/exceptions.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/logging.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/schema_converter.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/tools.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/common/utils.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/dependency_graph/__init__.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/dependency_graph/agent.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/dependency_graph/model.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/api_models/__init__.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/api_models/flow_api_model.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/cli.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/main.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/SOURCES.txt +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/dependency_links.txt +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/entry_points.txt +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/not-zip-safe +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/top_level.txt +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/setup.cfg +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/setup.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/tools/__init__.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/tools/io.py +0 -0
- {naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/tools/tree.py +0 -0
{naive_knowledge_base-0.1.4/naive_knowledge_base.egg-info → naive_knowledge_base-0.1.6}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naive-knowledge-base
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: A dependency graph analyzer using smolagents
|
|
5
5
|
Home-page: https://github.com/yourusername/naive-knowledge-base
|
|
6
6
|
Author: Your Name
|
|
@@ -24,83 +24,16 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist: coloredlogs
|
|
37
|
-
Requires-Dist: dill==0.4.0
|
|
38
|
-
Requires-Dist: directory_tree==1.0.0
|
|
39
|
-
Requires-Dist: distro==1.9.0
|
|
40
|
-
Requires-Dist: flow-code-mapper==2.0.1
|
|
41
|
-
Requires-Dist: filelock==3.20.1
|
|
42
|
-
Requires-Dist: fsspec==2025.12.0
|
|
43
|
-
Requires-Dist: gitdb==4.0.12
|
|
44
|
-
Requires-Dist: GitPython==3.1.45
|
|
45
|
-
Requires-Dist: h11==0.16.0
|
|
46
|
-
Requires-Dist: hf-xet==1.2.0
|
|
47
|
-
Requires-Dist: httpcore==1.0.9
|
|
48
|
-
Requires-Dist: httpx==0.28.1
|
|
49
|
-
Requires-Dist: huggingface_hub==1.2.3
|
|
50
|
-
Requires-Dist: humanfriendly==10.0
|
|
51
|
-
Requires-Dist: idna==3.11
|
|
52
|
-
Requires-Dist: interrogate==1.7.0
|
|
53
|
-
Requires-Dist: isort==7.0.0
|
|
54
|
-
Requires-Dist: Jinja2==3.1.6
|
|
55
|
-
Requires-Dist: jiter==0.12.0
|
|
56
|
-
Requires-Dist: joblib==1.5.3
|
|
57
|
-
Requires-Dist: lizard==1.19.0
|
|
58
|
-
Requires-Dist: markdown-it-py==4.0.0
|
|
59
|
-
Requires-Dist: MarkupSafe==3.0.3
|
|
60
|
-
Requires-Dist: mccabe==0.7.0
|
|
61
|
-
Requires-Dist: mdurl==0.1.2
|
|
62
|
-
Requires-Dist: networkx==3.6.1
|
|
63
|
-
Requires-Dist: numpy==2.3.5
|
|
64
|
-
Requires-Dist: openai==2.12.0
|
|
65
|
-
Requires-Dist: packaging==25.0
|
|
66
|
-
Requires-Dist: pathspec==0.12.1
|
|
67
|
-
Requires-Dist: pillow==12.0.0
|
|
68
|
-
Requires-Dist: platformdirs==4.5.1
|
|
69
|
-
Requires-Dist: prettytable==3.17.0
|
|
70
|
-
Requires-Dist: py==1.11.0
|
|
71
|
-
Requires-Dist: pycodestyle==2.14.0
|
|
72
|
-
Requires-Dist: pydantic==2.12.5
|
|
73
|
-
Requires-Dist: pydantic_core==2.41.5
|
|
74
|
-
Requires-Dist: PyDriller==2.9
|
|
75
|
-
Requires-Dist: Pygments==2.19.2
|
|
76
|
-
Requires-Dist: pylint==4.0.4
|
|
77
|
-
Requires-Dist: pyparsing==3.2.5
|
|
78
|
-
Requires-Dist: pyperclip==1.11.0
|
|
79
|
-
Requires-Dist: python-dotenv==1.2.1
|
|
80
|
-
Requires-Dist: python-louvain==0.16
|
|
81
|
-
Requires-Dist: pytz==2025.2
|
|
82
|
-
Requires-Dist: PyYAML==6.0.3
|
|
83
|
-
Requires-Dist: requests==2.32.5
|
|
84
|
-
Requires-Dist: rich==14.2.0
|
|
85
|
-
Requires-Dist: scikit-learn==1.8.0
|
|
86
|
-
Requires-Dist: scipy==1.16.3
|
|
87
|
-
Requires-Dist: setuptools==80.9.0
|
|
88
|
-
Requires-Dist: shellingham==1.5.4
|
|
89
|
-
Requires-Dist: smmap==5.0.2
|
|
90
|
-
Requires-Dist: smolagents==1.16.1
|
|
91
|
-
Requires-Dist: sniffio==1.3.1
|
|
92
|
-
Requires-Dist: tabulate==0.9.0
|
|
93
|
-
Requires-Dist: threadpoolctl==3.6.0
|
|
94
|
-
Requires-Dist: tomlkit==0.13.3
|
|
95
|
-
Requires-Dist: flow-toon-format==0.9.0b2
|
|
96
|
-
Requires-Dist: tqdm==4.67.1
|
|
97
|
-
Requires-Dist: typer-slim==0.20.0
|
|
98
|
-
Requires-Dist: types-pytz==2025.2.0.20251108
|
|
99
|
-
Requires-Dist: typing-inspection==0.4.2
|
|
100
|
-
Requires-Dist: typing_extensions==4.15.0
|
|
101
|
-
Requires-Dist: urllib3==2.6.2
|
|
102
|
-
Requires-Dist: wcwidth==0.2.14
|
|
103
|
-
Requires-Dist: wheel==0.45.1
|
|
27
|
+
Requires-Dist: smolagents>=1.16.1
|
|
28
|
+
Requires-Dist: flow-code-mapper>=2.0.1
|
|
29
|
+
Requires-Dist: flow-toon-format>=0.9.0b2
|
|
30
|
+
Requires-Dist: openai>=2.0.0
|
|
31
|
+
Requires-Dist: python-dotenv>=1.0.0
|
|
32
|
+
Requires-Dist: pydantic>=2.0.0
|
|
33
|
+
Requires-Dist: networkx>=3.0
|
|
34
|
+
Requires-Dist: scikit-learn>=1.0.0
|
|
35
|
+
Requires-Dist: PyYAML>=6.0
|
|
36
|
+
Requires-Dist: coloredlogs>=15.0
|
|
104
37
|
Provides-Extra: dev
|
|
105
38
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
106
39
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
{naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6/naive_knowledge_base.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: naive-knowledge-base
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: A dependency graph analyzer using smolagents
|
|
5
5
|
Home-page: https://github.com/yourusername/naive-knowledge-base
|
|
6
6
|
Author: Your Name
|
|
@@ -24,83 +24,16 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist: coloredlogs
|
|
37
|
-
Requires-Dist: dill==0.4.0
|
|
38
|
-
Requires-Dist: directory_tree==1.0.0
|
|
39
|
-
Requires-Dist: distro==1.9.0
|
|
40
|
-
Requires-Dist: flow-code-mapper==2.0.1
|
|
41
|
-
Requires-Dist: filelock==3.20.1
|
|
42
|
-
Requires-Dist: fsspec==2025.12.0
|
|
43
|
-
Requires-Dist: gitdb==4.0.12
|
|
44
|
-
Requires-Dist: GitPython==3.1.45
|
|
45
|
-
Requires-Dist: h11==0.16.0
|
|
46
|
-
Requires-Dist: hf-xet==1.2.0
|
|
47
|
-
Requires-Dist: httpcore==1.0.9
|
|
48
|
-
Requires-Dist: httpx==0.28.1
|
|
49
|
-
Requires-Dist: huggingface_hub==1.2.3
|
|
50
|
-
Requires-Dist: humanfriendly==10.0
|
|
51
|
-
Requires-Dist: idna==3.11
|
|
52
|
-
Requires-Dist: interrogate==1.7.0
|
|
53
|
-
Requires-Dist: isort==7.0.0
|
|
54
|
-
Requires-Dist: Jinja2==3.1.6
|
|
55
|
-
Requires-Dist: jiter==0.12.0
|
|
56
|
-
Requires-Dist: joblib==1.5.3
|
|
57
|
-
Requires-Dist: lizard==1.19.0
|
|
58
|
-
Requires-Dist: markdown-it-py==4.0.0
|
|
59
|
-
Requires-Dist: MarkupSafe==3.0.3
|
|
60
|
-
Requires-Dist: mccabe==0.7.0
|
|
61
|
-
Requires-Dist: mdurl==0.1.2
|
|
62
|
-
Requires-Dist: networkx==3.6.1
|
|
63
|
-
Requires-Dist: numpy==2.3.5
|
|
64
|
-
Requires-Dist: openai==2.12.0
|
|
65
|
-
Requires-Dist: packaging==25.0
|
|
66
|
-
Requires-Dist: pathspec==0.12.1
|
|
67
|
-
Requires-Dist: pillow==12.0.0
|
|
68
|
-
Requires-Dist: platformdirs==4.5.1
|
|
69
|
-
Requires-Dist: prettytable==3.17.0
|
|
70
|
-
Requires-Dist: py==1.11.0
|
|
71
|
-
Requires-Dist: pycodestyle==2.14.0
|
|
72
|
-
Requires-Dist: pydantic==2.12.5
|
|
73
|
-
Requires-Dist: pydantic_core==2.41.5
|
|
74
|
-
Requires-Dist: PyDriller==2.9
|
|
75
|
-
Requires-Dist: Pygments==2.19.2
|
|
76
|
-
Requires-Dist: pylint==4.0.4
|
|
77
|
-
Requires-Dist: pyparsing==3.2.5
|
|
78
|
-
Requires-Dist: pyperclip==1.11.0
|
|
79
|
-
Requires-Dist: python-dotenv==1.2.1
|
|
80
|
-
Requires-Dist: python-louvain==0.16
|
|
81
|
-
Requires-Dist: pytz==2025.2
|
|
82
|
-
Requires-Dist: PyYAML==6.0.3
|
|
83
|
-
Requires-Dist: requests==2.32.5
|
|
84
|
-
Requires-Dist: rich==14.2.0
|
|
85
|
-
Requires-Dist: scikit-learn==1.8.0
|
|
86
|
-
Requires-Dist: scipy==1.16.3
|
|
87
|
-
Requires-Dist: setuptools==80.9.0
|
|
88
|
-
Requires-Dist: shellingham==1.5.4
|
|
89
|
-
Requires-Dist: smmap==5.0.2
|
|
90
|
-
Requires-Dist: smolagents==1.16.1
|
|
91
|
-
Requires-Dist: sniffio==1.3.1
|
|
92
|
-
Requires-Dist: tabulate==0.9.0
|
|
93
|
-
Requires-Dist: threadpoolctl==3.6.0
|
|
94
|
-
Requires-Dist: tomlkit==0.13.3
|
|
95
|
-
Requires-Dist: flow-toon-format==0.9.0b2
|
|
96
|
-
Requires-Dist: tqdm==4.67.1
|
|
97
|
-
Requires-Dist: typer-slim==0.20.0
|
|
98
|
-
Requires-Dist: types-pytz==2025.2.0.20251108
|
|
99
|
-
Requires-Dist: typing-inspection==0.4.2
|
|
100
|
-
Requires-Dist: typing_extensions==4.15.0
|
|
101
|
-
Requires-Dist: urllib3==2.6.2
|
|
102
|
-
Requires-Dist: wcwidth==0.2.14
|
|
103
|
-
Requires-Dist: wheel==0.45.1
|
|
27
|
+
Requires-Dist: smolagents>=1.16.1
|
|
28
|
+
Requires-Dist: flow-code-mapper>=2.0.1
|
|
29
|
+
Requires-Dist: flow-toon-format>=0.9.0b2
|
|
30
|
+
Requires-Dist: openai>=2.0.0
|
|
31
|
+
Requires-Dist: python-dotenv>=1.0.0
|
|
32
|
+
Requires-Dist: pydantic>=2.0.0
|
|
33
|
+
Requires-Dist: networkx>=3.0
|
|
34
|
+
Requires-Dist: scikit-learn>=1.0.0
|
|
35
|
+
Requires-Dist: PyYAML>=6.0
|
|
36
|
+
Requires-Dist: coloredlogs>=15.0
|
|
104
37
|
Provides-Extra: dev
|
|
105
38
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
106
39
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
smolagents>=1.16.1
|
|
2
|
+
flow-code-mapper>=2.0.1
|
|
3
|
+
flow-toon-format>=0.9.0b2
|
|
4
|
+
openai>=2.0.0
|
|
5
|
+
python-dotenv>=1.0.0
|
|
6
|
+
pydantic>=2.0.0
|
|
7
|
+
networkx>=3.0
|
|
8
|
+
scikit-learn>=1.0.0
|
|
9
|
+
PyYAML>=6.0
|
|
10
|
+
coloredlogs>=15.0
|
|
11
|
+
|
|
12
|
+
[dev]
|
|
13
|
+
pytest>=7.0.0
|
|
14
|
+
pytest-cov>=4.0.0
|
|
15
|
+
black>=22.0.0
|
|
16
|
+
isort>=5.10.0
|
|
17
|
+
mypy>=1.0.0
|
|
18
|
+
pre-commit>=2.20.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "naive-knowledge-base"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.6"
|
|
8
8
|
description = "A dependency graph analyzer using smolagents"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -26,83 +26,16 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"coloredlogs
|
|
39
|
-
"dill==0.4.0",
|
|
40
|
-
"directory_tree==1.0.0",
|
|
41
|
-
"distro==1.9.0",
|
|
42
|
-
"flow-code-mapper==2.0.1",
|
|
43
|
-
"filelock==3.20.1",
|
|
44
|
-
"fsspec==2025.12.0",
|
|
45
|
-
"gitdb==4.0.12",
|
|
46
|
-
"GitPython==3.1.45",
|
|
47
|
-
"h11==0.16.0",
|
|
48
|
-
"hf-xet==1.2.0",
|
|
49
|
-
"httpcore==1.0.9",
|
|
50
|
-
"httpx==0.28.1",
|
|
51
|
-
"huggingface_hub==1.2.3",
|
|
52
|
-
"humanfriendly==10.0",
|
|
53
|
-
"idna==3.11",
|
|
54
|
-
"interrogate==1.7.0",
|
|
55
|
-
"isort==7.0.0",
|
|
56
|
-
"Jinja2==3.1.6",
|
|
57
|
-
"jiter==0.12.0",
|
|
58
|
-
"joblib==1.5.3",
|
|
59
|
-
"lizard==1.19.0",
|
|
60
|
-
"markdown-it-py==4.0.0",
|
|
61
|
-
"MarkupSafe==3.0.3",
|
|
62
|
-
"mccabe==0.7.0",
|
|
63
|
-
"mdurl==0.1.2",
|
|
64
|
-
"networkx==3.6.1",
|
|
65
|
-
"numpy==2.3.5",
|
|
66
|
-
"openai==2.12.0",
|
|
67
|
-
"packaging==25.0",
|
|
68
|
-
"pathspec==0.12.1",
|
|
69
|
-
"pillow==12.0.0",
|
|
70
|
-
"platformdirs==4.5.1",
|
|
71
|
-
"prettytable==3.17.0",
|
|
72
|
-
"py==1.11.0",
|
|
73
|
-
"pycodestyle==2.14.0",
|
|
74
|
-
"pydantic==2.12.5",
|
|
75
|
-
"pydantic_core==2.41.5",
|
|
76
|
-
"PyDriller==2.9",
|
|
77
|
-
"Pygments==2.19.2",
|
|
78
|
-
"pylint==4.0.4",
|
|
79
|
-
"pyparsing==3.2.5",
|
|
80
|
-
"pyperclip==1.11.0",
|
|
81
|
-
"python-dotenv==1.2.1",
|
|
82
|
-
"python-louvain==0.16",
|
|
83
|
-
"pytz==2025.2",
|
|
84
|
-
"PyYAML==6.0.3",
|
|
85
|
-
"requests==2.32.5",
|
|
86
|
-
"rich==14.2.0",
|
|
87
|
-
"scikit-learn==1.8.0",
|
|
88
|
-
"scipy==1.16.3",
|
|
89
|
-
"setuptools==80.9.0",
|
|
90
|
-
"shellingham==1.5.4",
|
|
91
|
-
"smmap==5.0.2",
|
|
92
|
-
"smolagents==1.16.1",
|
|
93
|
-
"sniffio==1.3.1",
|
|
94
|
-
"tabulate==0.9.0",
|
|
95
|
-
"threadpoolctl==3.6.0",
|
|
96
|
-
"tomlkit==0.13.3",
|
|
97
|
-
"flow-toon-format==0.9.0b2",
|
|
98
|
-
"tqdm==4.67.1",
|
|
99
|
-
"typer-slim==0.20.0",
|
|
100
|
-
"types-pytz==2025.2.0.20251108",
|
|
101
|
-
"typing-inspection==0.4.2",
|
|
102
|
-
"typing_extensions==4.15.0",
|
|
103
|
-
"urllib3==2.6.2",
|
|
104
|
-
"wcwidth==0.2.14",
|
|
105
|
-
"wheel==0.45.1",
|
|
29
|
+
"smolagents>=1.16.1",
|
|
30
|
+
"flow-code-mapper>=2.0.1",
|
|
31
|
+
"flow-toon-format>=0.9.0b2",
|
|
32
|
+
"openai>=2.0.0",
|
|
33
|
+
"python-dotenv>=1.0.0",
|
|
34
|
+
"pydantic>=2.0.0",
|
|
35
|
+
"networkx>=3.0",
|
|
36
|
+
"scikit-learn>=1.0.0",
|
|
37
|
+
"PyYAML>=6.0",
|
|
38
|
+
"coloredlogs>=15.0",
|
|
106
39
|
]
|
|
107
40
|
|
|
108
41
|
[project.urls]
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
annotated-types==0.7.0
|
|
2
|
-
anyio==4.12.0
|
|
3
|
-
astroid==4.0.2
|
|
4
|
-
attrs==25.4.0
|
|
5
|
-
autopep8==2.3.2
|
|
6
|
-
certifi==2025.11.12
|
|
7
|
-
charset-normalizer==3.4.4
|
|
8
|
-
click==8.3.1
|
|
9
|
-
colorama==0.4.6
|
|
10
|
-
coloredlogs==15.0.1
|
|
11
|
-
dill==0.4.0
|
|
12
|
-
directory_tree==1.0.0
|
|
13
|
-
distro==1.9.0
|
|
14
|
-
flow-code-mapper==2.0.1
|
|
15
|
-
filelock==3.20.1
|
|
16
|
-
fsspec==2025.12.0
|
|
17
|
-
gitdb==4.0.12
|
|
18
|
-
GitPython==3.1.45
|
|
19
|
-
h11==0.16.0
|
|
20
|
-
hf-xet==1.2.0
|
|
21
|
-
httpcore==1.0.9
|
|
22
|
-
httpx==0.28.1
|
|
23
|
-
huggingface_hub==1.2.3
|
|
24
|
-
humanfriendly==10.0
|
|
25
|
-
idna==3.11
|
|
26
|
-
interrogate==1.7.0
|
|
27
|
-
isort==7.0.0
|
|
28
|
-
Jinja2==3.1.6
|
|
29
|
-
jiter==0.12.0
|
|
30
|
-
joblib==1.5.3
|
|
31
|
-
lizard==1.19.0
|
|
32
|
-
markdown-it-py==4.0.0
|
|
33
|
-
MarkupSafe==3.0.3
|
|
34
|
-
mccabe==0.7.0
|
|
35
|
-
mdurl==0.1.2
|
|
36
|
-
networkx==3.6.1
|
|
37
|
-
numpy==2.3.5
|
|
38
|
-
openai==2.12.0
|
|
39
|
-
packaging==25.0
|
|
40
|
-
pathspec==0.12.1
|
|
41
|
-
pillow==12.0.0
|
|
42
|
-
platformdirs==4.5.1
|
|
43
|
-
prettytable==3.17.0
|
|
44
|
-
py==1.11.0
|
|
45
|
-
pycodestyle==2.14.0
|
|
46
|
-
pydantic==2.12.5
|
|
47
|
-
pydantic_core==2.41.5
|
|
48
|
-
PyDriller==2.9
|
|
49
|
-
Pygments==2.19.2
|
|
50
|
-
pylint==4.0.4
|
|
51
|
-
pyparsing==3.2.5
|
|
52
|
-
pyperclip==1.11.0
|
|
53
|
-
python-dotenv==1.2.1
|
|
54
|
-
python-louvain==0.16
|
|
55
|
-
pytz==2025.2
|
|
56
|
-
PyYAML==6.0.3
|
|
57
|
-
requests==2.32.5
|
|
58
|
-
rich==14.2.0
|
|
59
|
-
scikit-learn==1.8.0
|
|
60
|
-
scipy==1.16.3
|
|
61
|
-
setuptools==80.9.0
|
|
62
|
-
shellingham==1.5.4
|
|
63
|
-
smmap==5.0.2
|
|
64
|
-
smolagents==1.16.1
|
|
65
|
-
sniffio==1.3.1
|
|
66
|
-
tabulate==0.9.0
|
|
67
|
-
threadpoolctl==3.6.0
|
|
68
|
-
tomlkit==0.13.3
|
|
69
|
-
flow-toon-format==0.9.0b2
|
|
70
|
-
tqdm==4.67.1
|
|
71
|
-
typer-slim==0.20.0
|
|
72
|
-
types-pytz==2025.2.0.20251108
|
|
73
|
-
typing-inspection==0.4.2
|
|
74
|
-
typing_extensions==4.15.0
|
|
75
|
-
urllib3==2.6.2
|
|
76
|
-
wcwidth==0.2.14
|
|
77
|
-
wheel==0.45.1
|
|
78
|
-
|
|
79
|
-
[dev]
|
|
80
|
-
pytest>=7.0.0
|
|
81
|
-
pytest-cov>=4.0.0
|
|
82
|
-
black>=22.0.0
|
|
83
|
-
isort>=5.10.0
|
|
84
|
-
mypy>=1.0.0
|
|
85
|
-
pre-commit>=2.20.0
|
|
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
|
{naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/agents/dependency_graph/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{naive_knowledge_base-0.1.4 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/not-zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|