koel_test

pub package License: MIT CI

Test harness for koel, the premium Dart/Flutter SDK for the AG-UI protocol. koel_test provides the testing toolkit: a MockAgent, a synthesized fixture set, a fixture loader, a tool-handler test harness, and the conformance runner that backend bridges use to prove they emit spec-correct AG-UI event sequences.

Getting started

// pubspec.yaml:  dart pub add --dev koel_test
import 'package:koel_test/koel_test.dart';

Documentation

Guides are on the koel docs site — see the Quickstart (offline) and the Adapter Cookbook for the conformance runner. 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_test
Test fixtures, MockAgent, and ConformanceRunner for koel adapters.