Skip to content

Commit

Permalink
Add BabyAGIreference (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightaime committed Oct 19, 2023
1 parent 8588a0f commit 4ead4c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions camel/societies/babyagi_playing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@


class BabyAGI:
r"""BabyAGI Agent.
r"""The BabyAGI Agent adapted from `"Task-driven Autonomous Agent"
<https://github.com/yoheinakajima/babyagi>`_.
Args:
assistant_role_name (str): The name of the role played by the
Expand Down Expand Up @@ -202,7 +203,7 @@ def init_agents(self, init_assistant_sys_msg: BaseMessage,
def step(self) -> ChatAgentResponse:
r"""BabyAGI agent would pull the first task from the task list,
complete the task based on the context, then creates new tasks and
reprioritizes the task list based on the objective and the result of
re-prioritizes the task list based on the objective and the result of
the previous task. It returns assistant message.
Returns:
Expand Down

0 comments on commit 4ead4c4

Please sign in to comment.