This is my personal fork of Goose AI, customized for my specific needs.
This fork contains various customizations and personal configurations:
- Custom scripts in the
scripts/local
directory - Configuration adjustments for my environment
- Additional testing tools
To set up this customized version:
-
Clone this repository:
git clone https://github.com/realDGK/goose.git cd goose
-
Run the setup script:
./scripts/local/setup.sh
-
Install dependencies according to the original Goose documentation
This repository uses several tools for maintenance:
scripts/local/push-to-github.sh
- Helper script for pushing to GitHubscripts/local/test-goose.sh
- Script for testing Goose functionality
- Large model files are excluded from this repository
- Follow the original Goose documentation for installation steps
- This fork tracks updates from the original repository but prioritizes my customizations
Based on the original Goose AI by Block, Inc.