otari 0.0.1

A unified Rust SDK for interacting with LLMs via the Otari gateway
Documentation
# Generated by Cargo
/target/
Cargo.lock

# Claude Code
.claude/

# Rust artifacts
**/*.rs.bk
*.pdb

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Environment files (may contain API keys)
.env
.env.local
.env.*.local

# Coverage reports
lcov.info
coverage/
*.profraw
*.profdata

# Documentation build
/doc/

# Temporary files
*.tmp
*.temp