koel_http 1.1.0
koel_http: ^1.1.0 copied to clipboard
HTTP/SSE transport for AG-UI agents — HttpAgent, SseParser, interceptors.
We analyzed this package 20 hours ago, and awarded it 60 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
49 out of 49 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:koel_http/src/interceptors/trace_entry.freezed.dart'.
lib/src/interceptors/trace_entry.dart:4:6
╷
4 │ part 'trace_entry.freezed.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/interceptors/trace_entry.dart
ERROR: Classes can only mix in mixins and classes.
lib/src/interceptors/trace_entry.dart:50:32
╷
50 │ abstract class TraceEntry with _$TraceEntry {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/interceptors/trace_entry.dart
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 44 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.