Spaces:
Runtime error
Runtime error
| # JB OK: | |
| # crewai # JB OK | |
| crewai[tools] | |
| exa-py | |
| langchain # = "0.1.17" | |
| langchain-core # = "0.1.52" | |
| langchain-anthropic # = "^0.1.11" | |
| langchain-groq # = "^0.1.3" | |
| # streamlit # = "^1.34.0" # Is all geinstalleerd door HF Spaces ! | |
| langchain-google-genai # = "^1.0.3" | |
| pillow # = "^10.3.0" | |
| # OK ? | |
| # HUGGING FACE LLMs | |
| # https://python.langchain.com/v0.2/docs/integrations/chat/huggingface/ | |
| # HUGGINGFACEHUB_API_TOKEN | |
| # https://huggingface.co/docs/hub/security-tokens | |
| # https://huggingface.co/settings/tokens | |
| # %pip install --upgrade --quiet langchain-huggingface text-generation transformers google-search-results numexpr langchainhub sentencepiece jinja2 | |
| langchain-huggingface | |
| text-generation | |
| transformers | |
| google-search-results | |
| numexpr | |
| langchainhub | |
| sentencepiece | |
| jinja2 | |
| # FROM pyproject.toml : | |
| # [tool.poetry.dependencies] | |
| # python = ">=3.10,<=3.13" | |
| # crewai = {extras = ["tools"], version = "^0.28.7"} ----> pip install 'crewai[tools]' | |
| # exa-py = "^1.0.9" | |
| # langchain = "0.1.17" | |
| # langchain-core = "0.1.52" | |
| # langchain-anthropic = "^0.1.11" | |
| # langchain-groq = "^0.1.3" | |
| # streamlit = "^1.34.0" | |
| # langchain-google-genai = "^1.0.3" | |
| # pillow = "^10.3.0" | |
| # If you want to install the 'crewai' package along with its optional features | |
| # that include additional tools for agents, | |
| # you can do so by using the following command: | |
| # pip install 'crewai[tools]'. | |
| # This command installs the basic package and also adds extra components | |
| # which require more dependencies to function." | |
| # ... |