llm_tag_parser 0.1.2
llm_tag_parser: ^0.1.2 copied to clipboard
A robust, reactive streaming tag parser for LLM streams that isolates thought, code, or custom blocks chunk-by-chunk in real-time.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add llm_tag_parserThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
llm_tag_parser: ^0.1.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:llm_tag_parser/llm_tag_parser.dart';