From 8f3678530f3e5303316dbcc88a4e106d3fd4a595 Mon Sep 17 00:00:00 2001 From: Eric Suh Date: Mon, 8 Dec 2025 08:52:21 -0800 Subject: [PATCH] Move code-interpreter-custom to match new repo organization --- .../hosted-agents}/code-interpreter-custom/.env.sample | 0 .../hosted-agents}/code-interpreter-custom/.gitignore | 0 .../hosted-agents}/code-interpreter-custom/README.md | 0 .../hosted-agents}/code-interpreter-custom/infra.bicep | 0 .../hosted-agents}/code-interpreter-custom/main.py | 0 .../hosted-agents}/code-interpreter-custom/pyproject.toml | 0 .../hosted-agents}/code-interpreter-custom/requirements.txt | 0 .../hosted-agents}/code-interpreter-custom/uv.lock | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/.env.sample (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/.gitignore (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/README.md (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/infra.bicep (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/main.py (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/pyproject.toml (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/requirements.txt (100%) rename samples/{microsoft/python/mslearn-resources => python/hosted-agents}/code-interpreter-custom/uv.lock (100%) diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/.env.sample b/samples/python/hosted-agents/code-interpreter-custom/.env.sample similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/.env.sample rename to samples/python/hosted-agents/code-interpreter-custom/.env.sample diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/.gitignore b/samples/python/hosted-agents/code-interpreter-custom/.gitignore similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/.gitignore rename to samples/python/hosted-agents/code-interpreter-custom/.gitignore diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/README.md b/samples/python/hosted-agents/code-interpreter-custom/README.md similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/README.md rename to samples/python/hosted-agents/code-interpreter-custom/README.md diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/infra.bicep b/samples/python/hosted-agents/code-interpreter-custom/infra.bicep similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/infra.bicep rename to samples/python/hosted-agents/code-interpreter-custom/infra.bicep diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/main.py b/samples/python/hosted-agents/code-interpreter-custom/main.py similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/main.py rename to samples/python/hosted-agents/code-interpreter-custom/main.py diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/pyproject.toml b/samples/python/hosted-agents/code-interpreter-custom/pyproject.toml similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/pyproject.toml rename to samples/python/hosted-agents/code-interpreter-custom/pyproject.toml diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/requirements.txt b/samples/python/hosted-agents/code-interpreter-custom/requirements.txt similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/requirements.txt rename to samples/python/hosted-agents/code-interpreter-custom/requirements.txt diff --git a/samples/microsoft/python/mslearn-resources/code-interpreter-custom/uv.lock b/samples/python/hosted-agents/code-interpreter-custom/uv.lock similarity index 100% rename from samples/microsoft/python/mslearn-resources/code-interpreter-custom/uv.lock rename to samples/python/hosted-agents/code-interpreter-custom/uv.lock