factlite 1.1.1 copy "factlite: ^1.1.1" to clipboard
factlite: ^1.1.1 copied to clipboard

A feather-light Dart/Flutter framework for LLM fact-checking and self-correction. Give your LLM a 'System 2' brain.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add factlite

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

dependencies:
  factlite: ^1.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:factlite/factlite.dart';
0
likes
135
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A feather-light Dart/Flutter framework for LLM fact-checking and self-correction. Give your LLM a 'System 2' brain.

Topics

#ai #fact-checking #self-correction #llm #system-2-thinking

License

MIT (license)

Dependencies

flutter, logging

More

Packages that depend on factlite