From 9e52aec4a2cf933cd0525e5fd0a8470c6b2afe8a Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Fri, 4 Apr 2025 09:18:13 +0800 Subject: [PATCH] example root cleanup --- .../swarms_of_browser_agents.py | 0 swarms_of_vllm.py => examples/swarms_of_vllm.py | 0 agent_mcp_test.py => mcp_example/agent_mcp_test.py | 0 mcp_test.py => mcp_example/mcp_test.py | 0 cleanup_and_publish.sh => scripts/cleanup_and_publish.sh | 0 llm_txt.py => scripts/llm_txt.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename swarms_of_browser_agents.py => examples/swarms_of_browser_agents.py (100%) rename swarms_of_vllm.py => examples/swarms_of_vllm.py (100%) rename agent_mcp_test.py => mcp_example/agent_mcp_test.py (100%) rename mcp_test.py => mcp_example/mcp_test.py (100%) rename cleanup_and_publish.sh => scripts/cleanup_and_publish.sh (100%) rename llm_txt.py => scripts/llm_txt.py (100%) diff --git a/swarms_of_browser_agents.py b/examples/swarms_of_browser_agents.py similarity index 100% rename from swarms_of_browser_agents.py rename to examples/swarms_of_browser_agents.py diff --git a/swarms_of_vllm.py b/examples/swarms_of_vllm.py similarity index 100% rename from swarms_of_vllm.py rename to examples/swarms_of_vllm.py diff --git a/agent_mcp_test.py b/mcp_example/agent_mcp_test.py similarity index 100% rename from agent_mcp_test.py rename to mcp_example/agent_mcp_test.py diff --git a/mcp_test.py b/mcp_example/mcp_test.py similarity index 100% rename from mcp_test.py rename to mcp_example/mcp_test.py diff --git a/cleanup_and_publish.sh b/scripts/cleanup_and_publish.sh similarity index 100% rename from cleanup_and_publish.sh rename to scripts/cleanup_and_publish.sh diff --git a/llm_txt.py b/scripts/llm_txt.py similarity index 100% rename from llm_txt.py rename to scripts/llm_txt.py