claus 0.1.2

An I/O less Anthropic API implementation
Documentation
1
2
3
4
5
6
7
8
9
10
# Configuration file for the claus examples
# Copy this file to config.toml and replace the placeholder values with your actual API keys

# Your Anthropic API key for Claude access (REQUIRED for all examples)
# Get this from: https://console.anthropic.com/
anthropic_api_key = "sk-ant-api03-your-anthropic-api-key-here"

# Your Brave Search API key for web search functionality (ONLY for the assistant example)
# Get this from: https://api.search.brave.com/
brave_api_key = "your-brave-search-api-key-here"