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

Unified AI runtime and MCP/Skill gateway for online, hybrid, and offline applications.

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

Unified AI runtime and MCP/Skill gateway for online, hybrid, and offline applications.

Homepage

Topics

#marona #ai #agents #runtime #sdk

License

unknown (license)

Dependencies

http

More

Packages that depend on marona