Preview v0.5.0
Prompt Runner Sdk
Prompt Runner SDK - Convention-driven and legacy-config prompt orchestration for Elixir, Mix, and production applications with streaming output, provider abstractions, runtime…
Stats & Info
- Latest release: v0.5.0
- Recent downloads: 190
- All-time downloads: 190
- Maintainers: nshkrdotcom
Installation
Add prompt_runner_sdk to your list of dependencies in mix.exs:
def deps do
[
{:prompt_runner_sdk, "~> 0.5.0"}
]
endThen run:
mix deps.get