Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glean"
version = "0.1.0"
gleam = ">= 1.11.0"
description = "A Gleam framework for building AI agents — type-safe, multi-provider, with tool calling, streaming, and simulation testing"
licences = ["MIT"]
repository = { type = "github", user = "uncle-samm", repo = "glean" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/uncle-samm" },
]
internal_modules = [
"glean/providers/*",
"glean/json_value",
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
httpp = ">= 1.8.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.1.0 and < 2.0.0"