From 0670ec445fc9175cb5db23c9e10d11f7f28e22da Mon Sep 17 00:00:00 2001 From: catsanzsh <84363801+catsanzsh@users.noreply.github.com> Date: Sun, 23 Feb 2025 17:04:34 -0800 Subject: [PATCH] Rename repository to Cats Crew All systems go ! @ --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/strnad/CrewAI-Studio?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 44 ++++++++++++++++++++++---------------------- app/app.py | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 78b8bc1..5799bfe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# CrewAI Studio +# Cats Crew -Welcome to CrewAI Studio! This application provides a user-friendly interface written in Streamlit for interacting with CrewAI, suitable even for those who don't want to write any code. Follow the steps below to install and run the application on Windows or Linux (probably also MacOS) using either Conda or a virtual environment. +Welcome to Cats Crew! This application provides a user-friendly interface written in Streamlit for interacting with CrewAI, suitable even for those who don't want to write any code. Follow the steps below to install and run the application on Windows or Linux (probably also MacOS) using either Conda or a virtual environment. ## Features @@ -15,8 +15,8 @@ Welcome to CrewAI Studio! This application provides a user-friendly interface wr ## Screenshots -crews definition -kickoff +crews definition +kickoff ## Installation @@ -29,8 +29,8 @@ Welcome to CrewAI Studio! This application provides a user-friendly interface wr 1. **Clone the repository (or use downloaded ZIP file)**: ```bash - git clone https://github.com/strnad/CrewAI-Studio.git - cd CrewAI-Studio + git clone https://github.com/strnad/Cats Crew.git + cd Cats Crew ``` 2. **Run the installation script**: @@ -49,8 +49,8 @@ Welcome to CrewAI Studio! This application provides a user-friendly interface wr 1. **Clone the repository (or use downloaded ZIP file)**: ```powershell - git clone https://github.com/strnad/CrewAI-Studio.git - cd CrewAI-Studio + git clone https://github.com/strnad/Cats Crew.git + cd Cats Crew ``` 2. **Run the Conda installation script**: @@ -73,8 +73,8 @@ Conda will be installed locally in the project folder. No need for a pre-existin 1. **Clone the repository (or use downloaded ZIP file)**: ```bash - git clone https://github.com/strnad/CrewAI-Studio.git - cd CrewAI-Studio + git clone https://github.com/strnad/Cats Crew.git + cd Cats Crew ``` 2. **Run the Conda installation script**: @@ -93,8 +93,8 @@ Conda will be installed locally in the project folder. No need for a pre-existin 1. **Clone the repository (or use downloaded ZIP file)**: ```powershell - git clone https://github.com/strnad/CrewAI-Studio.git - cd CrewAI-Studio + git clone https://github.com/strnad/Cats Crew.git + cd Cats Crew ``` 2. **Run the Conda installation script**: @@ -114,7 +114,7 @@ Conda will be installed locally in the project folder. No need for a pre-existin ## Running with Docker Compose -To quickly set up and run CrewAI-Studio using Docker Compose, follow these steps: +To quickly set up and run Cats Crew using Docker Compose, follow these steps: ### Prerequisites @@ -124,8 +124,8 @@ To quickly set up and run CrewAI-Studio using Docker Compose, follow these steps 1. Clone the repository: ``` -git clone https://github.com/chadsly/CrewAI-Studio.git -cd CrewAI-Studio +git clone https://github.com/chadsly/Cats Crew.git +cd Cats Crew ``` 2. Create a .env file for configuration. Edit for your own configuration: @@ -146,21 +146,21 @@ Before running the application, ensure you update the `.env` file with your API ## Troubleshooting In case of problems: -- Delete the `venv/miniconda` folder and reinstall `crewai-studio`. +- Delete the `venv/miniconda` folder and reinstall `Cats Crew`. - Rename `crewai.db` (it contains your crews but sometimes new versions can break compatibility). - Raise an issue and I will help you. ## Video tutorial -Video tutorial on CrewAI Studio made by Josh Poco +Video tutorial on Cats Crew made by Josh Poco -[![FREE CrewAI Studio GUI EASY AI Agent Creation!🤖 Open Source AI Agent Orchestration Self Hosted](https://img.youtube.com/vi/3Uxdggt88pY/hqdefault.jpg)](https://www.youtube.com/watch?v=3Uxdggt88pY) +[![FREE Cats Crew GUI EASY AI Agent Creation!🤖 Open Source AI Agent Orchestration Self Hosted](https://img.youtube.com/vi/3Uxdggt88pY/hqdefault.jpg)](https://www.youtube.com/watch?v=3Uxdggt88pY) ## Star History - + - - - Star History Chart + + + Star History Chart diff --git a/app/app.py b/app/app.py index c5a4bd6..332bbe7 100644 --- a/app/app.py +++ b/app/app.py @@ -43,7 +43,7 @@ def draw_sidebar(): st.rerun() def main(): - st.set_page_config(page_title="CrewAI Studio", page_icon="img/favicon.ico", layout="wide") + st.set_page_config(page_title="Cats Crew", page_icon="img/cats_crew_icon.ico", layout="wide") load_dotenv() load_secrets_fron_env() if (str(os.getenv('AGENTOPS_ENABLED')).lower() in ['true', '1']) and not ss.get('agentops_failed', False):