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 # Changelog
## [Unreleased] ## [Unreleased]
## [0.16.0] - 2025-11-13
### Added ### Added
- **AG-UI Protocol Support**: Full AG-UI (Agent-UI) protocol implementation for graph execution with event streaming - **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" name = "haiku.rag-evals"
description = "Internal benchmarking and evaluation scripts for haiku.rag" 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" }] authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" } license = { text = "MIT" }
requires-python = ">=3.12" requires-python = ">=3.12"

View file

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

View file

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