huodon commited on
Commit
371f43d
·
1 Parent(s): ef907ff
Files changed (3) hide show
  1. dist/agent.mjs +1 -1
  2. package.json +15 -15
  3. release.sh +0 -1
dist/agent.mjs CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a53c617ca5aa4e70f104f436d879334aebfc9f5b41d96e84e6cebc195be6173
3
  size 2001620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b31280f52375f2ca4913cb44fe2f8baa0280e194b574908f25cd9cdf0167da39
3
  size 2001620
package.json CHANGED
@@ -5,11 +5,11 @@
5
  "type": "module",
6
  "scripts": {
7
  "dev:web": "vite dev",
8
- "dev:agent:langgraph": "pnpx @langchain/langgraph-cli dev --host 0.0.0.0 --port 7860",
9
  "dev:agent:mastra": "mastra dev --dir src/agent/mastra",
10
  "build:web": "vite build",
11
  "build:agent:langgraph": "pnpx @langchain/langgraph-cli build --dir src/agent/langgraph",
12
- "start": "vite start",
13
  "typecheck": "tsc --noEmit",
14
  "shadcn": "pnpm dlx shadcn@latest"
15
  },
@@ -43,12 +43,12 @@
43
  "@langchain/openai": "^0.5.12",
44
  "@legendapp/state": "3.0.0-beta.31",
45
  "@mastra/agui": "1.0.2",
46
- "@mastra/client-js": "^0.10.2",
47
- "@mastra/core": "^0.10.3",
48
- "@mastra/libsql": "^0.10.1",
49
- "@mastra/loggers": "^0.10.1",
50
- "@mastra/mcp": "^0.10.2",
51
- "@mastra/memory": "^0.10.2",
52
  "@notionhq/client": "^3.1.3",
53
  "@openrouter/ai-sdk-provider": "^0.7.1",
54
  "@radix-ui/react-accordion": "^1.2.11",
@@ -80,10 +80,10 @@
80
  "@stepperize/react": "^5.1.6",
81
  "@tanstack/react-query": "^5.80.6",
82
  "@tanstack/react-query-devtools": "^5.80.6",
83
- "@tanstack/react-router": "1.121.0-alpha.22",
84
- "@tanstack/react-router-devtools": "1.121.0-alpha.22",
85
- "@tanstack/react-router-with-query": "1.121.0-alpha.22",
86
- "@tanstack/react-start": "1.121.0-alpha.26",
87
  "@tanstack/react-table": "^8.21.3",
88
  "@tavily/core": "^0.5.6",
89
  "ai": "^4.3.16",
@@ -106,7 +106,7 @@
106
  "input-otp": "^1.4.2",
107
  "lodash-es": "^4.17.21",
108
  "lucide-react": "^0.514.0",
109
- "mastra": "^0.10.3",
110
  "media-chrome": "^4.11.0",
111
  "motion": "^12.16.0",
112
  "openai": "^5.3.0",
@@ -137,7 +137,7 @@
137
  "rxjs": "^7.8.2",
138
  "shosho": "^1.4.3",
139
  "sonner": "^2.0.5",
140
- "tailwind-merge": "^3.3.0",
141
  "ulid": "^3.0.1",
142
  "usehooks-ts": "^3.1.1",
143
  "vaul": "^1.1.2",
@@ -148,7 +148,7 @@
148
  "@types/lodash-es": "^4.17.12",
149
  "@types/node": "^22.15.30",
150
  "@types/papaparse": "^5.3.16",
151
- "@types/react": "^19.1.6",
152
  "@types/react-dom": "^19.1.6",
153
  "tw-animate-css": "^1.3.4"
154
  }
 
5
  "type": "module",
6
  "scripts": {
7
  "dev:web": "vite dev",
8
+ "dev:agent:langgraph": "pnpx @langchain/langgraph-cli dev --port 7860",
9
  "dev:agent:mastra": "mastra dev --dir src/agent/mastra",
10
  "build:web": "vite build",
11
  "build:agent:langgraph": "pnpx @langchain/langgraph-cli build --dir src/agent/langgraph",
12
+ "start": "node .output/server/index.mjs",
13
  "typecheck": "tsc --noEmit",
14
  "shadcn": "pnpm dlx shadcn@latest"
15
  },
 
43
  "@langchain/openai": "^0.5.12",
44
  "@legendapp/state": "3.0.0-beta.31",
45
  "@mastra/agui": "1.0.2",
46
+ "@mastra/client-js": "^0.10.3",
47
+ "@mastra/core": "^0.10.4",
48
+ "@mastra/libsql": "^0.10.2",
49
+ "@mastra/loggers": "^0.10.2",
50
+ "@mastra/mcp": "^0.10.3",
51
+ "@mastra/memory": "^0.10.3",
52
  "@notionhq/client": "^3.1.3",
53
  "@openrouter/ai-sdk-provider": "^0.7.1",
54
  "@radix-ui/react-accordion": "^1.2.11",
 
80
  "@stepperize/react": "^5.1.6",
81
  "@tanstack/react-query": "^5.80.6",
82
  "@tanstack/react-query-devtools": "^5.80.6",
83
+ "@tanstack/react-router": "1.121.0",
84
+ "@tanstack/react-router-devtools": "1.121.0",
85
+ "@tanstack/react-router-with-query": "1.121.0",
86
+ "@tanstack/react-start": "1.121.0",
87
  "@tanstack/react-table": "^8.21.3",
88
  "@tavily/core": "^0.5.6",
89
  "ai": "^4.3.16",
 
106
  "input-otp": "^1.4.2",
107
  "lodash-es": "^4.17.21",
108
  "lucide-react": "^0.514.0",
109
+ "mastra": "^0.10.4",
110
  "media-chrome": "^4.11.0",
111
  "motion": "^12.16.0",
112
  "openai": "^5.3.0",
 
137
  "rxjs": "^7.8.2",
138
  "shosho": "^1.4.3",
139
  "sonner": "^2.0.5",
140
+ "tailwind-merge": "^3.3.1",
141
  "ulid": "^3.0.1",
142
  "usehooks-ts": "^3.1.1",
143
  "vaul": "^1.1.2",
 
148
  "@types/lodash-es": "^4.17.12",
149
  "@types/node": "^22.15.30",
150
  "@types/papaparse": "^5.3.16",
151
+ "@types/react": "^19.1.7",
152
  "@types/react-dom": "^19.1.6",
153
  "tw-animate-css": "^1.3.4"
154
  }
release.sh CHANGED
@@ -18,7 +18,6 @@ echo "Build completed successfully, preparing git operations..."
18
 
19
  # Add all new build artifacts
20
  echo "Adding build artifacts to git..."
21
- git add .output/
22
  git add .env 2>/dev/null || echo "No .env file to add"
23
  git add .env.example 2>/dev/null || echo "No .env.example file to add"
24
 
 
18
 
19
  # Add all new build artifacts
20
  echo "Adding build artifacts to git..."
 
21
  git add .env 2>/dev/null || echo "No .env file to add"
22
  git add .env.example 2>/dev/null || echo "No .env.example file to add"
23