```bash poetry add copilotkit # including support for crewai poetry add copilotkit[crewai] ``` ```bash pip install copilotkit --extra-index-url https://copilotkit.gateway.scarf.sh/simple/ # including support for crewai pip install copilotkit[crewai] --extra-index-url https://copilotkit.gateway.scarf.sh/simple/ ``` ```bash conda install copilotkit -c copilotkit-channel # including support for crewai conda install copilotkit[crewai] -c copilotkit-channel ```