Current section
Files
Jump to
Current section
Files
src/starlet.app.src
{application, starlet, [
{vsn, "1.0.1"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
jscheam]},
{description, "An LLM interaction library that makes you feel like a star"},
{modules, [starlet,
starlet@@main,
starlet@anthropic,
starlet@gemini,
starlet@internal@http,
starlet@ollama,
starlet@openai,
starlet@tool]},
{registered, []}
]}.