mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
Merge pull request #99 from jaiprasad04/feat/public-submodules-sync
refactor: sync with public monorepos and add as submodules
This commit is contained in:
commit
6bc0a355fb
10 changed files with 1224 additions and 2818 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "packages/workflow-ui"]
|
||||
path = packages/workflow-ui
|
||||
url = https://github.com/Anil-matcha/workflow-ui.git
|
||||
[submodule "packages/ai-agent"]
|
||||
path = packages/ai-agent
|
||||
url = https://github.com/jaiprasad04/ai-agent
|
||||
[submodule "packages/Vibe-Workflow"]
|
||||
path = packages/Vibe-Workflow
|
||||
url = https://github.com/SamurAIGPT/Vibe-Workflow.git
|
||||
[submodule "packages/Open-Poe-AI"]
|
||||
path = packages/Open-Poe-AI
|
||||
url = https://github.com/Anil-matcha/Open-Poe-AI.git
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"ai-agent": ["./packages/ai-agent/src/index.js"],
|
||||
"workflow-builder": ["./packages/workflow-ui/src/index.js"]
|
||||
"ai-agent": ["./packages/Open-Poe-AI/packages/agents/src/index.js"],
|
||||
"workflow-builder": ["./packages/Vibe-Workflow/packages/workflow-builder/src/index.js"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
3965
package-lock.json
generated
3965
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -5,8 +5,8 @@
|
|||
"version": "1.0.4",
|
||||
"workspaces": [
|
||||
"packages/studio",
|
||||
"packages/workflow-ui",
|
||||
"packages/ai-agent"
|
||||
"packages/Vibe-Workflow/packages/workflow-builder",
|
||||
"packages/Open-Poe-AI/packages/agents"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
|
@ -93,8 +93,8 @@
|
|||
"react-dom": "^19.0.0",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"studio": "*",
|
||||
"workflow-builder": "file:./packages/workflow-ui",
|
||||
"ai-agent": "file:./packages/ai-agent"
|
||||
"workflow-builder": "file:./packages/Vibe-Workflow/packages/workflow-builder",
|
||||
"ai-agent": "file:./packages/Open-Poe-AI/packages/agents"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3",
|
||||
|
|
|
|||
1
packages/Open-Poe-AI
Submodule
1
packages/Open-Poe-AI
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cb12973823b15a50329ff34ed28491c73681a2ab
|
||||
1
packages/Vibe-Workflow
Submodule
1
packages/Vibe-Workflow
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 41a2da7d713d4bc92180ef248dad3cec8c3b0bea
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit bfc7087bf4ae0ed9a9c98daed9bf0c3c8d7333df
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
"react-toastify": "^11.1.0",
|
||||
"reactflow": "^11.11.4",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"workflow-builder": "file:../workflow-ui",
|
||||
"ai-agent": "file:../ai-agent"
|
||||
"workflow-builder": "file:../Vibe-Workflow/packages/workflow-builder",
|
||||
"ai-agent": "file:../Open-Poe-AI/packages/agents"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18.0.0",
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 58cc9b22f311f7e4c6c80a7f0eb289f322b7c199
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
// tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue