CrewAI-Studio
CrewAI-Studio copied to clipboard
A user-friendly, multi-platform GUI for managing and running CrewAI agents and tasks. Supports Conda and virtual environments, no coding needed.
 ### Snyk has created this PR to fix 17 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` ⚠️ Warning ``` apidocr...
**1. Main issue:** following the README.md, - first run `./install_venv.sh` in the ubuntu 22.04, next - run the UI with cmd `./run_venv.sh` in vscode, and then - the UI shows...
This PR introduces **Amazon Bedrock** support to CrewAI-Studio, enabling users to leverage AWS-hosted foundation models alongside existing providers seamlessly. _**-> What’s New:**_ - Added a new Bedrock provider in LLM_CONFIG....
ImportError: cannot import name 'ResponseTextConfig' from 'openai.types.responses.response' (D:\Code\CrewAI-Studio\venv\Lib\site-packages\openai\types\responses\response.py) When running run_venv.bat, once I open up the browser window and type http://localhost:8501, I get this error: ImportError: cannot import name 'ResponseTextConfig'...
Hi, I’m trying to install and run CrewAI Studio on my Mac, but I keep running into dependency issues with the crewai and crewai-tools packages. The versions specified in the...
Hello, I'm opening this issue because I've found that the `dukduk_search` tool is no longer working as the package has been renamed. The `duckduckgo_search` package has been renamed to `ddgs`....
I’m trying to add a persistent PostgreSQL database to my CrewAI Docker Compose stack so that data survives container restarts. Despite defining a volume and wiring up the `DATABASE_URL`, every...
Getting errors on new installation: ────────────────────────── Traceback (most recent call last) ─────────────────────────── C:\GitHub\CrewAI-Studio\venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_c ode.py:128 in exec_func_with_error_handling C:\GitHub\CrewAI-Studio\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script _runner.py:669 in code_to_exec C:\GitHub\CrewAI-Studio\app\app.py:3 in 1 import streamlit as st 2 from streamlit...
Greetings! First of all thank you so much for the time and effort into this project. I have successfully connected to my local Ollama, but now I need the ability...
Introduce a Flask application with CORS support, a mobile-first layout, and a manifest for progressive web app capabilities. Include essential styles and responsive design for various devices.