Packages

Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency

Current section

Files

Jump to
claude_gleam gleam.toml
Raw

gleam.toml

name = "claude_gleam"
version = "1.0.0"
target = "erlang"
description = "Gleam SDK for the Anthropic Claude API with agentic tool-use loop and BEAM concurrency"
licences = ["MIT"]
repository = { type = "github", user = "pothos-dev", repo = "claude-sdk-gleam" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 0.10.0 and < 2.0.0"
glon = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"