feat: 更新依赖项,添加 OpenCode 支持,重构代理和路由逻辑,新增 AGENTS 文档

This commit is contained in:
2026-01-20 02:46:29 +08:00
parent 26b4ffa3a2
commit 9f20e149a0
16 changed files with 531 additions and 32 deletions

3
assistant/agent/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import { app } from '../src/main.ts'
export { app }