django-lucy-assist 1.0.8__tar.gz → 1.1.0__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.
Files changed (53) hide show
  1. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/PKG-INFO +3 -2
  2. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/django_lucy_assist.egg-info/PKG-INFO +3 -2
  3. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/__init__.py +1 -1
  4. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/static/lucy_assist/css/lucy-assist.css +14 -0
  5. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/templates/lucy_assist/chatbot_sidebar.html +3 -3
  6. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/pyproject.toml +3 -2
  7. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/MANIFEST.in +0 -0
  8. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/README.md +0 -0
  9. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/django_lucy_assist.egg-info/SOURCES.txt +0 -0
  10. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/django_lucy_assist.egg-info/dependency_links.txt +0 -0
  11. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/django_lucy_assist.egg-info/requires.txt +0 -0
  12. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/django_lucy_assist.egg-info/top_level.txt +0 -0
  13. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/admin.py +0 -0
  14. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/apps.py +0 -0
  15. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/conf.py +0 -0
  16. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/constantes.py +0 -0
  17. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/context_processors.py +0 -0
  18. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/migrations/0001_initial.py +0 -0
  19. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/migrations/0002_configurationlucyassist_prompt_complementaire.py +0 -0
  20. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/migrations/0003_configurationlucyassist_crud_views_mapping.py +0 -0
  21. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/migrations/__init__.py +0 -0
  22. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/models/__init__.py +0 -0
  23. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/models/base.py +0 -0
  24. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/models/configuration.py +0 -0
  25. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/models/conversation.py +0 -0
  26. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/models/message.py +0 -0
  27. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/models/project_context_cache.py +0 -0
  28. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/__init__.py +0 -0
  29. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/bug_notification_service.py +0 -0
  30. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/claude_service.py +0 -0
  31. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/context_service.py +0 -0
  32. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/crud_service.py +0 -0
  33. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/gitlab_service.py +0 -0
  34. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/project_context_service.py +0 -0
  35. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/tool_executor_service.py +0 -0
  36. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/tools_definition.py +0 -0
  37. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/services/view_discovery_service.py +0 -0
  38. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/signals.py +0 -0
  39. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/static/lucy_assist/image/icon-lucy.png +0 -0
  40. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/static/lucy_assist/js/lucy-assist.js +0 -0
  41. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/templates/lucy_assist/partials/documentation_content.html +0 -0
  42. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/tests/__init__.py +0 -0
  43. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/tests/factories/__init__.py +0 -0
  44. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/tests/factories/lucy_assist_factories.py +0 -0
  45. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/tests/test_lucy_assist.py +0 -0
  46. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/urls.py +0 -0
  47. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/utils/__init__.py +0 -0
  48. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/utils/log_utils.py +0 -0
  49. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/utils/message_utils.py +0 -0
  50. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/utils/token_utils.py +0 -0
  51. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/views/__init__.py +0 -0
  52. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/lucy_assist/views/api_views.py +0 -0
  53. {django_lucy_assist-1.0.8 → django_lucy_assist-1.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-lucy-assist
3
- Version: 1.0.8
3
+ Version: 1.1.0
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.10
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.8
3
+ Version: 1.1.0
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.10
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'
8
+ __version__ = '1.1.0'
9
9
  __author__ = 'Revolucy'
10
10
 
11
11
  default_app_config = 'lucy_assist.apps.LucyAssistConfig'
@@ -913,6 +913,7 @@
913
913
  DOCUMENTATION - COLLAPSE/ACCORDION
914
914
  ======================================== */
915
915
  .lucy-doc .collapse {
916
+ position: relative;
916
917
  border-radius: 0.5rem;
917
918
  overflow: hidden;
918
919
  }
@@ -1163,6 +1164,19 @@
1163
1164
  padding: 0.125rem 0.375rem;
1164
1165
  }
1165
1166
 
1167
+ .lucy-doc .prose {
1168
+ color: var(--lucy-text);
1169
+ line-height: 1.6;
1170
+ }
1171
+
1172
+ .lucy-doc .prose-sm {
1173
+ font-size: 0.875rem;
1174
+ }
1175
+
1176
+ .lucy-doc .max-w-none {
1177
+ max-width: none;
1178
+ }
1179
+
1166
1180
  /* ========================================
1167
1181
  PRINT STYLES
1168
1182
  ======================================== */
@@ -378,13 +378,13 @@
378
378
  Bienvenue sur Lucy Assist !
379
379
  </h3>
380
380
  <p class="lucy-guide-text">
381
- Je suis votre assistant intelligent. Je peux vous aider a :
381
+ Je suis votre assistant intelligent.<br>Je peux vous aider à :
382
382
  </p>
383
383
  <ul class="lucy-guide-list">
384
384
  <li>Naviguer dans l'application</li>
385
385
  <li>Rechercher des informations</li>
386
- <li>Creer et modifier des elements</li>
387
- <li>Comprendre les fonctionnalites</li>
386
+ <li>Créer et modifier des elements</li>
387
+ <li>Comprendre les fonctionnalités</li>
388
388
  </ul>
389
389
  <div class="lucy-guide-actions">
390
390
  <button @click="skipGuide()" class="lucy-btn lucy-btn-ghost">
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "django-lucy-assist"
7
- version = "1.0.8"
7
+ version = "1.1.0"
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.10"
45
+ requires-python = ">=3.9"
45
46
  dependencies = [
46
47
  "Django>=4.0",
47
48
  "anthropic>=0.20.0",