-
-
Notifications
You must be signed in to change notification settings - Fork 164
2.3.15 Satellite: AutoGPT
av edited this page Feb 8, 2026
·
5 revisions
Handle:
autogptURL: http://localhost:34061
Note
Unfortunately, official Docker images are not configurable to run with local models, so this service support is half-baked.
AutoGPT is a powerful tool that lets you create and run intelligent agents. These agents can perform various tasks automatically, making your life easier.
# [Optional] pre-pull the image
harbor pull autogpt
# Start the service
harbor up autogptYou can adjust override.env in the AutoGPT workspace to configure the service. It can be done either via harbor env or by editing the file directly.
# Use harbor env
harbor env autogpt variable value
# See the full path to the override.env file
echo $(harbor home)/services/autogpt/override.env
# Edit the file with your favorite editor
vscode $(harbor home)/services/autogpt/override.env