Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 590 Bytes

clojure-anthropic

A Clojure interface for the Anthropic API

This package was quickly developed and is in pre-alpha. Feel free to use, but I make no guarantees about reliability/performance and whether it will continue to be maintained.

Usage

Currently, the only endpoint we support is the messages endpoint. It mirrors the API documentation closely.

Todos

  • Unit and integration tests
  • Support for multiple Anthropic API versions