Loading pkgs/development/python-modules/crewai/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nix-update-script, # build-system hatchling, Loading Loading @@ -534,6 +535,9 @@ buildPythonPackage (finalAttrs: { "test_azure_agent_with_native_tool_calling" "test_azure_agent_kickoff_with_tools_mocked" "test_azure_streaming_emits_tool_call_events" # Tests time dependent "test_older_than" ]; nativeCheckInputs = [ Loading @@ -556,6 +560,13 @@ buildPythonPackage (finalAttrs: { "--override-ini=addopts=" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "^([0-9]+\\.[0-9]+\\.[0-9]+)$" ]; }; meta = { description = "Framework for orchestrating role-playing, autonomous AI agents"; homepage = "https://github.com/crewAIInc/crewAI"; Loading Loading
pkgs/development/python-modules/crewai/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nix-update-script, # build-system hatchling, Loading Loading @@ -534,6 +535,9 @@ buildPythonPackage (finalAttrs: { "test_azure_agent_with_native_tool_calling" "test_azure_agent_kickoff_with_tools_mocked" "test_azure_streaming_emits_tool_call_events" # Tests time dependent "test_older_than" ]; nativeCheckInputs = [ Loading @@ -556,6 +560,13 @@ buildPythonPackage (finalAttrs: { "--override-ini=addopts=" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "^([0-9]+\\.[0-9]+\\.[0-9]+)$" ]; }; meta = { description = "Framework for orchestrating role-playing, autonomous AI agents"; homepage = "https://github.com/crewAIInc/crewAI"; Loading