api_huggingface 0.6.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
16
17
# Task Inbox (Unverified)

Holds task files awaiting the VERIFY gate. A task arrives here on creation and leaves when VERIFY PASS promotes it to `verified/`.

### Responsibility Table

| File | Purpose |
|------|---------|
| `readme.md` | This file — directory responsibility and lifecycle note |
| `001_consolidate_duplicate_chat_types.md` | Remove duplicate type defs from providers.rs |
| `003_fix_url_path_inconsistency.md` | Fix absolute URL path literals in providers.rs and inference.rs |
| `004_replace_wiremock_with_real_api.md` | Replace wiremock in health_check_tests.rs |
| `006_add_secret_workspace_fallback.md` | Add load_with_fallbacks() to secret.rs |
| `007_test_suite_compliance.md` | Fix 6 active test suite violation categories |
| `008_implement_doc_spec_test_coverage.md` | Implement 28 GWT spec test functions in doc_spec_tests.rs |

*(Task files are listed in `../readme.md` Tasks Index.)*