Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
|---|---|---|---|
Expand Down
Loading