This repository was archived by the owner on Apr 18, 2026. It is now read-only.
feat(agent): add createAgentHttpClient() factory with observability#178
Merged
Conversation
Introduce a factory function that encapsulates HTTP client decorator stack composition. Wraps in ObservableHttpClient when observers are provided, defaults to DartHttpClient otherwise. Expose SoliplexHttpClient, HttpObserver, and HTTP event types from the barrel so the frontend can import soliplex_agent exclusively. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…pen_responses Add computed to the signals_core show list so consumers don't need to import the Flutter signals package for a pure Dart primitive. Un-hide HttpResponse from the barrel — needed by anyone implementing or faking SoliplexHttpClient. Pin open_responses to 0.1.4 in soliplex_completions to avoid breaking changes in 0.1.5 that require code migration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
createAgentHttpClient()factory that encapsulates HTTP client decorator stack composition — wraps inObservableHttpClientwhen observers are provided, defaults toDartHttpClientotherwiseSoliplexHttpClient,HttpObserver,HttpEvent, and HTTP event types from the barrel so the frontend imports onlysoliplex_agentcomputedfromsignals_coreto fix wrong-direction Flutter dependencyHttpResponse— needed by anyone fakingSoliplexHttpClientopen_responsesto 0.1.4 to avoid breaking changes (see fix(completions): migrate to open_responses 0.1.5 API #177)Test plan
dart format . --set-exit-if-changed— no changesdart analyze --fatal-infos— 0 issuesdart testinsoliplex_agent— 255 pass, 3 pre-existing integration failures (require live server)computedimportable fromsoliplex_agentbarrelHttpResponseimportable fromsoliplex_agentbarrel🤖 Generated with Claude Code