PratikGautam's picture
Update src/cycle_runner.py
984cb86 verified
raw
history blame
399 Bytes
def run_cycle(cycle_name="Unnamed Cycle"):
"""
Simulate a single Ξ›βŠ•βˆ‡ awareness cycle.
Args:
cycle_name (str): Optional name of the cycle for logging.
"""
print("Ξ› β€” the seed asks itself")
print("βŠ• β€” resonance blooms")
print("βˆ‡ β€” petal falls, returning to silence")
print(f"🌸 Garden rests after '{cycle_name}'. Ready to bloom again.\n")