ASIMOV Anthropic module.
- To be determined!
- Rust 1.85+ (2024 edition) if building from source code
Installation with ASIMOV CLI
asimov module install anthropic -vcargo install asimov-anthropic-moduleecho "Why is the sky blue?" | asimov-anthropic-prompterProvide an API key either by module configuration
asimov module config anthropicOr through environment variables
export ASIMOV_ANTHROPIC_API_KEY="sk-ant..."| Name | Environment Variable | Default |
|---|---|---|
endpoint |
ASIMOV_ANTHROPIC_API_ENDPOINT |
https://api.anthropic.com |
model |
ASIMOV_ANTHROPIC_MODEL |
claude-opus-4-1-20250805 |
echo "Why is the sky blue?" | asimov-anthropic-promptergit clone https://github.com/asimov-modules/asimov-anthropic-module.git