Skip to content

Python v0.4.2 — Retry with Backoff

Latest

Choose a tag to compare

@daiwanwei daiwanwei released this 21 Mar 15:35
· 281 commits to main since this release

What's New

Added

  • Retry with exponential backoff for transient errors
    • max_retries parameter on Client constructor and all classmethods
    • Auto-retry on 429, 5xx, and network errors (default max_retries=3)
    • Retry-After header parsing

v0.4.1

  • Vision/multimodal support (ContentBlock, ImageSource)

v0.4.0

  • ThinkStripper for filtering <think> blocks from streaming
  • Ollama native provider

Published to PyPI: https://pypi.org/project/motosan-ai/0.4.2/