feat: AI平台适配器(DeepSeek/Kimi/Open余额查询+Minimax骨架)+ capabilities按钮控制,测试17项通过

This commit is contained in:
gouki
2026-08-02 16:59:25 +00:00
parent f657bfb10b
commit 1e574315bd
5 changed files with 177 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ def adapters() -> dict:
return {
"adapters": registry.adapter_meta(),
"supported_types": registry.supported_types(),
"capabilities": registry.sdk_capabilities(),
}