llm_tag_parser 0.2.0 copy "llm_tag_parser: ^0.2.0" to clipboard
llm_tag_parser: ^0.2.0 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_parser

With Flutter:

 $ flutter pub add llm_tag_parser

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

dependencies:
  llm_tag_parser: ^0.2.0

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:llm_tag_parser/llm_tag_parser.dart';
1
likes
150
points
163
downloads

Documentation

API reference

Publisher

verified publishervincentsanicolas.me

Weekly Downloads

A robust, reactive streaming tag parser for LLM streams that isolates thought, code, or custom blocks chunk-by-chunk in real-time.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on llm_tag_parser