diff --git a/autogpt/commands.py b/autogpt/commands.py index 352b3340..7301ff68 100644 --- a/autogpt/commands.py +++ b/autogpt/commands.py @@ -265,7 +265,7 @@ def message_agent(key, message): def list_agents(): """List all agents""" - return list_agents() + return agents.list_agents() def delete_agent(key):