diff --git a/porunga/__init__.py b/porunga-CLI/__init__.py similarity index 100% rename from porunga/__init__.py rename to porunga-CLI/__init__.py diff --git a/porunga/cli.py b/porunga-CLI/cli.py similarity index 100% rename from porunga/cli.py rename to porunga-CLI/cli.py diff --git a/porunga/llm.py b/porunga-CLI/llm.py similarity index 100% rename from porunga/llm.py rename to porunga-CLI/llm.py diff --git a/porunga/utils/__init__.py b/porunga-CLI/utils/__init__.py similarity index 100% rename from porunga/utils/__init__.py rename to porunga-CLI/utils/__init__.py diff --git a/porunga/utils/examples/__init__.py b/porunga-CLI/utils/examples/__init__.py similarity index 100% rename from porunga/utils/examples/__init__.py rename to porunga-CLI/utils/examples/__init__.py diff --git a/porunga/utils/examples/few_shot_examples.py b/porunga-CLI/utils/examples/few_shot_examples.py similarity index 100% rename from porunga/utils/examples/few_shot_examples.py rename to porunga-CLI/utils/examples/few_shot_examples.py diff --git a/porunga/utils/exceptions/parse_error.py b/porunga-CLI/utils/exceptions/parse_error.py similarity index 100% rename from porunga/utils/exceptions/parse_error.py rename to porunga-CLI/utils/exceptions/parse_error.py diff --git a/porunga/utils/parse_messages.py b/porunga-CLI/utils/parse_messages.py similarity index 100% rename from porunga/utils/parse_messages.py rename to porunga-CLI/utils/parse_messages.py diff --git a/porunga/utils/schema/__init__.py b/porunga-CLI/utils/schema/__init__.py similarity index 100% rename from porunga/utils/schema/__init__.py rename to porunga-CLI/utils/schema/__init__.py diff --git a/porunga/utils/schema/suggestions.py b/porunga-CLI/utils/schema/suggestions.py similarity index 100% rename from porunga/utils/schema/suggestions.py rename to porunga-CLI/utils/schema/suggestions.py