machi-llm 1.0.0

LLM sampler traits, mock, and HTTP providers for Machi
Documentation

LLM sampling contracts for the Machi kernel.

  • Always: [LlmSampler], [MockSampler], wire helpers in [openai_compat].
  • Decorators: [RetryingSampler], [BreakerSampler] (W2).
  • Feature openai: [OpenAiCompatSampler] HTTP client.
  • Feature ollama: [OllamaSampler] HTTP client.

Maturity: core (sampler, retry, breaker); stable HTTP clients behind features.