DealDocumentScreening/src/contract_check/__init__.py
2026-08-17 20:49:29 +03:00

13 lines
517 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""«Контракт-чек» — AI-скрининг рисков в договорах (СНГ / ГК РФ / ГК РБ).
Production refactor (see docs/ARCHITECTURE.md):
- core/ shared domain (config, db, mq, s3, llm, analysis, credits, tokens)
- prototype/ stage-0 standalone benchmark CLI (preserved)
Service packages (api/, worker_extract/, worker_analyze/, bot/) land in
Steps 25. Importable from each service's own Docker image.
"""
from __future__ import annotations
__version__ = "0.1.0"