marona 0.2.10 copy "marona: ^0.2.10" to clipboard
marona: ^0.2.10 copied to clipboard

Official Dart client SDK for Marona-compatible AI runtimes and Hub integrations.

example/main.dart

import 'package:marona/marona.dart';

Future<void> main() async {
  final marona = Marona();
  try {
    final response = await marona.message('Hello from Dart');
    print(response.text);
  } finally {
    marona.close();
  }
}
1
likes
0
points
1.18k
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Official Dart client SDK for Marona-compatible AI runtimes and Hub integrations.

Homepage
Repository (GitHub)
View/report issues

Topics

#marona #ai #agents #runtime #sdk

License

unknown (license)

Dependencies

http

More

Packages that depend on marona