Docs, changelog and version bump for Agent streaming (0.20.0)#118
Merged
Conversation
This was referenced Jun 23, 2026
sonic182
force-pushed
the
feature/pr2-agent-streaming
branch
from
June 23, 2026 10:31
3839ed3 to
eba8d91
Compare
sonic182
force-pushed
the
feature/pr3-docs
branch
from
June 23, 2026 10:31
a643463 to
3ebc47f
Compare
sonic182
marked this pull request as ready for review
June 23, 2026 10:32
sonic182
force-pushed
the
feature/pr3-docs
branch
from
June 23, 2026 10:36
3ebc47f to
d28ffcf
Compare
3 tasks
- guides/streaming.md: add Agent streaming section with usage example and telemetry-based UI progress pattern. - guides/agent.md: remove stale guide that stated streaming was not supported; content superseded by the updated streaming guide. - mix.exs: remove guides/agent.md from ExDoc extras. - AGENTS.md: update library tree to reflect new agent/ submodule. - CHANGELOG.md: document Agent streaming, StreamCollector provider extensions, and the new :tool_call stream chunk type.
Extend the supported-provider lists in the Agent and Streaming guides and add a CHANGELOG entry for the StreamCollector extensions shipped in the latest master merge.
sonic182
force-pushed
the
feature/pr3-docs
branch
from
June 29, 2026 08:09
d28ffcf to
90bb91d
Compare
…/ entries The rebase dropped these entries which were already in master. Also adds the new agent/stream_collector_test.exs test entry.
mmacia
approved these changes
Jun 29, 2026
nvelasco
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Series
:tool_callstream chunksSummary
Documentation, changelog, and version bump for the Agent streaming work in PRs #116 and #117.
guides/streaming.md: updated "Streaming with LlmComposer.Agent" section to list all six supported providers, including:open_ai_responsesand:ollama(with the Ollama tool-call caveat).guides/agent.md: updated streaming section with the full provider list and Ollama note.guides/function_calls.md: restored the Agent callout blockquote that was accidentally dropped.AGENTS.md: fixed library tree — restoredagent/,agent/stream_collector.ex,agent/result.ex,credo_checks/, and the corresponding test entries that were missing.CHANGELOG.md: document all additions across the three PRs; bump[Unreleased]to[0.20.0]with comparison link.mix.exs: bump version to0.20.0.test/llm_composer/providers/bedrock_http_client_test.exs: fix flaky streaming timeout test — accept both:timeout_waiting_for_statusand{:task_crashed, _}since either can occur depending on which races ahead on CI.Test plan
mix precommit