openai_toolflow 0.0.1 copy "openai_toolflow: ^0.0.1" to clipboard
openai_toolflow: ^0.0.1 copied to clipboard

A Dart package for orchestrating OpenAI tool calls with audits. Enables chaining tool calls where each step can pass structured outputs or issues to later steps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openai_toolflow

With Flutter:

 $ flutter pub add openai_toolflow

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

dependencies:
  openai_toolflow: ^0.0.1

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:openai_toolflow/openai_toolflow.dart';
1
likes
150
points
3
downloads

Documentation

API reference

Publisher

verified publisherimpiam.com

Weekly Downloads

A Dart package for orchestrating OpenAI tool calls with audits. Enables chaining tool calls where each step can pass structured outputs or issues to later steps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, dotenv, http, meta

More

Packages that depend on openai_toolflow