Documentation

Install the Aven Flutter SDK

The Flutter package manifest names `aven_app_agent` at alpha version 0.2.0-alpha.1. Add the dependency, import the package, then initialize it with your own runtime configuration.

flutter pub add aven_app_agent:0.2.0-alpha.1

import 'package:aven_app_agent/aven_app_agent.dart';

Developer-declared context

Aven uses pages, elements, and workflows your team explicitly registers. The host application stays in control of navigation and UI behavior.

Next step

Choose an SDK, register a real product task, and verify the target becomes available before guiding a user.