django-lucy-assist 1.0.8__tar.gz → 1.0.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/PKG-INFO +3 -2
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/PKG-INFO +3 -2
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/__init__.py +1 -1
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/pyproject.toml +3 -2
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/MANIFEST.in +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/README.md +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/SOURCES.txt +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/dependency_links.txt +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/requires.txt +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/top_level.txt +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/admin.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/apps.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/conf.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/constantes.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/context_processors.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/migrations/0001_initial.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/migrations/0002_configurationlucyassist_prompt_complementaire.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/migrations/0003_configurationlucyassist_crud_views_mapping.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/migrations/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/base.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/configuration.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/conversation.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/message.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/project_context_cache.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/bug_notification_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/claude_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/context_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/crud_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/gitlab_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/project_context_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/tool_executor_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/tools_definition.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/view_discovery_service.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/signals.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/static/lucy_assist/css/lucy-assist.css +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/static/lucy_assist/image/icon-lucy.png +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/static/lucy_assist/js/lucy-assist.js +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/templates/lucy_assist/chatbot_sidebar.html +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/templates/lucy_assist/partials/documentation_content.html +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/tests/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/tests/factories/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/tests/factories/lucy_assist_factories.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/tests/test_lucy_assist.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/urls.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/utils/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/utils/log_utils.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/utils/message_utils.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/utils/token_utils.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/views/__init__.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/views/api_views.py +0 -0
- {django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-lucy-assist
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Assistant IA intelligent Revolucy pour outil métier
|
|
5
5
|
Author-email: Revolucy <hello@revolucy.fr>
|
|
6
6
|
Maintainer-email: Maxence <hello@revolucy.fr>
|
|
@@ -21,12 +21,13 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
21
21
|
Classifier: Operating System :: OS Independent
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
24
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
26
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
27
28
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
29
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
30
31
|
Description-Content-Type: text/markdown
|
|
31
32
|
Requires-Dist: Django>=4.0
|
|
32
33
|
Requires-Dist: anthropic>=0.20.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-lucy-assist
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Assistant IA intelligent Revolucy pour outil métier
|
|
5
5
|
Author-email: Revolucy <hello@revolucy.fr>
|
|
6
6
|
Maintainer-email: Maxence <hello@revolucy.fr>
|
|
@@ -21,12 +21,13 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
21
21
|
Classifier: Operating System :: OS Independent
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
24
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
26
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
27
28
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
29
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
30
31
|
Description-Content-Type: text/markdown
|
|
31
32
|
Requires-Dist: Django>=4.0
|
|
32
33
|
Requires-Dist: anthropic>=0.20.0
|
|
@@ -5,7 +5,7 @@ Un chatbot IA basé sur Claude d'Anthropic, intégrable dans n'importe quelle
|
|
|
5
5
|
application Django pour fournir une assistance contextuelle aux utilisateurs.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = '1.0.
|
|
8
|
+
__version__ = '1.0.9'
|
|
9
9
|
__author__ = 'Revolucy'
|
|
10
10
|
|
|
11
11
|
default_app_config = 'lucy_assist.apps.LucyAssistConfig'
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "django-lucy-assist"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.9"
|
|
8
8
|
description = "Assistant IA intelligent Revolucy pour outil métier"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -35,13 +35,14 @@ classifiers = [
|
|
|
35
35
|
"Operating System :: OS Independent",
|
|
36
36
|
"Programming Language :: Python",
|
|
37
37
|
"Programming Language :: Python :: 3",
|
|
38
|
+
"Programming Language :: Python :: 3.9",
|
|
38
39
|
"Programming Language :: Python :: 3.10",
|
|
39
40
|
"Programming Language :: Python :: 3.11",
|
|
40
41
|
"Programming Language :: Python :: 3.12",
|
|
41
42
|
"Topic :: Internet :: WWW/HTTP",
|
|
42
43
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
43
44
|
]
|
|
44
|
-
requires-python = ">=3.
|
|
45
|
+
requires-python = ">=3.9"
|
|
45
46
|
dependencies = [
|
|
46
47
|
"Django>=4.0",
|
|
47
48
|
"anthropic>=0.20.0",
|
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/requires.txt
RENAMED
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/django_lucy_assist.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/models/project_context_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/claude_service.py
RENAMED
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/context_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/gitlab_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/tool_executor_service.py
RENAMED
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/tools_definition.py
RENAMED
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/services/view_discovery_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lucy_assist-1.0.8 → django_lucy_assist-1.0.9}/lucy_assist/tests/factories/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|