Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crewAIInc/crewAI
/ kickoff
Method
kickoff
lib/cli/tests/test_run_crew.py:592–594 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
590
]
591
592
def
kickoff(self, inputs):
593
kickoff_calls.append(inputs)
594
return
"plain result"
595
596
monkeypatch.setattr(
597
run_crew_module,
"configured_project_json_crew"
,
lambda
: crew_path
Callers
8
_run_json_crew_without_tui
Function · 0.45
run_declarative_flow
Function · 0.45
_run_crew_worker
Method · 0.45
generate_content
Method · 0.45
kickoff
Function · 0.45
run_with_trigger
Function · 0.45
run
Function · 0.45
run_with_trigger
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected