Files
zclaw_openfang/desktop
iven a389082dd4
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
fix(llm-service): 在内核模式下使用 Tauri invoke 而非 HTTP 端点
问题:记忆系统尝试调用 /api/agents/default/message 导致 ECONNREFUSED
根因:GatewayLLMAdapter 在内核模式下仍使用外部 OpenFang HTTP 端点

修复:检测 Tauri 运行时,使用 agent_chat Tauri 命令代替 HTTP 请求

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 23:59:50 +08:00
..
2026-03-23 23:06:20 +08:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.