Packages
claude_gleam
1.0.0
Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency
Current section
Files
Jump to
Current section
Files
src/claude_gleam.app.src
{application, claude_gleam, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
glon]},
{description, "Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency"},
{modules, [claude,
claude@agent,
claude@agent@actor,
claude@agent@config,
claude@agent@tool_runner,
claude@client,
claude@json@decode,
claude@json@encode,
claude@messages,
claude@streaming,
claude@types@content,
claude@types@error,
claude@types@message,
claude@types@tool,
claude_ffi,
claude_gleam@@main,
claude_json_ffi]},
{registered, []}
]}.