mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-24 17:44:25 +01:00
900 B
900 B
Using Toolkits
Use goose toolkit list to list the available toolkits.
Toolkits defined in Goose
Using Goose with toolkits is simple. You can add toolkits to your profile in the profiles.yaml file. Here's an example of how to add my-toolkit toolkit to your profile:
my-profile:
provider: openai
processor: gpt-4o
accelerator: gpt-4o-mini
moderator: passive
toolkits:
- my-toolkit
Then run Goose with the specified profile:
goose session start --profile my-profile
Toolkits defined in Goose Plugins
- First make sure that
goose-pluginsis intalled with Goose:
pipx install goose-ai --preinstall goose-plugins
- Update the
profiles.yamlfile to include the desired toolkit:
my-profile:
provider: openai
processor: gpt-4o
accelerator: gpt-4o-mini
moderator: passive
toolkits:
- my-goose-plugins-toolkit