Documentation
¶
Overview ¶
Package bootstrap wires the internal agent and provider implementations into the public agent package. The public agent package must stay free of internal imports, so external modules blank-import this package once to enable agent.NewBuilder().Build() and Builder.WithProviderByName(...):
import _ "github.com/startvibecoding/mothx/bootstrap"
Importing this package has no other side effects beyond registering the builder hook (via internal/agent) and the provider resolution hook plus concrete provider factories (via provider_bridge.go and the blank-imported provider subpackages) at init time.
Click to show internal directories.
Click to hide internal directories.