koel_http 1.1.1
koel_http: ^1.1.1 copied to clipboard
HTTP/SSE transport for AG-UI agents — HttpAgent, SseParser, interceptors.
We analyzed this package 13 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
58 out of 62 API elements (93.5 %) have documentation comments.
Some symbols that are missing documentation: koel_http.TraceEntry.event, koel_http.TraceEntry.phase, koel_http.TraceEntry.runDuration, koel_http.TraceEntry.timestamp.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
koel_core |
^1.0.0 |
1.1.1 | 1.1.1 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.16.0 |
1.18.3 | 1.18.3 | |
sentry |
^9.21.0 |
9.24.0 | 9.24.0 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.3 | 4.5.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 41 errors:
UNDEFINED_GETTER-lib/src/http_agent.dart:213:28- The getter 'forwardedProps' isn't defined for the type 'RunAgentInput'.UNDEFINED_METHOD-lib/src/http_agent.dart:232:17- The method 'copyWith' isn't defined for the type 'RunAgentInput'.AMBIGUOUS_SET_OR_MAP_LITERAL_EITHER-lib/src/http_agent.dart:233:29- This literal must be either a map or a set, but the elements don't have enough information for type inference to work.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.14, Dart 3.12.2.
Check the analysis log for details.