Skip to content

Latest commit

 

History

History
93 lines (60 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

93 lines (60 loc) · 2.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • LLM evaluation logic
  • Integrated Alembic for managing chat history migrations
  • Tool implementations without langchain or langgraph dependencies
  • CRUDs.
  • BlueNaas CRUD tools

Fixed

  • Migrate LLM Evaluation logic to scripts and add tests

[0.3.3] - 30.10.2024

Changed

  • Removed release please bot and add automatic on tag pushes to ecr.

0.3.2 (2024-10-29)

Bug Fixes

0.3.1 (2024-10-29)

Bug Fixes

0.3.0 (2024-10-29)

Features

  • Added release please (dd11700)
  • Added release please to automate changelogs and releases. (5b9d30b)
  • Added stream (#33) (3df8463)

Added

  • Swarm copy POC.
  • Agent memory.

[0.2.0] - 22.10.2024

Changed

  • Switched from OAUTH2 security on FASTAPI to HTTPBearer.
  • Switched to async sqlalchemy.
  • Expanded list of etypes.

Added

  • Add get morphoelectric (me) model tool
  • BlueNaaS simulation tool.
  • Validation of the project ID.
  • BlueNaaS tool test.
  • Human in the loop for bluenaas.

Fixed

  • Fixed 0% unittest coverage bug.
  • Get ME model tool querying logic

[0.1.1] - 26.09.2024

Fixed

  • Fixed a bug that prevented AsyncSqlite checkpoint to access the DB in streamed endpoints.
  • Fixed a bug that caused some unit tests to fail due to a change in how httpx_mock works in version 0.32

[0.1.0] - 19.09.2024

Added

  • Update readme
  • Extra multi agent unit tests
  • Extra unit tests for dependencies.py

Removed

  • Github action to create the docs.

Changed

  • Migration to pydantic V2.

Fixed

  • Streaming with chat agent.
  • Deleted some legacy code.