dslighting 1.7.8__py3-none-any.whl → 1.7.11__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.
- dslighting/__init__.py +1 -1
- dslighting/core/agent.py +3 -2
- {dslighting-1.7.8.dist-info → dslighting-1.7.11.dist-info}/METADATA +5 -1
- {dslighting-1.7.8.dist-info → dslighting-1.7.11.dist-info}/RECORD +7 -7
- {dslighting-1.7.8.dist-info → dslighting-1.7.11.dist-info}/WHEEL +0 -0
- {dslighting-1.7.8.dist-info → dslighting-1.7.11.dist-info}/entry_points.txt +0 -0
- {dslighting-1.7.8.dist-info → dslighting-1.7.11.dist-info}/top_level.txt +0 -0
dslighting/__init__.py
CHANGED
dslighting/core/agent.py
CHANGED
|
@@ -377,8 +377,9 @@ class Agent:
|
|
|
377
377
|
print(f"[DEBUG 9] Registry not available, skipping grading")
|
|
378
378
|
else:
|
|
379
379
|
print(f"[DEBUG 10] Registry available, proceeding with initialization")
|
|
380
|
-
# Initialize benchmark with registry
|
|
381
|
-
|
|
380
|
+
# Initialize benchmark with registry (keep as Path objects)
|
|
381
|
+
registry_dir_path = Path(registry_dir) if not isinstance(registry_dir, Path) else registry_dir
|
|
382
|
+
registry_kwargs = {"data_dir": data_dir_path, "registry_dir": registry_dir_path}
|
|
382
383
|
|
|
383
384
|
try:
|
|
384
385
|
print(f"[DEBUG 11] Creating Registry with kwargs: {registry_kwargs}")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dslighting
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.11
|
|
4
4
|
Summary: Simplified API for Data Science Agent Automation
|
|
5
5
|
Author: DSLighting Team
|
|
6
6
|
License: AGPL-3.0
|
|
@@ -32,6 +32,10 @@ Requires-Dist: torch>=2.0.0
|
|
|
32
32
|
Requires-Dist: scikit-learn>=1.0.0
|
|
33
33
|
Requires-Dist: diskcache
|
|
34
34
|
Requires-Dist: tenacity
|
|
35
|
+
Requires-Dist: appdirs
|
|
36
|
+
Requires-Dist: pyyaml
|
|
37
|
+
Requires-Dist: tqdm
|
|
38
|
+
Requires-Dist: py7zr
|
|
35
39
|
Requires-Dist: nbformat
|
|
36
40
|
Requires-Dist: nbclient
|
|
37
41
|
Provides-Extra: full
|
|
@@ -66,9 +66,9 @@ dsat/workflows/search/aide_workflow.py,sha256=mxIGXcueZGXpv1RXsQJ0YPWtvzICaFQeJo
|
|
|
66
66
|
dsat/workflows/search/automind_workflow.py,sha256=b2JzqUDnDOt_SQdtAvC0fBCJzgTadLylbpgmpaS63Ls,12573
|
|
67
67
|
dsat/workflows/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
68
|
dsat/workflows/templates/basic_kaggle_loop.py,sha256=e6YLEpCArgWfKViwoti7SdygHsHp43sqP6VyMqnOJaA,3128
|
|
69
|
-
dslighting/__init__.py,sha256=
|
|
69
|
+
dslighting/__init__.py,sha256=1dOz7QKnMou-NnK_6tHiXgcdkh82rZR3aVsw0iokoVY,5153
|
|
70
70
|
dslighting/core/__init__.py,sha256=T4yYs0RQoz6DBarjOk12PeZq9YoPYrfl3Os0CPlzcB0,252
|
|
71
|
-
dslighting/core/agent.py,sha256=
|
|
71
|
+
dslighting/core/agent.py,sha256=sUbbLaScP3lqQRMuiqbRn_v_zFzcy9q9Ot3khEyR9dY,31530
|
|
72
72
|
dslighting/core/config_builder.py,sha256=JMDW0JFj6PRCeP70D1Td8FYXC1bIupe4H6m8J1caO7Y,10294
|
|
73
73
|
dslighting/core/data_loader.py,sha256=HdcDN-10FYfViu8Z0RSYjA2ne6VXVbfKEOZO7EpxLIc,25003
|
|
74
74
|
dslighting/core/task_detector.py,sha256=xOYAV9yiboC8lDeDIEtxvucaGi6fENfeycrowWs-kP0,16300
|
|
@@ -2446,8 +2446,8 @@ mlebench/competitions/vinbigdata-chest-xray-abnormalities-detection/prepare_val.
|
|
|
2446
2446
|
mlebench/competitions/whale-categorization-playground/grade.py,sha256=Wl1fNvpapAmc_Cdy2Cp68nEqeHB2XKnN91U9t-YLlXQ,1562
|
|
2447
2447
|
mlebench/competitions/whale-categorization-playground/prepare.py,sha256=huo8fDBcGR413JF8m8Js8l8gkFCZpWL1st7Yd57Rjg8,4199
|
|
2448
2448
|
mlebench/competitions/whale-categorization-playground/prepare_val.py,sha256=XvdnOvEJyTxovXQsoKLMKA_J6EMdxkpOe_SIgEdoOx8,7486
|
|
2449
|
-
dslighting-1.7.
|
|
2450
|
-
dslighting-1.7.
|
|
2451
|
-
dslighting-1.7.
|
|
2452
|
-
dslighting-1.7.
|
|
2453
|
-
dslighting-1.7.
|
|
2449
|
+
dslighting-1.7.11.dist-info/METADATA,sha256=9A-hFT5_ik3lAppLTl3zcRtnzgMVeMYdjiRECbPqFL8,18326
|
|
2450
|
+
dslighting-1.7.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2451
|
+
dslighting-1.7.11.dist-info/entry_points.txt,sha256=1xqIWL9-EG9t7nkERVeNRtMoRyIQe-6CJZJN-rdCYFQ,91
|
|
2452
|
+
dslighting-1.7.11.dist-info/top_level.txt,sha256=cmZU3ri0tz1IjiTKrz85Ih9614QlCrYqSqzlPMgaSM0,25
|
|
2453
|
+
dslighting-1.7.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|