Skip to content

aither-adk 2.1.0 — AitherAgent.stream_react

Choose a tag to compare

@wizzense wizzense released this 02 Jun 23:55
· 48 commits to main since this release

Add AitherAgent.stream_react(message, on_event, history) — the canonical streaming tool loop. Streams <think> reasoning AND the final answer live while executing the agent's registered tools (events: thinking/token/tool/tool_result/done), with a one-shot retry on transient connection drops. chat() (native function-calling) is unchanged. Surfaces wanting live reasoning + tools (web chat, terminals) should use stream_react.