From c45d73c3221ecad5fe1bba708345fa72da65d171 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 30 Nov 2024 10:26:44 -0800 Subject: [PATCH] [FOLDER CLEANUP] --- agent_api.py => api/agent_api.py | 0 agent_api_test.py => api/agent_api_test.py | 0 no_llm_agent.py => simple_example.py | 0 auto_swarm_builder.py => swarms/structs/auto_swarm_builder.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename agent_api.py => api/agent_api.py (100%) rename agent_api_test.py => api/agent_api_test.py (100%) rename no_llm_agent.py => simple_example.py (100%) rename auto_swarm_builder.py => swarms/structs/auto_swarm_builder.py (100%) diff --git a/agent_api.py b/api/agent_api.py similarity index 100% rename from agent_api.py rename to api/agent_api.py diff --git a/agent_api_test.py b/api/agent_api_test.py similarity index 100% rename from agent_api_test.py rename to api/agent_api_test.py diff --git a/no_llm_agent.py b/simple_example.py similarity index 100% rename from no_llm_agent.py rename to simple_example.py diff --git a/auto_swarm_builder.py b/swarms/structs/auto_swarm_builder.py similarity index 100% rename from auto_swarm_builder.py rename to swarms/structs/auto_swarm_builder.py