Skip to content

Releases: dogy-app/assistant-api

Release v0.4.0

16 Apr 23:47

Choose a tag to compare

Release 0.4.0 (2025-04-16)

Changelog

Features

  • 837041a Switched gpt 4o-mini with gpt 4.1-mini
  • 6d36edc Added retrieve pet and user info nodes
  • 5a5e03c Added auth for assistant
  • 32c5e73 Added auth and custom routes to call backend

Bug Fixes

  • 21993af Triggered llms twice with unsynchronized parallelization

Refactor

  • ae0631b Move states and enums on a separate file

Others

  • bda3f03 Renamed container to dogy-assistant-api
  • d5e6c2c Cleanup routes
  • e90a05f Added context prompts
  • 4d32ce5 Added config for general settings
  • bf5a483 Updated api version to 2025-03-01-preview
  • 2410098 Updated langchain-openai to 0.3.12

Build

Release v0.3.1

09 Apr 14:38

Choose a tag to compare

Release 0.3.1 (2025-04-09)

Changelog

CI/CD

  • 1239d3f Auto-build langgraph image

Release v0.3.0

10 Mar 14:32

Choose a tag to compare

Release 0.3.0 (2025-03-10)

Changelog

Features

  • 2346795 Implemented title generator for new threads
  • a60ded6 Implemented follow up question
  • 55de94b Added azure ai search and embedding
  • 4758066 Added search functionality for general node #7

Bug Fixes

  • f0048a5 Moved internal azure settings to separate config
  • b0ab6fb Response as a message sent in the wrong format

CI/CD

  • 56cf974 Set git checkout to fetch with depth of 0
  • dd5dd1b Edited the discord message sent after release
  • f24e24c Added docker compose for local dev

Others

  • bc01f85 Bump version to 0.3.0
  • 364c86d Moved question router prompt to langsmith
  • 078f889 Updated langchain package to 0.3.20
  • 8baf6a9 Updated the api version for azure ai search
  • 5974cc6 Added azure identity package
  • f60203e Added azure ai search package
  • dc51fc3 Bump version of langgraph dependencies

Release v0.2.2

01 Mar 21:26

Choose a tag to compare

Release 0.2.2 (2025-03-01)

Changelog

Bug Fixes

  • 3623c15 [Breaking
    Change
    ] Migrated prompts to startup subscription

Release v0.2.1

18 Feb 22:35

Choose a tag to compare

Release 0.2.1 (2025-02-18)

Changelog

CI/CD

  • 5570c40 Added git cliff for changelog generation

Release v0.2.0

18 Feb 22:24
6b194a1

Choose a tag to compare

Release 0.2.0 (2025-01-03)

Changelog

Features

  • 5c48e65 Added llms for question router
  • 5a6f28d [Breaking
    Change
    ] Added nodes for image handling and question routing
  • d0c48a5 Added prompt for image handler

Performance Improvements

  • c8d7e87 Optimized prompt for pet relevance node

Bug Fixes

  • 4706d02 Change dependency to current dir

Documentation

  • 25f43e6 Added pull request template
  • b406059 Image_url must be of type object instead of string

CI/CD

  • 8e3f3b2 Added linting workflow for dev

Refactor

  • 77b8ab1 Moved llm prompts to langsmith

Styling

  • 6b06b38 Added more rules for linting
  • fc8f496 Enforced linting rules to ruff

Others

  • 07b473c Added config for all LLMs
  • b25baff Integrated image handling to prompt
  • 0169857 Moved from using overall states to private states
  • 7184c25 Added cast to HumanMessage utility
  • 91d583f Added prompts for pet relevance and question type
  • d425335 Added prompts for image handling

Build

  • 6be006f Switch to uv for package management

Release v0.1.0

18 Feb 22:22

Choose a tag to compare

Release 0.1.0 (2024-12-01)

Changelog

Bug Fixes

  • 404b8da Deployment ID and api version values corrected
  • 0d5899e Change name to dogy_agent

Documentation

  • 4153882 Added how to run thread section