all

package
v1.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package all provides a convenient way to register all PromptKit providers with a single import. Instead of importing each provider individually:

import (
    _ "github.com/AltairaLabs/PromptKit/runtime/providers/claude"
    _ "github.com/AltairaLabs/PromptKit/runtime/providers/gemini"
    _ "github.com/AltairaLabs/PromptKit/runtime/providers/ollama"
    _ "github.com/AltairaLabs/PromptKit/runtime/providers/openai"
)

You can simply import this package:

import _ "github.com/AltairaLabs/PromptKit/runtime/providers/all"

This registers all available providers with the provider registry, making them available for use in your application.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL