diff --git a/internal/bus/bus.go b/internal/bus/bus.go index f102a77..42a2185 100644 --- a/internal/bus/bus.go +++ b/internal/bus/bus.go @@ -32,7 +32,7 @@ type Bus struct { func (b *Bus) LoadProviders() { wd, _ := os.Getwd() - b.Manager.Autoload("agent-provider", "/system/providers", wd).Register() + b.Manager.Autoload("agent-provider", "/system/providers", "/usr/local/system/providers", wd).Register() } func (b *Bus) Initialize() {