asimov-anthropic-module

Crates.ioasimov-anthropic-module
lib.rsasimov-anthropic-module
version0.0.2
created_at2025-11-06 06:10:23.170123+00
updated_at2025-11-06 06:10:23.170123+00
descriptionASIMOV Anthropic module.
homepagehttps://github.com/asimov-modules
repositoryhttps://github.com/asimov-modules/asimov-anthropic-module
max_upload_size
id1919126
size58,350
rust (github:asimov-modules:rust)

documentation

README

ASIMOV Anthropic Module

License Package on Crates.io Documentation

ASIMOV Anthropic module.

✨ Features

  • To be determined!

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition) if building from source code

⬇️ Installation

Installation with ASIMOV CLI

asimov module install anthropic -v

Installation from Source Code

cargo install asimov-anthropic-module

👉 Examples

asimov-anthropic-prompter

⚙ Configuration

Provide an API key either by module configuration

asimov module config anthropic

Or through environment variables

export ANTHROPIC_API_KEY="sk-ant..."

Optional configuration

Name Environment Variable Default
endpoint ANTHROPIC_API_ENDPOINT https://api.anthropic.com
model ANTHROPIC_MODEL claude-opus-4-1-20250805

📚 Reference

Prompt

echo "Why is the sky blue?" | asimov-anthropic-prompter

👨‍💻 Development

git clone https://github.com/asimov-modules/asimov-anthropic-module.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Commit count: 0

cargo fmt