llm_tag_parser 0.1.2 copy "llm_tag_parser: ^0.1.2" to clipboard
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_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.1.2

Alternatively, 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';
1
likes
0
points
163
downloads

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

unknown (license)

More

Packages that depend on llm_tag_parser