1. 删除未使用的 ChannelReportRepository 及其所有引用 2. 移除 route_binding_repository 中的 list_enabled_by_account 方法 3. 精简 channel_account_repository 中的冗余字段与 update_last_message_at 方法 4. 简化 channel_outbox_repository 的锁相关与 update 参数 5. 精简 channel_idempotency_repository 的冗余查询方法与字段 6. 优化 content_review_record_repository 的查询与清理逻辑 |
||
|---|---|---|
| .. | ||
| yuxi | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
yuxi
Yuxi 核心后端 Python 包。
该目录用于将 yuxi 作为本地可构建、可安装的 Python package 提供给 backend 项目使用。