claudius 0.33.0

SDK for the Anthropic API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: "Code Generation Test"
prompt: "Write a simple Rust function that adds two numbers. Include proper documentation and return type annotation."
system: "You are an expert Rust programmer who writes clean, well-documented code."
model: "claude-haiku-4-5"
max_tokens: 500
temperature: 0.2
expected_contains:
  - "fn"
  - "///"
expected_not_contains:
  - "unsafe"
min_response_length: 50