Clojure wrappers over the beta agents-platform APIs of the official Anthropic Java SDK: skills, memory stores, agents, and sessions.
These wrap beta endpoints that Anthropic may change; the deeper platform
surfaces (deployments, environments, vaults, user profiles, webhooks) and
the nested sub-resources (skill versions, memories, session events/threads)
are not wrapped yet. Errors follow anthropic.core's contract: API/IO
failures are ex-info keyed :anthropic/error with the SDK exception as
cause.
Clojure wrappers over the beta agents-platform APIs of the official Anthropic Java SDK: skills, memory stores, agents, and sessions. These wrap beta endpoints that Anthropic may change; the deeper platform surfaces (deployments, environments, vaults, user profiles, webhooks) and the nested sub-resources (skill versions, memories, session events/threads) are not wrapped yet. Errors follow `anthropic.core`'s contract: API/IO failures are ex-info keyed `:anthropic/error` with the SDK exception as cause.
Idiomatic Clojure wrapper over the official Anthropic Java SDK
(com.anthropic/anthropic-java).
Build a request as a Clojure map, get a Clojure map back. The client reads
ANTHROPIC_API_KEY from the environment by default.
Idiomatic Clojure wrapper over the official Anthropic Java SDK (`com.anthropic/anthropic-java`). Build a request as a Clojure map, get a Clojure map back. The client reads `ANTHROPIC_API_KEY` from the environment by default.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |