.editorconfig
.gitignore
.python-version
.xml
AGENTS.md
ASTRO.md
LICENSE
README.md
build-and-push.sh
desktop.ini
netlify.toml
pyproject.toml
sonar-project.properties
uv.lock
.github/copilot-instructions.md
.github/desktop.ini
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/ci-cd.yml
.github/ISSUE_TEMPLATE/config-issue.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/desktop.ini
.github/ISSUE_TEMPLATE/documentation.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/ISSUE_TEMPLATE/integration_e2e_test_task.yml
.github/ISSUE_TEMPLATE/pipe-plugin-request.yml
.github/ISSUE_TEMPLATE/unit_test_task.yml
.github/ISSUE_TEMPLATE/web-change.yml
.github/agents/astro-vue-webdev.agent.md
.github/workflows/ci-quality-assurance.yml
.github/workflows/docs-ci.yml
.github/workflows/i18n.yml
.github/workflows/release.yml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/open-ticket-ai.iml
.idea/vcs.xml
.idea/watcherTasks.xml
.idea/codeStyles/codeStyleConfig.xml
.idea/dictionaries/project.xml
.idea/inspectionProfiles/profiles_settings.xml
deployment/Dockerfile
deployment/compose.yml
deployment/config.yml
deployment/desktop.ini
deployment/otobo_demo/README.md
deployment/otobo_demo/compose.yml
deployment/otobo_demo/config.mmd
deployment/otobo_demo/config.yml
deployment/otobo_demo/main.py
deployment/otobo_demo/pyproject.toml
deployment/otobo_demo/uv.lock
deployment/znuny_demo/OpenTicketAI.yml
deployment/znuny_demo/compose.yml
deployment/znuny_demo/config.yml
deployment/znuny_demo/main.py
docs/index.md
docs/src/content/blog/en/test.md
scripts/bump_version.py
scripts/desktop.ini
scripts/resolve_version.py
src/AGENTS.md
src/desktop.ini
src/open_ticket_ai/__init__.py
src/open_ticket_ai/app.py
src/open_ticket_ai/desktop.ini
src/open_ticket_ai/main.py
src/open_ticket_ai/pipeline.py
src/open_ticket_ai/settings.py
src/open_ticket_ai/workflow_manager.py
src/open_ticket_ai.egg-info/PKG-INFO
src/open_ticket_ai.egg-info/SOURCES.txt
src/open_ticket_ai.egg-info/dependency_links.txt
src/open_ticket_ai.egg-info/entry_points.txt
src/open_ticket_ai.egg-info/requires.txt
src/open_ticket_ai.egg-info/top_level.txt
src/open_ticket_ai/api/__init__.py
src/open_ticket_ai/api/app.py
src/open_ticket_ai/api/dependencies.py
src/open_ticket_ai/api/models.py
src/open_ticket_ai/api/routers/__init__.py
src/open_ticket_ai/api/routers/classify.py
src/open_ticket_ai/api/routers/settings.py
src/open_ticket_ai/api/routers/tickets.py
src/open_ticket_ai/api/routers/workflows.py
src/open_ticket_ai/core/AGENTS.md
src/open_ticket_ai/core/__init__.py
src/open_ticket_ai/core/base_model.py
src/open_ticket_ai/core/desktop.ini
src/open_ticket_ai/core/_util/__init__.py
src/open_ticket_ai/core/_util/formatting.py
src/open_ticket_ai/core/_util/hashes.py
src/open_ticket_ai/core/ai_classification_services/__init__.py
src/open_ticket_ai/core/ai_classification_services/classification_models.py
src/open_ticket_ai/core/ai_classification_services/classification_service.py
src/open_ticket_ai/core/logging/__init__.py
src/open_ticket_ai/core/logging/logging_iface.py
src/open_ticket_ai/core/logging/logging_models.py
src/open_ticket_ai/core/logging/stdlib_logging_adapter.py
src/open_ticket_ai/core/pipes/__init__.py
src/open_ticket_ai/core/pipes/pipe.py
src/open_ticket_ai/core/pipes/pipe_context_model.py
src/open_ticket_ai/core/pipes/pipe_models.py
src/open_ticket_ai/core/plugins/__init__.py
src/open_ticket_ai/core/ticket_system_integration/__init__.py
src/open_ticket_ai/core/ticket_system_integration/desktop.ini
src/open_ticket_ai/core/ticket_system_integration/ticket_system_service.py
src/open_ticket_ai/core/ticket_system_integration/unified_models.py
src/open_ticket_ai/hf_local/__init__.py
src/open_ticket_ai/hf_local/hf_classification_service.py
src/open_ticket_ai/otobo_znuny/__init__.py
src/open_ticket_ai/otobo_znuny/models.py
src/open_ticket_ai/otobo_znuny/oto_znuny_ts_service.py
src/open_ticket_ai/pipes/__init__.py
src/open_ticket_ai/pipes/classification_pipe.py
src/open_ticket_ai/pipes/composite_pipe.py
src/open_ticket_ai/pipes/context_resolver.py
src/open_ticket_ai/pipes/interval_trigger_pipe.py
src/open_ticket_ai/pipes/orchestrators/__init__.py
src/open_ticket_ai/pipes/orchestrators/simple_sequential_orchestrator.py
src/open_ticket_ai/pipes/pipe_runners/__init__.py
src/open_ticket_ai/pipes/pipe_runners/simple_sequential_runner.py
src/open_ticket_ai/pipes/templates/__init__.py
src/open_ticket_ai/pipes/templates/classify_and_route.py
src/open_ticket_ai/pipes/ticket_system_pipes/__init__.py
src/open_ticket_ai/pipes/ticket_system_pipes/add_note_pipe.py
src/open_ticket_ai/pipes/ticket_system_pipes/fetch_tickets_pipe.py
src/open_ticket_ai/pipes/ticket_system_pipes/ticket_system_pipe.py
src/open_ticket_ai/pipes/ticket_system_pipes/update_ticket_pipe.py
src/open_ticket_ai/zammad/__init__.py
src/open_ticket_ai/zammad/models.py
src/open_ticket_ai/zammad/zammad_ticket_system_service.py
tests/__init__.py
tests/conftest.py
tests/mocked_ticket_system.py
tests/classification_api_tests/classify.http
tests/e2e/__init__.py
tests/e2e/compose.e2e.yml
tests/e2e/conftest.py
tests/e2e/docs_examples.py
tests/e2e/test_util/__init__.py
tests/e2e/test_util/docker_compose_controller.py
tests/e2e/test_util/e2e_ticketsystem_config.py
tests/e2e/test_util/e2e_ticketsystem_helper.py
tests/e2e/test_util/util.py
tests/integration/conftest.py
tests/integration/zammad/test_zammad_ticket_system_service_live.py
tests/unit/AGENTS.md
tests/unit/conftest.py
tests/unit/factories.py
tests/unit/test_mocked_ticket_system.py
tests/unit/core/test_base_model.py
tests/unit/core/ai_classification_services/test_classification_service.py
tests/unit/core/pipes/test_interval_trigger.py
tests/unit/core/pipes/test_pipe.py
tests/unit/core/pipes/test_pipe_context_model.py
tests/unit/core/pipes/test_pipe_models.py
tests/unit/core/util/test_formatting.py
tests/unit/hf_local/test_hf_classification_service.py
tests/unit/infra/test_stdlib_adapter.py
tests/unit/otobo_znuny/conftest.py
tests/unit/otobo_znuny/test_models.py
tests/unit/otobo_znuny/test_otobo_znuny_ticket_system_service.py
tests/unit/pipes/test_classification_pipe.py
tests/unit/pipes/test_composite_pipe.py
tests/unit/pipes/orchestrators/test_simple_sequential_orchestrator.py
tests/unit/pipes/pipe_runners/test_simple_sequential_pipe_runner.py
tests/unit/pipes/ticket_system_pipes/test_add_note_pipe.py
tests/unit/pipes/ticket_system_pipes/test_fetch_tickets_pipe.py
tests/unit/pipes/ticket_system_pipes/test_update_ticket_pipe.py