naive-knowledge-base 0.1.6__py3-none-any.whl → 0.2.0__py3-none-any.whl

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.
cli.py CHANGED
@@ -7,7 +7,7 @@ import os
7
7
  import dotenv
8
8
 
9
9
  # Define version locally
10
- __version__ = "0.1.0"
10
+ __version__ = "0.2.0"
11
11
 
12
12
  # Add current directory to path to allow local imports
13
13
  sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
@@ -24,8 +24,10 @@ try:
24
24
  generate_folder_tree,
25
25
  )
26
26
  except ImportError as e:
27
+ import traceback
27
28
  print(f"Error importing dependencies: {e}", file=sys.stderr)
28
- print("Please install dependencies: pip install -r requirements.txt", file=sys.stderr)
29
+ traceback.print_exc(file=sys.stderr)
30
+ print("\nPlease install dependencies: pip install -r requirements.txt", file=sys.stderr)
29
31
  sys.exit(1)
30
32
 
31
33
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: naive-knowledge-base
3
- Version: 0.1.6
3
+ Version: 0.2.0
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
@@ -34,6 +34,9 @@ Requires-Dist: networkx>=3.0
34
34
  Requires-Dist: scikit-learn>=1.0.0
35
35
  Requires-Dist: PyYAML>=6.0
36
36
  Requires-Dist: coloredlogs>=15.0
37
+ Requires-Dist: setuptools>=45.0
38
+ Requires-Dist: pip>=20.0
39
+ Requires-Dist: directory-tree>=1.0.0
37
40
  Provides-Extra: dev
38
41
  Requires-Dist: pytest>=7.0.0; extra == "dev"
39
42
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
@@ -1,4 +1,4 @@
1
- cli.py,sha256=ZqBfGleriD2imzWhbV7noEz2IBClE2sRzRDG9hmygXk,5782
1
+ cli.py,sha256=7SgnMhrR1GifrX316SuvE96PS2IWz4R9JN3ZC4C7gc4,5846
2
2
  main.py,sha256=AjFqJ-BAXUxeK31kuQOL_tkGW1w7WhgsS_HS5eqheXk,2219
3
3
  agents/__init__.py,sha256=5M5g7jPBn9PeMJ9TwH2Yggq0SqWY95rSnD8NWZm0cXY,151
4
4
  agents/common/__init__.py,sha256=9iwI7BZR8GqRlRD-Fvq42fW52SAZt3oUM2e0hR1bXW4,563
@@ -13,12 +13,12 @@ agents/dependency_graph/agent.py,sha256=MKTOT89licgq_w5ZnGVE-NeVvSxqN3k7LPuu7Kk5
13
13
  agents/dependency_graph/model.py,sha256=fMA4iXphVZQ41UcrgWHpp_hdUFaLY4_8-6QVaTU4o44,1098
14
14
  api_models/__init__.py,sha256=iPxcX-RpouvXZFmwbH-SeUWhW4UQBe8a-l2DmC2csrM,96
15
15
  api_models/flow_api_model.py,sha256=aSmsY0TRHB8Ylisbk8-CzB4CBo8QwAZJRLmiIa6nx6s,15184
16
- naive_knowledge_base-0.1.6.dist-info/licenses/LICENSE,sha256=OphKV48tcMv6ep-7j-8T6nycykPT0g8ZlMJ9zbGvdPs,1066
16
+ naive_knowledge_base-0.2.0.dist-info/licenses/LICENSE,sha256=OphKV48tcMv6ep-7j-8T6nycykPT0g8ZlMJ9zbGvdPs,1066
17
17
  tools/__init__.py,sha256=RUzn2bV-Q7GJrx6jy-Vo3j_5kBlJH9GTv9ZK3Z-hKGE,271
18
18
  tools/io.py,sha256=MfRJMbIjYx54iNq4nit5jVjXZqjPktg9m7RI_gCxHWo,1612
19
19
  tools/tree.py,sha256=rUv5Qm4PZW7-zxD3S8e_PFj5PliAA5XdTJyqF8L42nk,1666
20
- naive_knowledge_base-0.1.6.dist-info/METADATA,sha256=ohk3qpxTY3o1SMR6g6a5pi7Fb2ZjJnEBo16r5MDb3u4,6307
21
- naive_knowledge_base-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
22
- naive_knowledge_base-0.1.6.dist-info/entry_points.txt,sha256=UgKAmqSs86uLJ3P81eLHEauN-RWaGFT0uhZ54mTzvqo,38
23
- naive_knowledge_base-0.1.6.dist-info/top_level.txt,sha256=QLdDlcaSJKlVrg-wXEyzw4dfOnxkVaXP02og9vzF5aU,33
24
- naive_knowledge_base-0.1.6.dist-info/RECORD,,
20
+ naive_knowledge_base-0.2.0.dist-info/METADATA,sha256=l-rrqPGKWb_CfzssFJAP8c9jBlyt796meP8MFBA3Vbs,6401
21
+ naive_knowledge_base-0.2.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
22
+ naive_knowledge_base-0.2.0.dist-info/entry_points.txt,sha256=UgKAmqSs86uLJ3P81eLHEauN-RWaGFT0uhZ54mTzvqo,38
23
+ naive_knowledge_base-0.2.0.dist-info/top_level.txt,sha256=QLdDlcaSJKlVrg-wXEyzw4dfOnxkVaXP02og9vzF5aU,33
24
+ naive_knowledge_base-0.2.0.dist-info/RECORD,,