- from __future__ import annotations
- DB_SCHEMA_VERSION = "content_agent.v1"
- RUNTIME_SCHEMA_VERSION = "runtime_record.v1"
- RUNTIME_RECORD_SCHEMA_VERSION = "runtime_record.v1"
- EVIDENCE_BUNDLE_SCHEMA_VERSION = "evidence_bundle.v1"
- DEFAULT_POLICY_BUNDLE_ID = "douyin_policy_bundle_v1"
- DEFAULT_STRATEGY_VERSION = "V1"
|