seisei_intents 0.1.0-dev.2 copy "seisei_intents: ^0.1.0-dev.2" to clipboard
seisei_intents: ^0.1.0-dev.2 copied to clipboard

Generic app action and intent bridge contracts for Seisei tools.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate seisei_intents

Use it

The package has the following executables:

$ generate_apple_intents

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add seisei_intents

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

dependencies:
  seisei_intents: ^0.1.0-dev.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:seisei_intents/seisei_intents.dart';
0
likes
0
points
234
downloads

Publisher

verified publisherjha.sh

Weekly Downloads

Generic app action and intent bridge contracts for Seisei tools.

Repository (GitHub)
View/report issues

Topics

#ai #dart #intents #tool-calling #app-actions

License

unknown (license)

Dependencies

seisei

More

Packages that depend on seisei_intents