claude-agent 0.2.21

Rust SDK for building AI agents with Anthropic's Claude - Direct API, no CLI dependency
Documentation
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk
*.rs.bk

# MSVC Windows builds had .pdb files
*.pdb

# IDE
.idea/
.vscode/
*.iml

# Environment and secrets
.env
.env.*
!.env.example

# Logs
*.log
logs/

# OS files
.DS_Store
Thumbs.db

# Profiling
*.prof*
flamegraph.svg
perf.data*

# Coverage
*.gcda
*.gcno
tarpaulin-report.html
coverage/
lcov.info

# Documentation build
doc/

# Temporary files
*.tmp
*.swp
*.swo
*~

# Claude Code / AI tools
.claude/
.specify/