sqlite_adam 0.0.0
sqlite_adam: ^0.0.0 copied to clipboard
Adam is an embeddable AI agent library for SQLite, providing on-device chat, voice, vision, memory, and tool-calling. It works seamlessly on iOS, Android, Windows, Linux, and macOS, integrating direct [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_adamWith Flutter:
$ flutter pub add sqlite_adamThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_adam: ^0.0.0Alternatively, 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:sqlite_adam/sqlite_adam.dart';