panteao 1.1.37
panteao: ^1.1.37 copied to clipboard
Dart client for the Panteao BDI Coprocessor. Integrates multi-agent BDI systems via JSON and Sockets natively in your Dart or Flutter application.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add panteaoWith Flutter:
$ flutter pub add panteaoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
panteao: ^1.1.37Alternatively, 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:panteao/panteao.dart';