feat: refactor HomePage to integrate agents store and update related components
feat: add runtime event handling for providers in ProvidersSection feat: update routing to include Channels and Agents pages feat: extend route types and navigation items for Channels and Agents feat: implement agents store for managing agent data and interactions fix: update chat store to utilize agents store for agent-related functionality chore: export agents store from index fix: enhance runtime types for better event handling fix: update Vite config to handle dev server URL correctly
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"start": "vite",
|
||||
"build": "vite build && electron-builder",
|
||||
"build:vite": "vite build",
|
||||
"smoke:agents": "node scripts/agents-runtime-smoke.mjs",
|
||||
"package": "vite build",
|
||||
"icons": "zx scripts/generate-icons.mjs",
|
||||
"uv:download": "zx scripts/download-bundled-uv.mjs",
|
||||
|
||||
Reference in New Issue
Block a user