# CLAUDE.md - anthropic-async
- Crate: anthropic-async
- Path: crates/services/anthropic-async/
- Role: lib
- Family: services
- Integrations: mcp=false, logging=false, napi=false
## Overview
Briefly describe the purpose of this crate and how to use it.
## Quick Commands
```bash
# Lint & Clippy
cargo fmt -p anthropic-async -- --check
cargo clippy -p anthropic-async --all-targets -- -D warnings
# Tests
cargo test -p anthropic-async
# Build
cargo build -p anthropic-async
```
## Notes
Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.