add composio triggers (#192)

This commit is contained in:
Ramnique Singh 2025-08-08 02:27:42 +05:30 committed by GitHub
parent 5e706f0684
commit 3552302f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 4887 additions and 111 deletions

View file

@ -13,7 +13,7 @@
"ragUrlsWorker": "tsx app/scripts/rag_urls_worker.ts",
"ragFilesWorker": "tsx app/scripts/rag_files_worker.ts",
"ragTextWorker": "tsx app/scripts/rag_text_worker.ts",
"worker": "tsx app/scripts/worker.ts"
"jobs-worker": "tsx app/scripts/jobs-worker.ts"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.21",
@ -68,6 +68,7 @@
"remark-gfm": "^4.0.1",
"rowboat-shared": "github:rowboatlabs/shared",
"sharp": "^0.33.4",
"standardwebhooks": "^1.0.0",
"styled-components": "^5.3.11",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",