agentic_architecture 0.1.1
agentic_architecture: ^0.1.1 copied to clipboard
A production-ready Flutter package for building intelligent agent-based applications with support for single agents, Mixture of Experts (MOE), and pluggable LLM providers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add agentic_architectureThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
agentic_architecture: ^0.1.1Alternatively, 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:agentic_architecture/agentic_architecture.dart';