Packages

A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use

Current section

Files

Jump to
anthropic_gleam src anthropic_gleam.app.src
Raw

src/anthropic_gleam.app.src

{application, anthropic_gleam, [
{vsn, "0.1.1"},
{applications, [gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib]},
{description, "A well-typed, idiomatic Gleam client for Anthropic's Claude API with streaming support and tool use"},
{modules, [anthropic@api,
anthropic@client,
anthropic@config,
anthropic@error,
anthropic@hooks,
anthropic@http,
anthropic@internal@decoder,
anthropic@internal@sse,
anthropic@internal@validation,
anthropic@message,
anthropic@request,
anthropic@retry,
anthropic@streaming,
anthropic@streaming@accumulator,
anthropic@streaming@decoder,
anthropic@streaming@handler,
anthropic@testing,
anthropic@tool,
anthropic@tools,
anthropic@tools@builder,
anthropic_ffi,
anthropic_gleam,
anthropic_gleam@@main,
anthropic_testing_ffi]},
{registered, []}
]}.