diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ca4aa..6fac69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to Agents.KT are documented here. The format follows [Keep a ## [Unreleased] -## [0.8.0] — 2026-06-15 +## [0.8.0] — 2026-06-14 **Interoperable, multimodal agents — with capability grants.** The largest minor since 0.5.0: agent-to-agent interop (**A2A v1**), full **multimodal** (audio STT/TTS, vision, image generation), diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a9fd017..03f00cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Agents.KT v0.8.0 — Interoperable, multimodal agents, with capability grants -**Release date:** 2026-06-15 +**Release date:** 2026-06-14 0.8.0 is the largest minor since 0.5.0. The boundary-first runtime grows outward: it now **talks to other agents**, **sees and hears**, **composes in richer shapes**, and lets you **grant capabilities diff --git a/docs/streaming.md b/docs/streaming.md index dc0d854..100eaa3 100644 --- a/docs/streaming.md +++ b/docs/streaming.md @@ -54,7 +54,7 @@ All subtypes carry `agentId`, `requestId`, `sessionId`, and `manifestHash`. `age ## Provider streaming status -All eight providers stream at the wire: four adapters implement `ModelClient.chatStream` natively (Ollama NDJSON; Anthropic, OpenAI, and Gemini SSE), and the four OpenAI-compatible providers (DeepSeek / Kimi / OpenRouter / Perplexity) inherit `OpenAiClient`'s SSE implementation. Numbers below are from the live integration tests under `./gradlew integrationTest` against real APIs. +All eight providers stream at the wire: Ollama (NDJSON) plus Anthropic, OpenAI, and Gemini (native SSE) implement `ModelClient.chatStream` directly, while DeepSeek, Kimi, OpenRouter, and Perplexity inherit `OpenAiClient`'s SSE implementation. Numbers below are from the live integration tests under `./gradlew integrationTest` against real APIs. | Provider | Protocol | File | Live measurement (count 1–10 prompt) | |---|---|---|---|