corentinm7 commited on
Commit
f02e5e1
·
verified ·
1 Parent(s): 05e6f57

Upload folder using huggingface_hub

Browse files
src/opensymbiose/agents/create_agents.py CHANGED
@@ -48,8 +48,3 @@ async def get_agents():
48
  A dictionary of agent names to Agent objects
49
  """
50
  return await setup_agents()
51
-
52
-
53
- # For backwards compatibility and direct script execution
54
- # Note: This is now just a placeholder as setup_agents() is async and can't be awaited at module level
55
- symbiose_agents = {}
 
48
  A dictionary of agent names to Agent objects
49
  """
50
  return await setup_agents()