ForcePilot/backend/package
Kris 111f510cf5 refactor(postgres models): 调整多个数据库字段长度和注释
1. 将ChannelContentReviewRecord的account_id从String(64)扩容至String(128),补充注释说明对齐channel_accounts.account_id
2. 将Conversation的uid从String(64)扩容至String(225),补充注释说明包含服务账号uid
3. 将Conversation的channel_account_id从String(64)扩容至String(128),补充对齐注释
4. 将MessageFeedback和AgentRun的uid从String(64)扩容至String(225),补充注释说明包含服务账号uid
2026-07-09 13:52:45 +08:00
..
yuxi refactor(postgres models): 调整多个数据库字段长度和注释 2026-07-09 13:52:45 +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 项目使用。