From e859c6fc033ed4f5ed23608945985c6b4c006734 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 7 Feb 2025 17:09:18 -0800 Subject: [PATCH] rename --- .../weather_forcecast_service/Dockerfile | 0 .../weather_forcecast_service/arch_config.yaml | 0 .../weather_forcecast_service/docker-compose.yaml | 0 .../weather_forcecast_service/pom.xml | 0 .../weather_forcecast_service}/run_demo.sh | 0 .../java/weather/WeatherForecastApplication.java | 0 .../java/weather/controller/WeatherController.java | 0 .../src/main/java/weather/model/DayForecast.java | 0 .../java/weather/model/WeatherForecastResponse.java | 0 .../src/main/java/weather/model/WeatherRequest.java | 0 .../src/main/resources/application.properties | 0 .../currency_exchange/README.md | 0 .../currency_exchange/arch_config.yaml | 0 .../currency_exchange/docker-compose.yaml | 0 .../currency_exchange}/run_demo.sh | 0 .../currency_exchange/test_data.yaml | 0 .../human_resources_agent/Dockerfile | 0 .../human_resources_agent/README.md | 0 .../human_resources_agent/arch_config.yaml | 0 .../human_resources_agent/docker-compose.yaml | 0 .../human_resources_agent/image.png | Bin .../human_resources_agent/main.py | 0 .../human_resources_agent/requirements.txt | 0 .../human_resources_agent/run_demo.sh | 0 .../human_resources_agent/test_data.yaml | 0 .../human_resources_agent/workforce_data.json | 0 .../multi_turn_rag_agent/Dockerfile | 0 .../multi_turn_rag_agent/README.md | 0 .../multi_turn_rag_agent/arch_config.yaml | 0 .../multi_turn_rag_agent/docker-compose.yaml | 0 .../multi_turn_rag_agent/main.py | 0 .../multi_turn_rag_agent/mutli-turn-example.png | Bin .../multi_turn_rag_agent/requirements.txt | 0 .../multi_turn_rag_agent/run_demo.sh | 0 .../network_switch_operator_agent/Dockerfile | 0 .../network_switch_operator_agent/README.md | 0 .../network_switch_operator_agent/arch_config.yaml | 0 .../docker-compose.yaml | 0 .../network_switch_operator_agent/image.png | Bin .../network_switch_operator_agent/main.py | 0 .../network_switch_operator_agent/requirements.txt | 0 .../network_switch_operator_agent/run_demo.sh | 0 .../stock_quote/README.md | 0 .../stock_quote/arch_config.yaml | 0 .../stock_quote/docker-compose.yaml | 0 .../stock_quote/run_demo.sh | 0 .../stock_quote/stock_quote_demo.png | Bin .../weather_forecast/Dockerfile | 0 .../weather_forecast/README.md | 0 .../weather_forecast/arch_config.yaml | 0 .../weather_forecast/docker-compose-honeycomb.yaml | 0 .../weather_forecast/docker-compose-jaeger.yaml | 0 .../weather_forecast/docker-compose-logfire.yaml | 0 .../weather_forecast/docker-compose-signoz.yaml | 0 .../weather_forecast/docker-compose.yaml | 0 .../weather_forecast/main.py | 0 .../weather_forecast/poetry.lock | 0 .../weather_forecast/pyproject.toml | 0 .../weather_forecast/run_demo.sh | 0 59 files changed, 0 insertions(+), 0 deletions(-) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/Dockerfile (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/arch_config.yaml (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/docker-compose.yaml (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/pom.xml (100%) rename demos/{sample_apps/currency_exchange => samples_java/weather_forcecast_service}/run_demo.sh (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/src/main/java/weather/WeatherForecastApplication.java (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/src/main/java/weather/controller/WeatherController.java (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/src/main/java/weather/model/DayForecast.java (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/src/main/java/weather/model/WeatherForecastResponse.java (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/src/main/java/weather/model/WeatherRequest.java (100%) rename demos/{sample_apps/java => samples_java}/weather_forcecast_service/src/main/resources/application.properties (100%) rename demos/{sample_apps => samples_python}/currency_exchange/README.md (100%) rename demos/{sample_apps => samples_python}/currency_exchange/arch_config.yaml (100%) rename demos/{sample_apps => samples_python}/currency_exchange/docker-compose.yaml (100%) rename demos/{sample_apps/java/weather_forcecast_service => samples_python/currency_exchange}/run_demo.sh (100%) rename demos/{sample_apps => samples_python}/currency_exchange/test_data.yaml (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/Dockerfile (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/README.md (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/arch_config.yaml (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/docker-compose.yaml (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/image.png (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/main.py (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/requirements.txt (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/run_demo.sh (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/test_data.yaml (100%) rename demos/{sample_apps => samples_python}/human_resources_agent/workforce_data.json (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/Dockerfile (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/README.md (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/arch_config.yaml (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/docker-compose.yaml (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/main.py (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/mutli-turn-example.png (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/requirements.txt (100%) rename demos/{use_cases => samples_python}/multi_turn_rag_agent/run_demo.sh (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/Dockerfile (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/README.md (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/arch_config.yaml (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/docker-compose.yaml (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/image.png (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/main.py (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/requirements.txt (100%) rename demos/{sample_apps => samples_python}/network_switch_operator_agent/run_demo.sh (100%) rename demos/{sample_apps => samples_python}/stock_quote/README.md (100%) rename demos/{sample_apps => samples_python}/stock_quote/arch_config.yaml (100%) rename demos/{sample_apps => samples_python}/stock_quote/docker-compose.yaml (100%) rename demos/{sample_apps => samples_python}/stock_quote/run_demo.sh (100%) rename demos/{sample_apps => samples_python}/stock_quote/stock_quote_demo.png (100%) rename demos/{sample_apps => samples_python}/weather_forecast/Dockerfile (100%) rename demos/{sample_apps => samples_python}/weather_forecast/README.md (100%) rename demos/{sample_apps => samples_python}/weather_forecast/arch_config.yaml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/docker-compose-honeycomb.yaml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/docker-compose-jaeger.yaml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/docker-compose-logfire.yaml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/docker-compose-signoz.yaml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/docker-compose.yaml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/main.py (100%) rename demos/{sample_apps => samples_python}/weather_forecast/poetry.lock (100%) rename demos/{sample_apps => samples_python}/weather_forecast/pyproject.toml (100%) rename demos/{sample_apps => samples_python}/weather_forecast/run_demo.sh (100%) diff --git a/demos/sample_apps/java/weather_forcecast_service/Dockerfile b/demos/samples_java/weather_forcecast_service/Dockerfile similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/Dockerfile rename to demos/samples_java/weather_forcecast_service/Dockerfile diff --git a/demos/sample_apps/java/weather_forcecast_service/arch_config.yaml b/demos/samples_java/weather_forcecast_service/arch_config.yaml similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/arch_config.yaml rename to demos/samples_java/weather_forcecast_service/arch_config.yaml diff --git a/demos/sample_apps/java/weather_forcecast_service/docker-compose.yaml b/demos/samples_java/weather_forcecast_service/docker-compose.yaml similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/docker-compose.yaml rename to demos/samples_java/weather_forcecast_service/docker-compose.yaml diff --git a/demos/sample_apps/java/weather_forcecast_service/pom.xml b/demos/samples_java/weather_forcecast_service/pom.xml similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/pom.xml rename to demos/samples_java/weather_forcecast_service/pom.xml diff --git a/demos/sample_apps/currency_exchange/run_demo.sh b/demos/samples_java/weather_forcecast_service/run_demo.sh similarity index 100% rename from demos/sample_apps/currency_exchange/run_demo.sh rename to demos/samples_java/weather_forcecast_service/run_demo.sh diff --git a/demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/WeatherForecastApplication.java b/demos/samples_java/weather_forcecast_service/src/main/java/weather/WeatherForecastApplication.java similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/WeatherForecastApplication.java rename to demos/samples_java/weather_forcecast_service/src/main/java/weather/WeatherForecastApplication.java diff --git a/demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/controller/WeatherController.java b/demos/samples_java/weather_forcecast_service/src/main/java/weather/controller/WeatherController.java similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/controller/WeatherController.java rename to demos/samples_java/weather_forcecast_service/src/main/java/weather/controller/WeatherController.java diff --git a/demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/model/DayForecast.java b/demos/samples_java/weather_forcecast_service/src/main/java/weather/model/DayForecast.java similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/model/DayForecast.java rename to demos/samples_java/weather_forcecast_service/src/main/java/weather/model/DayForecast.java diff --git a/demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/model/WeatherForecastResponse.java b/demos/samples_java/weather_forcecast_service/src/main/java/weather/model/WeatherForecastResponse.java similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/model/WeatherForecastResponse.java rename to demos/samples_java/weather_forcecast_service/src/main/java/weather/model/WeatherForecastResponse.java diff --git a/demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/model/WeatherRequest.java b/demos/samples_java/weather_forcecast_service/src/main/java/weather/model/WeatherRequest.java similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/src/main/java/weather/model/WeatherRequest.java rename to demos/samples_java/weather_forcecast_service/src/main/java/weather/model/WeatherRequest.java diff --git a/demos/sample_apps/java/weather_forcecast_service/src/main/resources/application.properties b/demos/samples_java/weather_forcecast_service/src/main/resources/application.properties similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/src/main/resources/application.properties rename to demos/samples_java/weather_forcecast_service/src/main/resources/application.properties diff --git a/demos/sample_apps/currency_exchange/README.md b/demos/samples_python/currency_exchange/README.md similarity index 100% rename from demos/sample_apps/currency_exchange/README.md rename to demos/samples_python/currency_exchange/README.md diff --git a/demos/sample_apps/currency_exchange/arch_config.yaml b/demos/samples_python/currency_exchange/arch_config.yaml similarity index 100% rename from demos/sample_apps/currency_exchange/arch_config.yaml rename to demos/samples_python/currency_exchange/arch_config.yaml diff --git a/demos/sample_apps/currency_exchange/docker-compose.yaml b/demos/samples_python/currency_exchange/docker-compose.yaml similarity index 100% rename from demos/sample_apps/currency_exchange/docker-compose.yaml rename to demos/samples_python/currency_exchange/docker-compose.yaml diff --git a/demos/sample_apps/java/weather_forcecast_service/run_demo.sh b/demos/samples_python/currency_exchange/run_demo.sh similarity index 100% rename from demos/sample_apps/java/weather_forcecast_service/run_demo.sh rename to demos/samples_python/currency_exchange/run_demo.sh diff --git a/demos/sample_apps/currency_exchange/test_data.yaml b/demos/samples_python/currency_exchange/test_data.yaml similarity index 100% rename from demos/sample_apps/currency_exchange/test_data.yaml rename to demos/samples_python/currency_exchange/test_data.yaml diff --git a/demos/sample_apps/human_resources_agent/Dockerfile b/demos/samples_python/human_resources_agent/Dockerfile similarity index 100% rename from demos/sample_apps/human_resources_agent/Dockerfile rename to demos/samples_python/human_resources_agent/Dockerfile diff --git a/demos/sample_apps/human_resources_agent/README.md b/demos/samples_python/human_resources_agent/README.md similarity index 100% rename from demos/sample_apps/human_resources_agent/README.md rename to demos/samples_python/human_resources_agent/README.md diff --git a/demos/sample_apps/human_resources_agent/arch_config.yaml b/demos/samples_python/human_resources_agent/arch_config.yaml similarity index 100% rename from demos/sample_apps/human_resources_agent/arch_config.yaml rename to demos/samples_python/human_resources_agent/arch_config.yaml diff --git a/demos/sample_apps/human_resources_agent/docker-compose.yaml b/demos/samples_python/human_resources_agent/docker-compose.yaml similarity index 100% rename from demos/sample_apps/human_resources_agent/docker-compose.yaml rename to demos/samples_python/human_resources_agent/docker-compose.yaml diff --git a/demos/sample_apps/human_resources_agent/image.png b/demos/samples_python/human_resources_agent/image.png similarity index 100% rename from demos/sample_apps/human_resources_agent/image.png rename to demos/samples_python/human_resources_agent/image.png diff --git a/demos/sample_apps/human_resources_agent/main.py b/demos/samples_python/human_resources_agent/main.py similarity index 100% rename from demos/sample_apps/human_resources_agent/main.py rename to demos/samples_python/human_resources_agent/main.py diff --git a/demos/sample_apps/human_resources_agent/requirements.txt b/demos/samples_python/human_resources_agent/requirements.txt similarity index 100% rename from demos/sample_apps/human_resources_agent/requirements.txt rename to demos/samples_python/human_resources_agent/requirements.txt diff --git a/demos/sample_apps/human_resources_agent/run_demo.sh b/demos/samples_python/human_resources_agent/run_demo.sh similarity index 100% rename from demos/sample_apps/human_resources_agent/run_demo.sh rename to demos/samples_python/human_resources_agent/run_demo.sh diff --git a/demos/sample_apps/human_resources_agent/test_data.yaml b/demos/samples_python/human_resources_agent/test_data.yaml similarity index 100% rename from demos/sample_apps/human_resources_agent/test_data.yaml rename to demos/samples_python/human_resources_agent/test_data.yaml diff --git a/demos/sample_apps/human_resources_agent/workforce_data.json b/demos/samples_python/human_resources_agent/workforce_data.json similarity index 100% rename from demos/sample_apps/human_resources_agent/workforce_data.json rename to demos/samples_python/human_resources_agent/workforce_data.json diff --git a/demos/use_cases/multi_turn_rag_agent/Dockerfile b/demos/samples_python/multi_turn_rag_agent/Dockerfile similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/Dockerfile rename to demos/samples_python/multi_turn_rag_agent/Dockerfile diff --git a/demos/use_cases/multi_turn_rag_agent/README.md b/demos/samples_python/multi_turn_rag_agent/README.md similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/README.md rename to demos/samples_python/multi_turn_rag_agent/README.md diff --git a/demos/use_cases/multi_turn_rag_agent/arch_config.yaml b/demos/samples_python/multi_turn_rag_agent/arch_config.yaml similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/arch_config.yaml rename to demos/samples_python/multi_turn_rag_agent/arch_config.yaml diff --git a/demos/use_cases/multi_turn_rag_agent/docker-compose.yaml b/demos/samples_python/multi_turn_rag_agent/docker-compose.yaml similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/docker-compose.yaml rename to demos/samples_python/multi_turn_rag_agent/docker-compose.yaml diff --git a/demos/use_cases/multi_turn_rag_agent/main.py b/demos/samples_python/multi_turn_rag_agent/main.py similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/main.py rename to demos/samples_python/multi_turn_rag_agent/main.py diff --git a/demos/use_cases/multi_turn_rag_agent/mutli-turn-example.png b/demos/samples_python/multi_turn_rag_agent/mutli-turn-example.png similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/mutli-turn-example.png rename to demos/samples_python/multi_turn_rag_agent/mutli-turn-example.png diff --git a/demos/use_cases/multi_turn_rag_agent/requirements.txt b/demos/samples_python/multi_turn_rag_agent/requirements.txt similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/requirements.txt rename to demos/samples_python/multi_turn_rag_agent/requirements.txt diff --git a/demos/use_cases/multi_turn_rag_agent/run_demo.sh b/demos/samples_python/multi_turn_rag_agent/run_demo.sh similarity index 100% rename from demos/use_cases/multi_turn_rag_agent/run_demo.sh rename to demos/samples_python/multi_turn_rag_agent/run_demo.sh diff --git a/demos/sample_apps/network_switch_operator_agent/Dockerfile b/demos/samples_python/network_switch_operator_agent/Dockerfile similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/Dockerfile rename to demos/samples_python/network_switch_operator_agent/Dockerfile diff --git a/demos/sample_apps/network_switch_operator_agent/README.md b/demos/samples_python/network_switch_operator_agent/README.md similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/README.md rename to demos/samples_python/network_switch_operator_agent/README.md diff --git a/demos/sample_apps/network_switch_operator_agent/arch_config.yaml b/demos/samples_python/network_switch_operator_agent/arch_config.yaml similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/arch_config.yaml rename to demos/samples_python/network_switch_operator_agent/arch_config.yaml diff --git a/demos/sample_apps/network_switch_operator_agent/docker-compose.yaml b/demos/samples_python/network_switch_operator_agent/docker-compose.yaml similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/docker-compose.yaml rename to demos/samples_python/network_switch_operator_agent/docker-compose.yaml diff --git a/demos/sample_apps/network_switch_operator_agent/image.png b/demos/samples_python/network_switch_operator_agent/image.png similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/image.png rename to demos/samples_python/network_switch_operator_agent/image.png diff --git a/demos/sample_apps/network_switch_operator_agent/main.py b/demos/samples_python/network_switch_operator_agent/main.py similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/main.py rename to demos/samples_python/network_switch_operator_agent/main.py diff --git a/demos/sample_apps/network_switch_operator_agent/requirements.txt b/demos/samples_python/network_switch_operator_agent/requirements.txt similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/requirements.txt rename to demos/samples_python/network_switch_operator_agent/requirements.txt diff --git a/demos/sample_apps/network_switch_operator_agent/run_demo.sh b/demos/samples_python/network_switch_operator_agent/run_demo.sh similarity index 100% rename from demos/sample_apps/network_switch_operator_agent/run_demo.sh rename to demos/samples_python/network_switch_operator_agent/run_demo.sh diff --git a/demos/sample_apps/stock_quote/README.md b/demos/samples_python/stock_quote/README.md similarity index 100% rename from demos/sample_apps/stock_quote/README.md rename to demos/samples_python/stock_quote/README.md diff --git a/demos/sample_apps/stock_quote/arch_config.yaml b/demos/samples_python/stock_quote/arch_config.yaml similarity index 100% rename from demos/sample_apps/stock_quote/arch_config.yaml rename to demos/samples_python/stock_quote/arch_config.yaml diff --git a/demos/sample_apps/stock_quote/docker-compose.yaml b/demos/samples_python/stock_quote/docker-compose.yaml similarity index 100% rename from demos/sample_apps/stock_quote/docker-compose.yaml rename to demos/samples_python/stock_quote/docker-compose.yaml diff --git a/demos/sample_apps/stock_quote/run_demo.sh b/demos/samples_python/stock_quote/run_demo.sh similarity index 100% rename from demos/sample_apps/stock_quote/run_demo.sh rename to demos/samples_python/stock_quote/run_demo.sh diff --git a/demos/sample_apps/stock_quote/stock_quote_demo.png b/demos/samples_python/stock_quote/stock_quote_demo.png similarity index 100% rename from demos/sample_apps/stock_quote/stock_quote_demo.png rename to demos/samples_python/stock_quote/stock_quote_demo.png diff --git a/demos/sample_apps/weather_forecast/Dockerfile b/demos/samples_python/weather_forecast/Dockerfile similarity index 100% rename from demos/sample_apps/weather_forecast/Dockerfile rename to demos/samples_python/weather_forecast/Dockerfile diff --git a/demos/sample_apps/weather_forecast/README.md b/demos/samples_python/weather_forecast/README.md similarity index 100% rename from demos/sample_apps/weather_forecast/README.md rename to demos/samples_python/weather_forecast/README.md diff --git a/demos/sample_apps/weather_forecast/arch_config.yaml b/demos/samples_python/weather_forecast/arch_config.yaml similarity index 100% rename from demos/sample_apps/weather_forecast/arch_config.yaml rename to demos/samples_python/weather_forecast/arch_config.yaml diff --git a/demos/sample_apps/weather_forecast/docker-compose-honeycomb.yaml b/demos/samples_python/weather_forecast/docker-compose-honeycomb.yaml similarity index 100% rename from demos/sample_apps/weather_forecast/docker-compose-honeycomb.yaml rename to demos/samples_python/weather_forecast/docker-compose-honeycomb.yaml diff --git a/demos/sample_apps/weather_forecast/docker-compose-jaeger.yaml b/demos/samples_python/weather_forecast/docker-compose-jaeger.yaml similarity index 100% rename from demos/sample_apps/weather_forecast/docker-compose-jaeger.yaml rename to demos/samples_python/weather_forecast/docker-compose-jaeger.yaml diff --git a/demos/sample_apps/weather_forecast/docker-compose-logfire.yaml b/demos/samples_python/weather_forecast/docker-compose-logfire.yaml similarity index 100% rename from demos/sample_apps/weather_forecast/docker-compose-logfire.yaml rename to demos/samples_python/weather_forecast/docker-compose-logfire.yaml diff --git a/demos/sample_apps/weather_forecast/docker-compose-signoz.yaml b/demos/samples_python/weather_forecast/docker-compose-signoz.yaml similarity index 100% rename from demos/sample_apps/weather_forecast/docker-compose-signoz.yaml rename to demos/samples_python/weather_forecast/docker-compose-signoz.yaml diff --git a/demos/sample_apps/weather_forecast/docker-compose.yaml b/demos/samples_python/weather_forecast/docker-compose.yaml similarity index 100% rename from demos/sample_apps/weather_forecast/docker-compose.yaml rename to demos/samples_python/weather_forecast/docker-compose.yaml diff --git a/demos/sample_apps/weather_forecast/main.py b/demos/samples_python/weather_forecast/main.py similarity index 100% rename from demos/sample_apps/weather_forecast/main.py rename to demos/samples_python/weather_forecast/main.py diff --git a/demos/sample_apps/weather_forecast/poetry.lock b/demos/samples_python/weather_forecast/poetry.lock similarity index 100% rename from demos/sample_apps/weather_forecast/poetry.lock rename to demos/samples_python/weather_forecast/poetry.lock diff --git a/demos/sample_apps/weather_forecast/pyproject.toml b/demos/samples_python/weather_forecast/pyproject.toml similarity index 100% rename from demos/sample_apps/weather_forecast/pyproject.toml rename to demos/samples_python/weather_forecast/pyproject.toml diff --git a/demos/sample_apps/weather_forecast/run_demo.sh b/demos/samples_python/weather_forecast/run_demo.sh similarity index 100% rename from demos/sample_apps/weather_forecast/run_demo.sh rename to demos/samples_python/weather_forecast/run_demo.sh