api_huggingface 0.4.1

HuggingFace's API for accessing large language models (LLMs) and embeddings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Invariant Doc Entity

### Scope

- **Purpose**: Document non-negotiable behavioral constraints governing every implementation decision in `api_huggingface`.
- **Responsibility**: Each invariant/ instance covers one non-negotiable behavioral constraint for `api_huggingface`.
- **In Scope**: Design-level constraints applying universally across the crate — governing principles, test mandates, policy rules.
- **Out of Scope**: Feature-specific behaviors (see feature/), API contracts (see api/), implementation patterns (see pattern/).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Thin Client Principle]001_thin_client_principle.md | No automatic or implicit behaviors; all client actions must be explicit ||
| 002 | [Testing Standards]002_testing_standards.md | No-mock mandate and loud-failure requirement for all integration tests ||