Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0

    v0.2.0
    
    First tag. Pins the revision that consumers reference by name, so a
    version commitment stops depending on what HEAD happens to be.
    
    Moved to 3a2b38e to include the anthropic>=0.80.0,<1 bound.
    
    Moved to c16eb1a to include openai_base_url (additive: base_url defaults to
    None, so nothing changes for anyone who does not set it). Same commit as
    v0.2.1; moving the tag every library already names reaches the whole chain
    without re-pinning each one.
  • v0.2.1

    v0.2.1
    
    openai_base_url: point the "openai" provider at an OpenAI-compatible server
    (vLLM, llama.cpp, LM Studio...). The factory now honours base_url.