sqlite_adam 0.7.0 copy "sqlite_adam: ^0.7.0" to clipboard
sqlite_adam: ^0.7.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_adam

With Flutter:

 $ flutter pub add sqlite_adam

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

dependencies:
  sqlite_adam: ^0.7.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:sqlite_adam/sqlite_adam.dart';
0
likes
125
points
112
downloads

Documentation

API reference

Publisher

verified publishersqlite.ai

Weekly Downloads

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 directly with your embedded SQLite database.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_adam