api_claude 0.7.1

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Pattern Doc Entity

### Scope

- **Purpose**: Document design patterns used consistently throughout `api_claude` source code.
- **Responsibility**: Master file listing all pattern instances with ID, name, and application scope.
- **In Scope**: Module structure conventions, feature-gating patterns, and architectural patterns applied in `src/`.
- **Out of Scope**: API contracts (see api/), behavioral invariants (see invariant/), operational procedures (see operation/).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Module Organization]001_module_organization.md | `mod_interface` pattern and module structure conventions for all `src/` files ||