Upload main.py
Browse filesRemoved unnecessary code.
main.py
CHANGED
|
@@ -1080,23 +1080,6 @@ def main() -> None:
|
|
| 1080 |
if garden["n_tok_tot"][c_tree] >= garden["THRESHOLD"][c_tree]: # Check garden context budget
|
| 1081 |
print(f" {c.inv} ββ Init condensatron get posts: garden['{c_tree}'] ββββββββββββββββββββββββββββ {c.res}")
|
| 1082 |
condensatron(_models["mind"], c_tree, "mind") # Start condensatron get popped posts
|
| 1083 |
-
# ββ Check pre condensatron job ββββββββββββββββββββββββββββββββ
|
| 1084 |
-
_pre_condensatron_tree: str = ""
|
| 1085 |
-
if c_tree == "F":
|
| 1086 |
-
if len(garden["Z"]) > 0: # Check remaining posts
|
| 1087 |
-
_pre_condensatron_tree = "Z"
|
| 1088 |
-
print(f" {c.inv} ββ Init _pre_condensatron_tree get posts: garden['{_pre_condensatron_tree}'] ββββββββββββββββββββββββββββ {c.res}")
|
| 1089 |
-
condensatron(_models["mind"], _pre_condensatron_tree, "mind") # Start condensatron get popped posts
|
| 1090 |
-
if len(garden["C"]) > 0: # Check remaining posts
|
| 1091 |
-
_pre_condensatron_tree = "C"
|
| 1092 |
-
print(f" {c.inv} ββ Init _pre_condensatron_tree get posts: garden['{_pre_condensatron_tree}'] ββββββββββββββββββββββββββββ {c.res}")
|
| 1093 |
-
condensatron(_models["mind"], _pre_condensatron_tree, "mind") # Start condensatron get popped posts
|
| 1094 |
-
|
| 1095 |
-
elif c_tree == "C": # Check remaining posts
|
| 1096 |
-
if len(garden["Z"]):
|
| 1097 |
-
_pre_condensatron_tree = "Z"
|
| 1098 |
-
print(f" {c.inv} ββ Init _pre_condensatron_tree get posts: garden['{_pre_condensatron_tree}'] ββββββββββββββββββββββββββββ {c.res}")
|
| 1099 |
-
condensatron(_models["mind"], _pre_condensatron_tree, "mind") # Start condensatron get popped posts
|
| 1100 |
|
| 1101 |
reset_turn_content()
|
| 1102 |
_heartbeats = 0
|
|
|
|
| 1080 |
if garden["n_tok_tot"][c_tree] >= garden["THRESHOLD"][c_tree]: # Check garden context budget
|
| 1081 |
print(f" {c.inv} ββ Init condensatron get posts: garden['{c_tree}'] ββββββββββββββββββββββββββββ {c.res}")
|
| 1082 |
condensatron(_models["mind"], c_tree, "mind") # Start condensatron get popped posts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1083 |
|
| 1084 |
reset_turn_content()
|
| 1085 |
_heartbeats = 0
|