agentic_architecture 0.1.1 copy "agentic_architecture: ^0.1.1" to clipboard
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_architecture

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

dependencies:
  agentic_architecture: ^0.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:agentic_architecture/agentic_architecture.dart';
1
likes
160
points
53
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter package for building intelligent agent-based applications with support for single agents, Mixture of Experts (MOE), and pluggable LLM providers.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, http, meta

More

Packages that depend on agentic_architecture