koel

pub package License: MIT CI

The meta-package for koel, the premium Dart/Flutter SDK for the AG-UI protocol. koel re-exports koel_core + koel_http + koel_flutter so that dart pub add koel gives you the complete quickstart path — typed events, HTTP/SSE transport, and Flutter glue — from a single dependency.

Getting started

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

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

Documentation

Guides, concepts, and recipes are on the koel docs site. 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.

Libraries

koel
koel — the AG-UI SDK quickstart barrel: core protocol + HTTP/SSE transport + Flutter glue.