api_ollama 0.5.1

Ollama local LLM runtime API client for HTTP communication.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Pattern Doc Entity

### Scope

- **Purpose**: Document recurring design patterns used in `api_ollama`.
- **Responsibility**: Master file listing all pattern doc instances with ID, name, and status.
- **In Scope**: Architectural and structural patterns applied consistently across the crate.
- **Out of Scope**: Feature-specific implementations (see feature/), API contracts (see api/).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Module Organization]001_module_organization.md | mod_interface layer structure and client_ext_*.rs extension pattern ||