mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04: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