This commit is contained in:
Yiorgis Gozadinos 2025-11-13 15:00:57 +02:00
parent 7140b3410f
commit 6eb0d59a28
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
# Changelog
## [Unreleased]
## [0.16.0] - 2025-11-13
### Added
- **AG-UI Protocol Support**: Full AG-UI (Agent-UI) protocol implementation for graph execution with event streaming

View file

@ -2,7 +2,7 @@
name = "haiku.rag-evals"
description = "Internal benchmarking and evaluation scripts for haiku.rag"
version = "0.15.0"
version = "0.16.0"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }
requires-python = ">=3.12"

View file

@ -2,7 +2,7 @@
name = "haiku.rag-slim"
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB - Minimal dependencies"
version = "0.15.0"
version = "0.16.0"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }
readme = { file = "README.md", content-type = "text/markdown" }

View file

@ -2,7 +2,7 @@
name = "haiku.rag"
description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB"
version = "0.15.0"
version = "0.16.0"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }
readme = { file = "README.md", content-type = "text/markdown" }