MCPcopy 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_declarative_flowFunction · 0.45
_run_crew_workerMethod · 0.45
generate_contentMethod · 0.45
kickoffFunction · 0.45
run_with_triggerFunction · 0.45
runFunction · 0.45
run_with_triggerFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected