openai_toolflow 0.0.1
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_toolflowWith Flutter:
$ flutter pub add openai_toolflowThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
openai_toolflow: ^0.0.1Alternatively, 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';