ASIMOV Anthropic Module
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 -vInstallation from Source Code
cargo install asimov-anthropic-module👉 Examples
asimov-anthropic-prompter⚙ Configuration
Provide an API key either by module configuration
asimov module config anthropicOr 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