mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 15:52:34 +00:00
feat: add InvokeCrewAIAutomationTool for external crew API integration (#430)
* feat: add InvokeCrewAIAutomationTool for external crew API integration * feat: add InvokeCrewAIAutomationTool class for executing CrewAI tasks programmatically
This commit is contained in:
@@ -36,6 +36,7 @@ from .tools import (
|
||||
FirecrawlSearchTool,
|
||||
GithubSearchTool,
|
||||
HyperbrowserLoadTool,
|
||||
InvokeCrewAIAutomationTool,
|
||||
JSONSearchTool,
|
||||
LinkupSearchTool,
|
||||
LlamaIndexTool,
|
||||
|
||||
Reference in New Issue
Block a user