koel_http 1.1.1 copy "koel_http: ^1.1.1" to clipboard
koel_http: ^1.1.1 copied to clipboard

HTTP/SSE transport for AG-UI agents — HttpAgent, SseParser, interceptors.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add koel_http

With Flutter:

 $ flutter pub add koel_http

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  koel_http: ^1.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:koel_http/koel_http.dart';
0
likes
130
points
275
downloads

Documentation

API reference

Publisher

verified publishersihuynh.dev

Weekly Downloads

HTTP/SSE transport for AG-UI agents — HttpAgent, SseParser, interceptors.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

freezed_annotation, http, koel_core, logging, meta, sentry, web

More

Packages that depend on koel_http