Skip to content

Releases: virtUOS/askUOS

v1.0.0

30 Mar 12:28

Choose a tag to compare

Release Notes (GitHub)

Core Changes

  • Model Update

    • Agentic & answer‑generation tasks: now powered by gemini.
    • Law‑level complexity tasks (e.g., summarisation, memory‑management): switched to gemini-2.5-flash-lite.
  • Async Refactor

    • Re‑implemented the main components with async/await.
    • All major langgraph / langchain APIs are now async‑compatible, delivering lower latency and better concurrency.
  • Docker Optimisation

    • Shrunk the Docker image size (≈ 30 % reduction).
    • Faster build → quicker deployments and lower resource consumption.
  • Package Management

    • Replaced pip with uv as the default package manager.
  • Dependency Updates

    • Bumped all production‑level packages to their latest stable versions.
    • Note: the streamlit upgrade is still pending and will be delivered in the next minor release.

Performance & Feature Gains

  • Increased Scraping Bandwidth