Documentation
¶
Overview ¶
Package bootstrap wires the internal agent and provider implementations into the public agent package. External modules cannot import vibecoding's internal packages directly, so they must 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 and provider resolution hooks at init time.
Click to show internal directories.
Click to hide internal directories.