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