kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: ci
rodzic
7b3730ee8d
commit
2a75a0321c
|
@ -49,6 +49,7 @@
|
|||
"@agentic/hunter": "workspace:*",
|
||||
"@agentic/jina": "workspace:*",
|
||||
"@agentic/langchain": "workspace:*",
|
||||
"@agentic/leadmagic": "workspace:*",
|
||||
"@agentic/llamaindex": "workspace:*",
|
||||
"@agentic/midjourney": "workspace:*",
|
||||
"@agentic/novu": "workspace:*",
|
||||
|
@ -57,6 +58,7 @@
|
|||
"@agentic/polygon": "workspace:*",
|
||||
"@agentic/predict-leads": "workspace:*",
|
||||
"@agentic/proxycurl": "workspace:*",
|
||||
"@agentic/rocketreach": "workspace:*",
|
||||
"@agentic/searxng": "workspace:*",
|
||||
"@agentic/serpapi": "workspace:*",
|
||||
"@agentic/serper": "workspace:*",
|
||||
|
|
|
@ -11,6 +11,7 @@ export * from '@agentic/github'
|
|||
export * from '@agentic/hacker-news'
|
||||
export * from '@agentic/hunter'
|
||||
export * from '@agentic/jina'
|
||||
export * from '@agentic/leadmagic'
|
||||
export * from '@agentic/midjourney'
|
||||
export * from '@agentic/novu'
|
||||
export * from '@agentic/people-data-labs'
|
||||
|
@ -18,6 +19,7 @@ export * from '@agentic/perigon'
|
|||
export * from '@agentic/polygon'
|
||||
export * from '@agentic/predict-leads'
|
||||
export * from '@agentic/proxycurl'
|
||||
export * from '@agentic/rocketreach'
|
||||
export * from '@agentic/searxng'
|
||||
export * from '@agentic/serpapi'
|
||||
export * from '@agentic/serper'
|
||||
|
|
|
@ -895,6 +895,9 @@ importers:
|
|||
'@agentic/langchain':
|
||||
specifier: workspace:*
|
||||
version: link:../langchain
|
||||
'@agentic/leadmagic':
|
||||
specifier: workspace:*
|
||||
version: link:../leadmagic
|
||||
'@agentic/llamaindex':
|
||||
specifier: workspace:*
|
||||
version: link:../llamaindex
|
||||
|
@ -919,6 +922,9 @@ importers:
|
|||
'@agentic/proxycurl':
|
||||
specifier: workspace:*
|
||||
version: link:../proxycurl
|
||||
'@agentic/rocketreach':
|
||||
specifier: workspace:*
|
||||
version: link:../rocketreach
|
||||
'@agentic/searxng':
|
||||
specifier: workspace:*
|
||||
version: link:../searxng
|
||||
|
|
Ładowanie…
Reference in New Issue