Current section
Files
Jump to
Current section
Files
src/starlet.app.src
{application, starlet, [
{vsn, "1.0.0"},
{applications, [envoy,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
jscheam]},
{description, "An LLM interaction library that makes you feel like a star"},
{modules, [examples@anthropic_chat,
examples@anthropic_json_output,
examples@anthropic_thinking,
examples@anthropic_tool_call,
examples@gemini_chat,
examples@gemini_json_output,
examples@gemini_list_models,
examples@gemini_thinking,
examples@gemini_tool_call,
examples@ollama_chat,
examples@ollama_json_output,
examples@ollama_list_models,
examples@ollama_thinking,
examples@ollama_tool_call,
examples@openai_chat,
examples@openai_json_output,
examples@openai_list_models,
examples@openai_reasoning,
examples@openai_tool_call,
examples@utils,
starlet,
starlet@@main,
starlet@anthropic,
starlet@gemini,
starlet@internal@http,
starlet@ollama,
starlet@openai,
starlet@tool]},
{registered, []}
]}.