Skip to content

Commit

Permalink
Remove stray log when paused, v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 30, 2023
1 parent 4705b01 commit 2a3a380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion agentloop/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def loop(steps, loop_data):
)

while loop_data["pause_event"].is_set():
print("Loop paused")
if loop_data["stop_event"].wait(timeout=1):
return
if loop_data["step_event"].wait(timeout=1):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="agentloop",
version="0.2.0",
version="0.2.1",
description="A simple, lightweight loop for your agent.",
long_description=readme, # added this line
long_description_content_type="text/markdown", # and this line
Expand Down

0 comments on commit 2a3a380

Please sign in to comment.