mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 07:54:29 +01:00
zammad working
This commit is contained in:
13
backend/modules/zammad/__init__.py
Normal file
13
backend/modules/zammad/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Zammad Integration Module for Enclava Platform
|
||||
|
||||
AI-powered ticket summarization for Zammad ticketing system.
|
||||
Replaces Ollama with Enclava's chatbot system for enhanced security and flexibility.
|
||||
"""
|
||||
|
||||
from .main import ZammadModule
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Enclava Platform"
|
||||
|
||||
__all__ = ["ZammadModule"]
|
||||
Reference in New Issue
Block a user