naive-knowledge-base 0.1.5__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.
Files changed (34) hide show
  1. {naive_knowledge_base-0.1.5/naive_knowledge_base.egg-info → naive_knowledge_base-0.1.6}/PKG-INFO +11 -91
  2. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6/naive_knowledge_base.egg-info}/PKG-INFO +11 -91
  3. naive_knowledge_base-0.1.6/naive_knowledge_base.egg-info/requires.txt +18 -0
  4. naive_knowledge_base-0.1.6/pyproject.toml +79 -0
  5. naive_knowledge_base-0.1.5/naive_knowledge_base.egg-info/requires.txt +0 -98
  6. naive_knowledge_base-0.1.5/pyproject.toml +0 -159
  7. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/LICENSE +0 -0
  8. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/MANIFEST.in +0 -0
  9. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/README.md +0 -0
  10. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/__init__.py +0 -0
  11. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/__init__.py +0 -0
  12. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/base.py +0 -0
  13. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/exceptions.py +0 -0
  14. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/logging.py +0 -0
  15. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/schema_converter.py +0 -0
  16. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/tools.py +0 -0
  17. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/common/utils.py +0 -0
  18. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/dependency_graph/__init__.py +0 -0
  19. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/dependency_graph/agent.py +0 -0
  20. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/agents/dependency_graph/model.py +0 -0
  21. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/api_models/__init__.py +0 -0
  22. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/api_models/flow_api_model.py +0 -0
  23. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/cli.py +0 -0
  24. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/main.py +0 -0
  25. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/SOURCES.txt +0 -0
  26. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/dependency_links.txt +0 -0
  27. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/entry_points.txt +0 -0
  28. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/not-zip-safe +0 -0
  29. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/naive_knowledge_base.egg-info/top_level.txt +0 -0
  30. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/setup.cfg +0 -0
  31. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/setup.py +0 -0
  32. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/tools/__init__.py +0 -0
  33. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/tools/io.py +0 -0
  34. {naive_knowledge_base-0.1.5 → naive_knowledge_base-0.1.6}/tools/tree.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naive-knowledge-base
3
- Version: 0.1.5
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,96 +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: annotated-types==0.7.0
28
- Requires-Dist: anyio==4.12.0
29
- Requires-Dist: astroid==4.0.2
30
- Requires-Dist: attrs==25.4.0
31
- Requires-Dist: autopep8==2.3.2
32
- Requires-Dist: certifi==2025.11.12
33
- Requires-Dist: charset-normalizer==3.4.4
34
- Requires-Dist: click==8.3.1
35
- Requires-Dist: colorama==0.4.6
36
- Requires-Dist: coloredlogs==15.0.1
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: httpx-sse==0.4.1
50
- Requires-Dist: huggingface_hub==1.2.3
51
- Requires-Dist: humanfriendly==10.0
52
- Requires-Dist: idna==3.11
53
- Requires-Dist: interrogate==1.7.0
54
- Requires-Dist: isort==7.0.0
55
- Requires-Dist: Jinja2==3.1.6
56
- Requires-Dist: jiter==0.12.0
57
- Requires-Dist: joblib==1.5.3
58
- Requires-Dist: lizard==1.19.0
59
- Requires-Dist: markdown-it-py==4.0.0
60
- Requires-Dist: MarkupSafe==3.0.3
61
- Requires-Dist: mccabe==0.7.0
62
- Requires-Dist: mdurl==0.1.2
63
- Requires-Dist: networkx==3.6.1
64
- Requires-Dist: numpy==2.3.5
65
- Requires-Dist: openai==2.12.0
66
- Requires-Dist: openinference-instrumentation==0.1.38
67
- Requires-Dist: openinference-instrumentation-smolagents==0.1.18
68
- Requires-Dist: openinference-semantic-conventions==0.1.21
69
- Requires-Dist: opentelemetry-api==1.37.0
70
- Requires-Dist: opentelemetry-exporter-otlp==1.37.0
71
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0
72
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0
73
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0
74
- Requires-Dist: opentelemetry-instrumentation==0.58b0
75
- Requires-Dist: opentelemetry-proto==1.37.0
76
- Requires-Dist: opentelemetry-sdk==1.37.0
77
- Requires-Dist: opentelemetry-semantic-conventions==0.58b0
78
- Requires-Dist: packaging==25.0
79
- Requires-Dist: pathspec==0.12.1
80
- Requires-Dist: pillow==12.0.0
81
- Requires-Dist: platformdirs==4.5.1
82
- Requires-Dist: prettytable==3.17.0
83
- Requires-Dist: py==1.11.0
84
- Requires-Dist: pycodestyle==2.14.0
85
- Requires-Dist: pydantic==2.12.5
86
- Requires-Dist: pydantic_core==2.41.5
87
- Requires-Dist: PyDriller==2.9
88
- Requires-Dist: Pygments==2.19.2
89
- Requires-Dist: pylint==4.0.4
90
- Requires-Dist: pyparsing==3.2.5
91
- Requires-Dist: pyperclip==1.11.0
92
- Requires-Dist: python-dotenv==1.2.1
93
- Requires-Dist: python-louvain==0.16
94
- Requires-Dist: pytz==2025.2
95
- Requires-Dist: PyYAML==6.0.3
96
- Requires-Dist: requests==2.32.5
97
- Requires-Dist: rich==14.2.0
98
- Requires-Dist: scikit-learn==1.8.0
99
- Requires-Dist: scipy==1.16.3
100
- Requires-Dist: setuptools==80.9.0
101
- Requires-Dist: shellingham==1.5.4
102
- Requires-Dist: smmap==5.0.2
103
- Requires-Dist: smolagents==1.16.1
104
- Requires-Dist: sniffio==1.3.1
105
- Requires-Dist: tabulate==0.9.0
106
- Requires-Dist: threadpoolctl==3.6.0
107
- Requires-Dist: tomlkit==0.13.3
108
- Requires-Dist: flow-toon-format==0.9.0b2
109
- Requires-Dist: tqdm==4.67.1
110
- Requires-Dist: typer-slim==0.20.0
111
- Requires-Dist: types-pytz==2025.2.0.20251108
112
- Requires-Dist: typing-inspection==0.4.2
113
- Requires-Dist: typing_extensions==4.15.0
114
- Requires-Dist: urllib3==2.6.2
115
- Requires-Dist: wcwidth==0.2.14
116
- 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
117
37
  Provides-Extra: dev
118
38
  Requires-Dist: pytest>=7.0.0; extra == "dev"
119
39
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naive-knowledge-base
3
- Version: 0.1.5
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,96 +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: annotated-types==0.7.0
28
- Requires-Dist: anyio==4.12.0
29
- Requires-Dist: astroid==4.0.2
30
- Requires-Dist: attrs==25.4.0
31
- Requires-Dist: autopep8==2.3.2
32
- Requires-Dist: certifi==2025.11.12
33
- Requires-Dist: charset-normalizer==3.4.4
34
- Requires-Dist: click==8.3.1
35
- Requires-Dist: colorama==0.4.6
36
- Requires-Dist: coloredlogs==15.0.1
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: httpx-sse==0.4.1
50
- Requires-Dist: huggingface_hub==1.2.3
51
- Requires-Dist: humanfriendly==10.0
52
- Requires-Dist: idna==3.11
53
- Requires-Dist: interrogate==1.7.0
54
- Requires-Dist: isort==7.0.0
55
- Requires-Dist: Jinja2==3.1.6
56
- Requires-Dist: jiter==0.12.0
57
- Requires-Dist: joblib==1.5.3
58
- Requires-Dist: lizard==1.19.0
59
- Requires-Dist: markdown-it-py==4.0.0
60
- Requires-Dist: MarkupSafe==3.0.3
61
- Requires-Dist: mccabe==0.7.0
62
- Requires-Dist: mdurl==0.1.2
63
- Requires-Dist: networkx==3.6.1
64
- Requires-Dist: numpy==2.3.5
65
- Requires-Dist: openai==2.12.0
66
- Requires-Dist: openinference-instrumentation==0.1.38
67
- Requires-Dist: openinference-instrumentation-smolagents==0.1.18
68
- Requires-Dist: openinference-semantic-conventions==0.1.21
69
- Requires-Dist: opentelemetry-api==1.37.0
70
- Requires-Dist: opentelemetry-exporter-otlp==1.37.0
71
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0
72
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0
73
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0
74
- Requires-Dist: opentelemetry-instrumentation==0.58b0
75
- Requires-Dist: opentelemetry-proto==1.37.0
76
- Requires-Dist: opentelemetry-sdk==1.37.0
77
- Requires-Dist: opentelemetry-semantic-conventions==0.58b0
78
- Requires-Dist: packaging==25.0
79
- Requires-Dist: pathspec==0.12.1
80
- Requires-Dist: pillow==12.0.0
81
- Requires-Dist: platformdirs==4.5.1
82
- Requires-Dist: prettytable==3.17.0
83
- Requires-Dist: py==1.11.0
84
- Requires-Dist: pycodestyle==2.14.0
85
- Requires-Dist: pydantic==2.12.5
86
- Requires-Dist: pydantic_core==2.41.5
87
- Requires-Dist: PyDriller==2.9
88
- Requires-Dist: Pygments==2.19.2
89
- Requires-Dist: pylint==4.0.4
90
- Requires-Dist: pyparsing==3.2.5
91
- Requires-Dist: pyperclip==1.11.0
92
- Requires-Dist: python-dotenv==1.2.1
93
- Requires-Dist: python-louvain==0.16
94
- Requires-Dist: pytz==2025.2
95
- Requires-Dist: PyYAML==6.0.3
96
- Requires-Dist: requests==2.32.5
97
- Requires-Dist: rich==14.2.0
98
- Requires-Dist: scikit-learn==1.8.0
99
- Requires-Dist: scipy==1.16.3
100
- Requires-Dist: setuptools==80.9.0
101
- Requires-Dist: shellingham==1.5.4
102
- Requires-Dist: smmap==5.0.2
103
- Requires-Dist: smolagents==1.16.1
104
- Requires-Dist: sniffio==1.3.1
105
- Requires-Dist: tabulate==0.9.0
106
- Requires-Dist: threadpoolctl==3.6.0
107
- Requires-Dist: tomlkit==0.13.3
108
- Requires-Dist: flow-toon-format==0.9.0b2
109
- Requires-Dist: tqdm==4.67.1
110
- Requires-Dist: typer-slim==0.20.0
111
- Requires-Dist: types-pytz==2025.2.0.20251108
112
- Requires-Dist: typing-inspection==0.4.2
113
- Requires-Dist: typing_extensions==4.15.0
114
- Requires-Dist: urllib3==2.6.2
115
- Requires-Dist: wcwidth==0.2.14
116
- 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
117
37
  Provides-Extra: dev
118
38
  Requires-Dist: pytest>=7.0.0; extra == "dev"
119
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
@@ -0,0 +1,79 @@
1
+ [build-system]
2
+ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "naive-knowledge-base"
7
+ version = "0.1.6"
8
+ description = "A dependency graph analyzer using smolagents"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = {text = "MIT"}
12
+ authors = [
13
+ {name = "Your Name", email = "your.email@example.com"}
14
+ ]
15
+ keywords = ["dependency-graph", "code-analysis", "smolagents", "ai-agents"]
16
+ classifiers = [
17
+ "Development Status :: 3 - Alpha",
18
+ "Intended Audience :: Developers",
19
+ "Topic :: Software Development :: Libraries :: Python Modules",
20
+ "License :: OSI Approved :: MIT License",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.8",
23
+ "Programming Language :: Python :: 3.9",
24
+ "Programming Language :: Python :: 3.10",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
+ ]
28
+ dependencies = [
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",
39
+ ]
40
+
41
+ [project.urls]
42
+ Homepage = "https://github.com/yourusername/naive-knowledge-base"
43
+ Documentation = "https://github.com/yourusername/naive-knowledge-base#readme"
44
+ Repository = "https://github.com/yourusername/naive-knowledge-base"
45
+ Issues = "https://github.com/yourusername/naive-knowledge-base/issues"
46
+
47
+ [project.scripts]
48
+ naive-kb = "cli:main"
49
+
50
+ [tool.setuptools]
51
+ py-modules = ["cli", "main"]
52
+ packages = ["agents", "agents.common", "agents.dependency_graph", "api_models", "tools"]
53
+
54
+ [tool.setuptools.package-data]
55
+ "*" = ["py.typed"]
56
+
57
+ [tool.black]
58
+ line-length = 100
59
+ target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
60
+
61
+ [tool.isort]
62
+ profile = "black"
63
+ line_length = 100
64
+
65
+ [tool.pytest.ini_options]
66
+ testpaths = ["tests"]
67
+ python_files = ["test_*.py"]
68
+ python_classes = ["Test*"]
69
+ python_functions = ["test_*"]
70
+
71
+ [project.optional-dependencies]
72
+ dev = [
73
+ "pytest>=7.0.0",
74
+ "pytest-cov>=4.0.0",
75
+ "black>=22.0.0",
76
+ "isort>=5.10.0",
77
+ "mypy>=1.0.0",
78
+ "pre-commit>=2.20.0",
79
+ ]
@@ -1,98 +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
- httpx-sse==0.4.1
24
- huggingface_hub==1.2.3
25
- humanfriendly==10.0
26
- idna==3.11
27
- interrogate==1.7.0
28
- isort==7.0.0
29
- Jinja2==3.1.6
30
- jiter==0.12.0
31
- joblib==1.5.3
32
- lizard==1.19.0
33
- markdown-it-py==4.0.0
34
- MarkupSafe==3.0.3
35
- mccabe==0.7.0
36
- mdurl==0.1.2
37
- networkx==3.6.1
38
- numpy==2.3.5
39
- openai==2.12.0
40
- openinference-instrumentation==0.1.38
41
- openinference-instrumentation-smolagents==0.1.18
42
- openinference-semantic-conventions==0.1.21
43
- opentelemetry-api==1.37.0
44
- opentelemetry-exporter-otlp==1.37.0
45
- opentelemetry-exporter-otlp-proto-common==1.37.0
46
- opentelemetry-exporter-otlp-proto-grpc==1.37.0
47
- opentelemetry-exporter-otlp-proto-http==1.37.0
48
- opentelemetry-instrumentation==0.58b0
49
- opentelemetry-proto==1.37.0
50
- opentelemetry-sdk==1.37.0
51
- opentelemetry-semantic-conventions==0.58b0
52
- packaging==25.0
53
- pathspec==0.12.1
54
- pillow==12.0.0
55
- platformdirs==4.5.1
56
- prettytable==3.17.0
57
- py==1.11.0
58
- pycodestyle==2.14.0
59
- pydantic==2.12.5
60
- pydantic_core==2.41.5
61
- PyDriller==2.9
62
- Pygments==2.19.2
63
- pylint==4.0.4
64
- pyparsing==3.2.5
65
- pyperclip==1.11.0
66
- python-dotenv==1.2.1
67
- python-louvain==0.16
68
- pytz==2025.2
69
- PyYAML==6.0.3
70
- requests==2.32.5
71
- rich==14.2.0
72
- scikit-learn==1.8.0
73
- scipy==1.16.3
74
- setuptools==80.9.0
75
- shellingham==1.5.4
76
- smmap==5.0.2
77
- smolagents==1.16.1
78
- sniffio==1.3.1
79
- tabulate==0.9.0
80
- threadpoolctl==3.6.0
81
- tomlkit==0.13.3
82
- flow-toon-format==0.9.0b2
83
- tqdm==4.67.1
84
- typer-slim==0.20.0
85
- types-pytz==2025.2.0.20251108
86
- typing-inspection==0.4.2
87
- typing_extensions==4.15.0
88
- urllib3==2.6.2
89
- wcwidth==0.2.14
90
- wheel==0.45.1
91
-
92
- [dev]
93
- pytest>=7.0.0
94
- pytest-cov>=4.0.0
95
- black>=22.0.0
96
- isort>=5.10.0
97
- mypy>=1.0.0
98
- pre-commit>=2.20.0
@@ -1,159 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "naive-knowledge-base"
7
- version = "0.1.5"
8
- description = "A dependency graph analyzer using smolagents"
9
- readme = "README.md"
10
- requires-python = ">=3.8"
11
- license = {text = "MIT"}
12
- authors = [
13
- {name = "Your Name", email = "your.email@example.com"}
14
- ]
15
- keywords = ["dependency-graph", "code-analysis", "smolagents", "ai-agents"]
16
- classifiers = [
17
- "Development Status :: 3 - Alpha",
18
- "Intended Audience :: Developers",
19
- "Topic :: Software Development :: Libraries :: Python Modules",
20
- "License :: OSI Approved :: MIT License",
21
- "Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.8",
23
- "Programming Language :: Python :: 3.9",
24
- "Programming Language :: Python :: 3.10",
25
- "Programming Language :: Python :: 3.11",
26
- "Programming Language :: Python :: 3.12",
27
- ]
28
- dependencies = [
29
- "annotated-types==0.7.0",
30
- "anyio==4.12.0",
31
- "astroid==4.0.2",
32
- "attrs==25.4.0",
33
- "autopep8==2.3.2",
34
- "certifi==2025.11.12",
35
- "charset-normalizer==3.4.4",
36
- "click==8.3.1",
37
- "colorama==0.4.6",
38
- "coloredlogs==15.0.1",
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
- "httpx-sse==0.4.1",
52
- "huggingface_hub==1.2.3",
53
- "humanfriendly==10.0",
54
- "idna==3.11",
55
- "interrogate==1.7.0",
56
- "isort==7.0.0",
57
- "Jinja2==3.1.6",
58
- "jiter==0.12.0",
59
- "joblib==1.5.3",
60
- "lizard==1.19.0",
61
- "markdown-it-py==4.0.0",
62
- "MarkupSafe==3.0.3",
63
- "mccabe==0.7.0",
64
- "mdurl==0.1.2",
65
- "networkx==3.6.1",
66
- "numpy==2.3.5",
67
- "openai==2.12.0",
68
- "openinference-instrumentation==0.1.38",
69
- "openinference-instrumentation-smolagents==0.1.18",
70
- "openinference-semantic-conventions==0.1.21",
71
- "opentelemetry-api==1.37.0",
72
- "opentelemetry-exporter-otlp==1.37.0",
73
- "opentelemetry-exporter-otlp-proto-common==1.37.0",
74
- "opentelemetry-exporter-otlp-proto-grpc==1.37.0",
75
- "opentelemetry-exporter-otlp-proto-http==1.37.0",
76
- "opentelemetry-instrumentation==0.58b0",
77
- "opentelemetry-proto==1.37.0",
78
- "opentelemetry-sdk==1.37.0",
79
- "opentelemetry-semantic-conventions==0.58b0",
80
- "packaging==25.0",
81
- "pathspec==0.12.1",
82
- "pillow==12.0.0",
83
- "platformdirs==4.5.1",
84
- "prettytable==3.17.0",
85
- "py==1.11.0",
86
- "pycodestyle==2.14.0",
87
- "pydantic==2.12.5",
88
- "pydantic_core==2.41.5",
89
- "PyDriller==2.9",
90
- "Pygments==2.19.2",
91
- "pylint==4.0.4",
92
- "pyparsing==3.2.5",
93
- "pyperclip==1.11.0",
94
- "python-dotenv==1.2.1",
95
- "python-louvain==0.16",
96
- "pytz==2025.2",
97
- "PyYAML==6.0.3",
98
- "requests==2.32.5",
99
- "rich==14.2.0",
100
- "scikit-learn==1.8.0",
101
- "scipy==1.16.3",
102
- "setuptools==80.9.0",
103
- "shellingham==1.5.4",
104
- "smmap==5.0.2",
105
- "smolagents==1.16.1",
106
- "sniffio==1.3.1",
107
- "tabulate==0.9.0",
108
- "threadpoolctl==3.6.0",
109
- "tomlkit==0.13.3",
110
- "flow-toon-format==0.9.0b2",
111
- "tqdm==4.67.1",
112
- "typer-slim==0.20.0",
113
- "types-pytz==2025.2.0.20251108",
114
- "typing-inspection==0.4.2",
115
- "typing_extensions==4.15.0",
116
- "urllib3==2.6.2",
117
- "wcwidth==0.2.14",
118
- "wheel==0.45.1",
119
- ]
120
-
121
- [project.urls]
122
- Homepage = "https://github.com/yourusername/naive-knowledge-base"
123
- Documentation = "https://github.com/yourusername/naive-knowledge-base#readme"
124
- Repository = "https://github.com/yourusername/naive-knowledge-base"
125
- Issues = "https://github.com/yourusername/naive-knowledge-base/issues"
126
-
127
- [project.scripts]
128
- naive-kb = "cli:main"
129
-
130
- [tool.setuptools]
131
- py-modules = ["cli", "main"]
132
- packages = ["agents", "agents.common", "agents.dependency_graph", "api_models", "tools"]
133
-
134
- [tool.setuptools.package-data]
135
- "*" = ["py.typed"]
136
-
137
- [tool.black]
138
- line-length = 100
139
- target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
140
-
141
- [tool.isort]
142
- profile = "black"
143
- line_length = 100
144
-
145
- [tool.pytest.ini_options]
146
- testpaths = ["tests"]
147
- python_files = ["test_*.py"]
148
- python_classes = ["Test*"]
149
- python_functions = ["test_*"]
150
-
151
- [project.optional-dependencies]
152
- dev = [
153
- "pytest>=7.0.0",
154
- "pytest-cov>=4.0.0",
155
- "black>=22.0.0",
156
- "isort>=5.10.0",
157
- "mypy>=1.0.0",
158
- "pre-commit>=2.20.0",
159
- ]