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.

koel_http #

pub package License: MIT CI

HTTP transport for koel, the premium Dart/Flutter SDK for the AG-UI protocol. koel_http provides the framework-free HttpAgent, a streaming Server-Sent Events (SSE) parser, and the transport interceptors (retry, auth, logging, Sentry/PII redaction) that turn an AG-UI HTTP endpoint into a koel_core event stream.

Getting started #

// pubspec.yaml:  dart pub add koel_http
import 'package:koel_http/koel_http.dart';

final agent = HttpAgent(url: Uri.parse('https://your-backend/agui'));

Most apps use the koel meta-package.

Documentation #

Guides are on the koel docs site — see Connect an HTTP backend and Interceptors. The API reference is on the pub.dev API tab (dart doc); see the repo-root README for the package map.

Changelog #

See CHANGELOG.md.

License #

MIT © 2026 Si Huynh. See LICENSE.

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