2026-07-28 04:33:30 +00:00
2026-07-28 00:45:50 +00:00
2026-07-28 00:45:50 +00:00
2026-07-28 04:33:30 +00:00

Promptkit

Promptkit is the reusable Go prompt-execution framework being separated from Scriptorium. Its module path is:

gitea.maximumdirect.net/eric/promptkit

Framework extraction is in progress. The repository now contains the internal/domain model, application-neutral internal/defaults, and internal/filecatalog helpers that form the implementation foundation. It also contains internal prompt-definition and profile repositories, the embedded built-in profile catalog, artifact loading, Go-template rendering, output validation, model generation, and orchestration. These internal packages are not a consumer API, and the root package does not yet provide a usable public framework API, so there is no installation or usage example at this time.

Contributors should start with the development guide. The architecture policy defines the library boundary and constraints that future framework work must preserve.

Promptkit is licensed under the GNU General Public License version 3.

Description
A small Go library that provides an efficient interface to LLM prompts and responses across multiple providers
Readme GPL-3.0 2.7 MiB
Languages
Go 100%