Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 18, 2023
1 parent b95af47 commit 7cbfe5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions agentloop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
"""
agentloop
A simple, lightweight loop for your agent. Start/stop, step-through, and more.
"""

__version__ = "0.1.0"
__author__ = "Autonomous Research Group"
__credits__ = "https://github.com/AutonomousResearchGroup/agentloop"

from .loop import start, step, stop, loop
from .input import step_with_input_key
from .context import create_default_context, create_context_builders
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.1.0",
version="0.1.4",
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 7cbfe5d

Please sign in to comment.