MCPcopy Create free account
hub / github.com/crewAIInc/crewAI / create_crew

Method create_crew

lib/cli/tests/test_crew_run_tui.py:88–92  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

86 attempts = 0
87
88 def create_crew(self, **kwargs) -> None:
89 create_calls.append(kwargs)
90 FakeDeployCommand.attempts += 1
91 if FakeDeployCommand.attempts == 1:
92 raise AuthenticationRequiredError
93
94 class FakeAuthenticationCommand:
95 def login(self) -> None:

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected