From e77381e2b6ac742382aa745cda0056f57045d8b3 Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Tue, 21 May 2024 15:43:26 +0300 Subject: [PATCH] chore: Move rec_sum subpackage --- agents-api/{notebooks => agents_api}/rec_sum/__init__.py | 0 agents-api/{notebooks => agents_api}/rec_sum/data.py | 0 agents-api/{notebooks => agents_api}/rec_sum/entities.py | 0 .../{notebooks => agents_api}/rec_sum/entities_example_chat.json | 0 agents-api/{notebooks => agents_api}/rec_sum/generate.py | 0 agents-api/{notebooks => agents_api}/rec_sum/summarize.py | 0 .../{notebooks => agents_api}/rec_sum/summarize_example_chat.json | 0 .../rec_sum/summarize_example_result.json | 0 agents-api/{notebooks => agents_api}/rec_sum/trim.py | 0 .../{notebooks => agents_api}/rec_sum/trim_example_chat.json | 0 .../{notebooks => agents_api}/rec_sum/trim_example_result.json | 0 agents-api/{notebooks => agents_api}/rec_sum/utils.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename agents-api/{notebooks => agents_api}/rec_sum/__init__.py (100%) rename agents-api/{notebooks => agents_api}/rec_sum/data.py (100%) rename agents-api/{notebooks => agents_api}/rec_sum/entities.py (100%) rename agents-api/{notebooks => agents_api}/rec_sum/entities_example_chat.json (100%) rename agents-api/{notebooks => agents_api}/rec_sum/generate.py (100%) rename agents-api/{notebooks => agents_api}/rec_sum/summarize.py (100%) rename agents-api/{notebooks => agents_api}/rec_sum/summarize_example_chat.json (100%) rename agents-api/{notebooks => agents_api}/rec_sum/summarize_example_result.json (100%) rename agents-api/{notebooks => agents_api}/rec_sum/trim.py (100%) rename agents-api/{notebooks => agents_api}/rec_sum/trim_example_chat.json (100%) rename agents-api/{notebooks => agents_api}/rec_sum/trim_example_result.json (100%) rename agents-api/{notebooks => agents_api}/rec_sum/utils.py (100%) 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