elky
|
6f00e9fc67
|
Improve gateway transport and usage runtime
|
2026-06-25 22:36:27 +08:00 |
|
elky
|
d336d1a7fa
|
Improve gateway scheduling and runtime admission
|
2026-06-24 01:53:45 +08:00 |
|
fawney19
|
d18b13a91a
|
fix: harden frontdoor and usage ingestion
|
2026-05-22 23:57:38 +08:00 |
|
Entropy.Xu
|
85f48123b6
|
feat(auth): 添加 Turnstile 注册防护
|
2026-05-15 01:54:20 +08:00 |
|
fawney19
|
6247ac3edc
|
refactor: extract runtime state backends
|
2026-05-08 00:18:12 +08:00 |
|
fawney19
|
226a6e58d5
|
refactor(gateway): 重构格式转换候选资格检查并优化测试基础设施
- 将 format_conversion_disabled 的过滤提前到候选遴选阶段,替代原来的 skip_reason 标记机制
- 为测试添加 execution_runtime_sync_override 直接注入支持,避免启动额外 HTTP 服务器
- 将 submit_terminal_event 改为 async record_terminal_event 确保失败用量事件可靠入库
- 新增 test_support 模块封装可重试的 loopback 端口绑定逻辑
- 前端:poolTrace 将 skipped 从隐藏状态移除,新增 buildPoolParticipatedCandidates 统一新旧链路逻辑,并将 skipped 状态色改为 foreground
|
2026-04-20 16:59:18 +08:00 |
|
fawney19
|
62e0a0338d
|
refactor: 移除 shadow results 相关模块和接口
|
2026-04-14 09:46:16 +08:00 |
|
fawney19
|
5d96d6673b
|
refactor: 大规模模块拆分与代码精简,新增 ai-pipeline/data-contracts 独立 crate
- 新增 aether-ai-pipeline 和 aether-data-contracts crate,将 pipeline 逻辑与数据契约从 gateway 中解耦
- 重构 admin handlers:拆分单体模块为 auth/billing/endpoint/features/model/observability/provider/system 等独立子模块
- 合并 chat/cli 重复代码路径:精简 conversion、finalize、planner 中的 sync/chat/cli 分支
- 重构 scheduler/executor/data 层,引入 facade 模式降低模块间耦合
- 移除冗余的 intent 模块,将 plan_fallback/policy/stream_path/sync_path 迁移至 executor
- 前端适配:调整 admin API 调用和 provider 模型测试对话框
|
2026-04-07 02:50:19 +08:00 |
|
fawney19
|
763ff03a7b
|
refactor: 拆分 gateway 单体为独立 crate,新增 systemd 部署方案
将 gateway 内部的 model-fetch、provider-transport、scheduler-core、
usage-runtime、video-tasks-core 模块提取为独立 crate;重构 gateway
内部模块结构(state/router/cache/data/query 等);移除大量遗留模块
文件;新增 systemd 二进制部署骨架及相关文档;更新前端 usage 相关
API 和组件。
|
2026-04-05 20:23:16 +08:00 |
|