feat(python-crewai): update and use crewai integration#507
Conversation
| # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. | ||
| # You can also use any other image from Docker Hub. | ||
| FROM apify/actor-python:3.13 | ||
| # We are using Python 3.12 because 3.13 required compilation of the packages for the CrewAI setup. |
There was a problem hiding this comment.
based in https://pypi.org/project/crewai/ the crewai now supports 3.13 - I will look into that 👍
There was a problem hiding this comment.
Ahh, you mean the crewai version, ok, will test it
There was a problem hiding this comment.
i mean both, the python version is what breaks in the renovate PR, and we also have #617 which bumps crawai itself to v1
i can imagine it will just work with 3.14, but that's a separate story, lets first unblock update to 3.13, and renovate will let us know if 3.14 works or not
There was a problem hiding this comment.
the #617 works fine with the python 3.12 - at least on the Apify platform it runs
There was a problem hiding this comment.
there is some issue with CrewAI where it prompts "Would you like to view your execution traces? [y/N]" and prevents the Actor from exiting 🤦
There was a problem hiding this comment.
I tried but cannot figure out how to disable the CrewAI shitty tracing prompt. Will look into it later since it is not prio.
Use Apify CrewAI integration instead of creating the tools from scratch.