dart_agent_core 1.0.3 copy "dart_agent_core: ^1.0.3" to clipboard
dart_agent_core: ^1.0.3 copied to clipboard

A mobile-first, local-first Dart library for building stateful, tool-using AI agents with multi-provider LLM support (OpenAI, Gemini, AWS Bedrock).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_agent_core

With Flutter:

 $ flutter pub add dart_agent_core

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

dependencies:
  dart_agent_core: ^1.0.3

Alternatively, 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:dart_agent_core/dart_agent_core.dart';
3
likes
140
points
283
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A mobile-first, local-first Dart library for building stateful, tool-using AI agents with multi-provider LLM support (OpenAI, Gemini, AWS Bedrock).

Repository (GitHub)
View/report issues

Topics

#ai #agent #agent-framework #llm #flutter

License

MIT (license)

Dependencies

aws_common, aws_signature_v4, crypto, dio, http, logging, uuid

More

Packages that depend on dart_agent_core