mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 00:58:13 +00:00
Create tool for generating automations in Studio (#438)
* Create tool for generating automations in Studio This commit creates a tool to use CrewAI Enterprise API to generate crews using CrewAI Studio. * Replace CREWAI_BASE_URL with CREWAI_PLUS_URL * Add missing /crewai_plus in URL
This commit is contained in:
@@ -12,16 +12,16 @@ from .tools import (
|
||||
ApifyActorsTool,
|
||||
ArxivPaperTool,
|
||||
BraveSearchTool,
|
||||
BrightDataWebUnlockerTool,
|
||||
BrightDataSearchTool,
|
||||
BrightDataDatasetTool,
|
||||
BrightDataSearchTool,
|
||||
BrightDataWebUnlockerTool,
|
||||
BrowserbaseLoadTool,
|
||||
CodeDocsSearchTool,
|
||||
CodeInterpreterTool,
|
||||
ComposioTool,
|
||||
ContextualAIQueryTool,
|
||||
ContextualAICreateAgentTool,
|
||||
ContextualAIParseTool,
|
||||
ContextualAIQueryTool,
|
||||
ContextualAIRerankTool,
|
||||
CouchbaseFTSVectorSearchTool,
|
||||
CrewaiEnterpriseTools,
|
||||
@@ -38,6 +38,7 @@ from .tools import (
|
||||
FirecrawlCrawlWebsiteTool,
|
||||
FirecrawlScrapeWebsiteTool,
|
||||
FirecrawlSearchTool,
|
||||
GenerateCrewaiAutomationTool,
|
||||
GithubSearchTool,
|
||||
HyperbrowserLoadTool,
|
||||
InvokeCrewAIAutomationTool,
|
||||
|
||||
Reference in New Issue
Block a user