machinaos 0.0.49 → 0.0.50
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.
- package/README.md +2 -2
- package/client/dist/assets/index-qcvd3iXP.js +862 -0
- package/client/dist/index.html +1 -1
- package/client/package.json +1 -1
- package/client/src/Dashboard.tsx +17 -1
- package/client/src/components/icons/AIProviderIcons.tsx +10 -0
- package/client/src/components/ui/TopToolbar.tsx +108 -1
- package/client/src/contexts/WebSocketContext.tsx +13 -4
- package/client/src/hooks/useApiKeys.ts +42 -0
- package/client/src/hooks/useDragAndDrop.ts +13 -2
- package/package.json +7 -7
- package/scripts/build.js +2 -2
- package/scripts/install.js +1 -1
- package/server/config/model_registry.json +151 -174
- package/server/core/database.py +21 -1
- package/server/models/database.py +2 -0
- package/server/routers/websocket.py +83 -0
- package/client/dist/assets/index-OBm6GO__.js +0 -862
package/README.md
CHANGED
|
@@ -10,11 +10,11 @@ Mashup of N8N + Openclaw but with better visibility of what it's doing and also
|
|
|
10
10
|
|
|
11
11
|
## See It In Action ↓
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
https://github.com/user-attachments/assets/a30979e0-8066-4412-b466-cc3a70bcf3dd
|
|
14
14
|
|
|
15
15
|
## Full Capabilities ↓
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
https://github.com/user-attachments/assets/9785aefb-9424-4a80-bd83-bb1205fc70af
|
|
18
18
|
|
|
19
19
|
## Prerequisites
|
|
20
20
|
|