dalexor 0.1.8__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.
- dalexor/main.py +2 -2
- {dalexor-0.1.8.dist-info → dalexor-0.2.0.dist-info}/METADATA +1 -1
- dalexor-0.2.0.dist-info/RECORD +8 -0
- dalexor-0.1.8.dist-info/RECORD +0 -8
- {dalexor-0.1.8.dist-info → dalexor-0.2.0.dist-info}/WHEEL +0 -0
- {dalexor-0.1.8.dist-info → dalexor-0.2.0.dist-info}/entry_points.txt +0 -0
- {dalexor-0.1.8.dist-info → dalexor-0.2.0.dist-info}/licenses/LICENSE +0 -0
- {dalexor-0.1.8.dist-info → dalexor-0.2.0.dist-info}/top_level.txt +0 -0
dalexor/main.py
CHANGED
|
@@ -269,7 +269,7 @@ def print_banner(email="Sovereign", plan="Identity Verified"):
|
|
|
269
269
|
"""Print welcome banner with user info."""
|
|
270
270
|
display_plan = plan
|
|
271
271
|
if plan.lower() == "free": display_plan = "Surgical Sandbox (Limited)"
|
|
272
|
-
elif plan.lower() == "
|
|
272
|
+
elif plan.lower() == "standard": display_plan = "Standard (Scaling)"
|
|
273
273
|
|
|
274
274
|
print("\n" + "="*60)
|
|
275
275
|
print(" DALEXOR INTELLIGENCE SYSTEM")
|
|
@@ -1226,7 +1226,7 @@ def run_agent():
|
|
|
1226
1226
|
elif res.status_code == 429:
|
|
1227
1227
|
print(f"[!] Rate Limit Exceeded: Your plan is currently throttled. Upgrade to Sovereign for near-unlimited velocity.")
|
|
1228
1228
|
elif res.status_code == 402:
|
|
1229
|
-
print(f"[!] Quota Full: You have reached your Intelligence Atom limit. Please upgrade or manage your atoms at
|
|
1229
|
+
print(f"[!] Quota Full: You have reached your Intelligence Atom limit. Please upgrade or manage your atoms at 'dalexor.com'")
|
|
1230
1230
|
else:
|
|
1231
1231
|
print(f"[!] Handshake Refused: {res.status_code} - {res.text}")
|
|
1232
1232
|
except Exception as e:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
dalexor/main.py,sha256=H0G7TwvAXzUpSK3IIlDcqZWkLLlorWE4CHQv9U-Y9F0,58775
|
|
3
|
+
dalexor-0.2.0.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
|
|
4
|
+
dalexor-0.2.0.dist-info/METADATA,sha256=EZk2vEAMBzowkm7YnihOnhMXAgkBbgcPvMpvHuvU4gQ,2178
|
|
5
|
+
dalexor-0.2.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
dalexor-0.2.0.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
|
|
7
|
+
dalexor-0.2.0.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
|
|
8
|
+
dalexor-0.2.0.dist-info/RECORD,,
|
dalexor-0.1.8.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
dalexor/main.py,sha256=afbdQKUcJFie0Bku5DEdv2jnng8AC1lzW93nrGPfgEc,58770
|
|
3
|
-
dalexor-0.1.8.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
|
|
4
|
-
dalexor-0.1.8.dist-info/METADATA,sha256=Xfs6TMPVcLzDITsZh1bLCSlpEFSYnwKFWCOW4o6iVAQ,2178
|
|
5
|
-
dalexor-0.1.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
-
dalexor-0.1.8.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
|
|
7
|
-
dalexor-0.1.8.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
|
|
8
|
-
dalexor-0.1.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|