constants.py 312 B

123456789
  1. from __future__ import annotations
  2. DB_SCHEMA_VERSION = "content_agent.v1"
  3. RUNTIME_SCHEMA_VERSION = "runtime_record.v1"
  4. RUNTIME_RECORD_SCHEMA_VERSION = "runtime_record.v1"
  5. EVIDENCE_BUNDLE_SCHEMA_VERSION = "evidence_bundle.v1"
  6. DEFAULT_POLICY_BUNDLE_ID = "douyin_policy_bundle_v1"
  7. DEFAULT_STRATEGY_VERSION = "V1"