Current section
Files
Jump to
Current section
Files
src/starflow.app.src
{application, starflow, [
{vsn, "0.0.1"},
{applications, [envoy,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit,
prng]},
{description, "A library for building stateful chains of LLM interactions!"},
{modules, [starflow,
starflow@api_key,
starflow@api_request,
starflow@decoder,
starflow@encoder,
starflow@model,
starflow@providers,
starflow@state,
starflow@transform]},
{registered, []}
]}.