murmuration 3.1.1 copy "murmuration: ^3.1.1" to clipboard
murmuration: ^3.1.1 copied to clipboard

A powerful and flexible AI agent framework for building intelligent applications with support for multiple LLM providers (OpenAI, Anthropic, Google) and tool chaining.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add murmuration

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

dependencies:
  murmuration: ^3.1.1

Alternatively, 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:murmuration/murmuration.dart';
8
likes
60
points
105
downloads

Publisher

verified publisheragniva.tech

Weekly Downloads

A powerful and flexible AI agent framework for building intelligent applications with support for multiple LLM providers (OpenAI, Anthropic, Google) and tool chaining.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

anthropic_sdk_dart, collection, crypto, flutter, flutter_dotenv, google_generative_ai, http, intl, json_annotation, logger, meta, path, path_provider, shared_preferences, synchronized, uuid

More

Packages that depend on murmuration