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
Tauri 2.x 默认将 Rust snake_case 参数重命名为 camelCase, 前端 invoke 必须使用 camelCase (agentId 而非 agent_id)。 修复 3 处 invoke 调用: - heartbeat_update_memory_stats (agentId, taskCount, totalEntries, storageSizeBytes) - heartbeat_record_correction (agentId, correctionType) - heartbeat_record_interaction (agentId)
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.