saia_core 1.0.1
saia_core: ^1.0.1 copied to clipboard
Systemic Artificial Intelligence Agent (SAIA) core models, use cases, and translation contracts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add saia_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
saia_core: ^1.0.1Alternatively, 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:saia_core/saia_core.dart';