ForcePilot/backend/package
Kris 33acf3b61e refactor(postgres models): remove unnecessary indexes and add new fields and indexes
1. 移除 ExternalSystemHealthCheck、ExternalSystemQuotaUsage、ExternalToolTestCase 中的冗余索引
2. 为 ChannelUserIdentity 新增 pending_review 字段并添加GIN索引加速查询
3. 为 ChannelAuditLog 添加 target_account 字段索引
4. 为 ChannelOutboxEntry 新增 delivered_parts 字段并添加高频查询列索引
2026-07-09 04:23:35 +08:00
..
yuxi refactor(postgres models): remove unnecessary indexes and add new fields and indexes 2026-07-09 04:23:35 +08:00
MANIFEST.in refactor: 迁移 mysql reporter 到技能脚本 2026-06-06 14:04:48 +08:00
pyproject.toml feat: 完成外部系统限界上下文核心代码实现 2026-06-20 22:12:42 +08:00
README.md fix: 修复包管理的导入问题 #603 2026-04-03 13:09:12 +08:00
uv.lock chore(release): 发布 0.7.0 正式版 2026-06-13 01:02:43 +08:00

yuxi

Yuxi 核心后端 Python 包。

该目录用于将 yuxi 作为本地可构建、可安装的 Python package 提供给 backend 项目使用。