diff --git a/agents-api/notebooks/rec_sum/__init__.py b/agents-api/agents_api/rec_sum/__init__.py similarity index 100% rename from agents-api/notebooks/rec_sum/__init__.py rename to agents-api/agents_api/rec_sum/__init__.py diff --git a/agents-api/notebooks/rec_sum/data.py b/agents-api/agents_api/rec_sum/data.py similarity index 100% rename from agents-api/notebooks/rec_sum/data.py rename to agents-api/agents_api/rec_sum/data.py diff --git a/agents-api/notebooks/rec_sum/entities.py b/agents-api/agents_api/rec_sum/entities.py similarity index 100% rename from agents-api/notebooks/rec_sum/entities.py rename to agents-api/agents_api/rec_sum/entities.py diff --git a/agents-api/notebooks/rec_sum/entities_example_chat.json b/agents-api/agents_api/rec_sum/entities_example_chat.json similarity index 100% rename from agents-api/notebooks/rec_sum/entities_example_chat.json rename to agents-api/agents_api/rec_sum/entities_example_chat.json diff --git a/agents-api/notebooks/rec_sum/generate.py b/agents-api/agents_api/rec_sum/generate.py similarity index 100% rename from agents-api/notebooks/rec_sum/generate.py rename to agents-api/agents_api/rec_sum/generate.py diff --git a/agents-api/notebooks/rec_sum/summarize.py b/agents-api/agents_api/rec_sum/summarize.py similarity index 100% rename from agents-api/notebooks/rec_sum/summarize.py rename to agents-api/agents_api/rec_sum/summarize.py diff --git a/agents-api/notebooks/rec_sum/summarize_example_chat.json b/agents-api/agents_api/rec_sum/summarize_example_chat.json similarity index 100% rename from agents-api/notebooks/rec_sum/summarize_example_chat.json rename to agents-api/agents_api/rec_sum/summarize_example_chat.json diff --git a/agents-api/notebooks/rec_sum/summarize_example_result.json b/agents-api/agents_api/rec_sum/summarize_example_result.json similarity index 100% rename from agents-api/notebooks/rec_sum/summarize_example_result.json rename to agents-api/agents_api/rec_sum/summarize_example_result.json diff --git a/agents-api/notebooks/rec_sum/trim.py b/agents-api/agents_api/rec_sum/trim.py similarity index 100% rename from agents-api/notebooks/rec_sum/trim.py rename to agents-api/agents_api/rec_sum/trim.py diff --git a/agents-api/notebooks/rec_sum/trim_example_chat.json b/agents-api/agents_api/rec_sum/trim_example_chat.json similarity index 100% rename from agents-api/notebooks/rec_sum/trim_example_chat.json rename to agents-api/agents_api/rec_sum/trim_example_chat.json diff --git a/agents-api/notebooks/rec_sum/trim_example_result.json b/agents-api/agents_api/rec_sum/trim_example_result.json similarity index 100% rename from agents-api/notebooks/rec_sum/trim_example_result.json rename to agents-api/agents_api/rec_sum/trim_example_result.json diff --git a/agents-api/notebooks/rec_sum/utils.py b/agents-api/agents_api/rec_sum/utils.py similarity index 100% rename from agents-api/notebooks/rec_sum/utils.py rename to agents-api/agents_api/rec_sum/utils.py