Fabric
Fabric copied to clipboard
Create setup_fabric.bat, a batch script to automate setup and running…
What this Pull Request (PR) does
Automates setup and usage of fabric in really user friendly way in one command. -It does the following:
- Checks for administrator privileges.
- Installs Chocolatey (a package manager for Windows) if it's not already installed.
- Uses Chocolatey to install Go and Git if they're not already installed.
- Installs Fabric and the yt helper using go install.
- Runs Fabric setup.
- Prompts the user for YouTube and OpenAI API keys and adds them to the Fabric configuration.
- Provides a menu-driven interface to:
- Run Fabric with custom options -List patterns -List models -Update patterns -Exit the script
Just open cmd as an administrator run setup_fabric.bat (move to folder where it is saved first) and done it will do everything and ask for all the required info from users.
We need some folks with Windows experience to comment on whether this is a good approach for assisting Windows installs.
We need some folks with Windows experience to comment on whether this is a good approach for assisting Windows installs.
I have no coding knowledge but with this bat file I was able to install Fibre for windows faster with some assistance from chatgpt. So yes, this approach is a blessing for noobs who have no idea what is going on with the setup.
I am still wondering how to use the new GUI, using the right sequence of pattern prompts/commands, how to integrate Fibre with Crewai and Agent-Zero. I am learning VScode and Python so I can better understand and use it.