| Crates.io | asimov-anthropic-module |
| lib.rs | asimov-anthropic-module |
| version | 0.0.2 |
| created_at | 2025-11-06 06:10:23.170123+00 |
| updated_at | 2025-11-06 06:10:23.170123+00 |
| description | ASIMOV Anthropic module. |
| homepage | https://github.com/asimov-modules |
| repository | https://github.com/asimov-modules/asimov-anthropic-module |
| max_upload_size | |
| id | 1919126 |
| size | 58,350 |
ASIMOV Anthropic module.
asimov module install anthropic -v
cargo install asimov-anthropic-module
asimov-anthropic-prompter
Provide an API key either by module configuration
asimov module config anthropic
Or through environment variables
export ANTHROPIC_API_KEY="sk-ant..."
| Name | Environment Variable | Default |
|---|---|---|
endpoint |
ANTHROPIC_API_ENDPOINT |
https://api.anthropic.com |
model |
ANTHROPIC_MODEL |
claude-opus-4-1-20250805 |
echo "Why is the sky blue?" | asimov-anthropic-prompter
git clone https://github.com/asimov-modules/asimov-anthropic-module.git