fawney19
d735b6316f
feat: 引入 Rust executor/gateway sidecar 及 Python 侧双后端适配
- 新增 Rust workspace crates: aether-contracts, aether-executor, aether-gateway
- aether-executor: 支持 Unix Socket/TCP 双传输模式,处理同步/流式上游请求
- aether-gateway: 作为本地主入口代理,集成 /api/internal/gateway/resolve 认证预解析
- Python 侧新增 ExecutionPlan 契约和 RustExecutorClient,各 handler 支持
executor_backend=rust 时将可序列化请求转发给 Rust executor 执行
- 重构 dev.sh 支持 executor/gateway 进程编排与生命周期管理
- 新增 internal gateway 路由,提供 resolve/passthrough 端点
- handler 层(chat/cli/video/endpoint_checker 等)全面适配 Rust executor 回退逻辑
- pipeline 层支持 trusted auth context 跳过重复认证
- 新增 Rust CI workflow 及对应测试用例
2026-03-21 12:57:09 +08:00
..
2026-03-10 10:40:50 +08:00
2026-03-11 15:56:58 +08:00
2026-03-12 17:11:14 +08:00
2026-03-15 14:22:59 +08:00
2026-03-12 09:33:24 +08:00
2026-03-10 10:40:50 +08:00
2026-02-01 17:25:28 +08:00
2026-03-08 00:05:48 +08:00
2026-03-09 22:57:23 +08:00
2026-03-17 16:34:09 +08:00
2026-03-17 16:34:09 +08:00
2026-03-12 09:33:24 +08:00
2026-03-18 10:52:07 +08:00
2026-02-16 11:00:48 +08:00
2026-03-02 22:36:24 +08:00
2026-03-17 16:34:09 +08:00
2026-03-14 11:59:07 +08:00
2026-03-18 23:38:26 +08:00
2026-03-15 20:27:53 +08:00
2026-03-21 12:57:09 +08:00
2026-03-21 12:57:09 +08:00
2026-03-19 23:52:17 +08:00
2026-03-18 10:52:07 +08:00
2026-03-14 11:59:07 +08:00
2026-03-17 22:07:09 +08:00
2026-03-17 20:22:12 +08:00
2026-03-17 20:22:12 +08:00
2026-03-05 17:32:21 +08:00
2026-03-14 11:59:07 +08:00
2026-03-17 16:34:09 +08:00
2026-03-20 19:16:52 +08:00
2026-03-04 22:51:02 +08:00
2026-03-18 23:58:42 +08:00
2026-03-06 13:13:01 +08:00
2026-02-16 11:00:48 +08:00
2026-03-20 19:16:52 +08:00
2026-03-20 19:16:52 +08:00
2026-03-20 16:50:59 +08:00
2026-03-20 19:16:52 +08:00
2026-03-20 16:50:59 +08:00
2026-03-06 13:13:01 +08:00
2026-02-07 12:52:25 +08:00
2026-03-17 18:06:15 +08:00
2026-03-08 14:31:15 +08:00
2026-03-09 22:57:23 +08:00
2026-02-15 16:32:23 +08:00
2026-03-03 09:22:20 +08:00
2026-03-10 14:42:33 +08:00
2026-03-18 00:13:28 +08:00
2026-03-14 11:59:07 +08:00
2026-03-19 22:26:51 +08:00
2026-02-12 10:58:14 +08:00
2026-02-04 02:04:54 +08:00
2026-03-02 11:45:30 +08:00
2026-03-19 01:35:00 +08:00
2026-03-17 16:34:09 +08:00
2026-03-08 00:05:48 +08:00