@uniqueli/openwork 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,8 @@
7
7
  http-equiv="Content-Security-Policy"
8
8
  content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
9
9
  />
10
- <script type="module" crossorigin src="./assets/index-BPV5Z3ZG.js"></script>
11
- <link rel="stylesheet" crossorigin href="./assets/index-BtAM3QNQ.css">
10
+ <script type="module" crossorigin src="./assets/index-DTaVewa6.js"></script>
11
+ <link rel="stylesheet" crossorigin href="./assets/index-BmPF126u.css">
12
12
  </head>
13
13
  <body>
14
14
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniqueli/openwork",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "A tactical agent interface for deepagentsjs with multiple custom API support",
5
5
  "main": "./out/main/index.js",
6
6
  "files": [
@@ -48,14 +48,13 @@
48
48
  "build": "npm run typecheck && electron-vite build"
49
49
  },
50
50
  "dependencies": {
51
- "electron": "^39.2.6",
52
- "@langchain/anthropic": "^1.3.10",
53
- "@langchain/core": "1.1.15",
51
+ "@langchain/anthropic": "^1.3.11",
52
+ "@langchain/core": "1.1.16",
53
+ "@langchain/google-genai": "^2.1.12",
54
54
  "@langchain/langgraph": "^1.0.15",
55
55
  "@langchain/langgraph-checkpoint": "^1.0.0",
56
56
  "@langchain/langgraph-sdk": "^1.5.3",
57
- "@langchain/openai": "^1.2.2",
58
- "@langchain/google-genai": "^2.1.10",
57
+ "@langchain/openai": "^1.2.3",
59
58
  "@radix-ui/react-context-menu": "^2.2.16",
60
59
  "@radix-ui/react-dialog": "^1.1.15",
61
60
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -71,8 +70,10 @@
71
70
  "@radix-ui/react-tooltip": "^1.2.8",
72
71
  "class-variance-authority": "^0.7.1",
73
72
  "clsx": "^2.1.1",
74
- "deepagents": "^1.5.0",
73
+ "deepagents": "^1.5.1",
74
+ "electron": "^39.2.6",
75
75
  "electron-store": "^8.2.0",
76
+ "langchain": "^1.2.12",
76
77
  "lucide-react": "^0.469.0",
77
78
  "react-markdown": "^10.1.0",
78
79
  "react-resizable-panels": "^4.4.0",
@@ -1,16 +0,0 @@
1
- # Resources
2
-
3
- Place your app icon here:
4
-
5
- - `icon.png` - PNG icon (512x512 recommended, used for macOS dock)
6
- - `icon.icns` - macOS icon (optional, for packaged apps)
7
- - `icon.ico` - Windows icon (optional, for packaged apps)
8
-
9
- ## Creating an Icon
10
-
11
- You can create an icon using tools like:
12
- - [Figma](https://figma.com)
13
- - [IconKitchen](https://icon.kitchen)
14
- - [MakeAppIcon](https://makeappicon.com)
15
-
16
- Export as 512x512 PNG for best results.