mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-09 08:14:27 +01:00
Fix list_agents to not call it self.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user