deep_agent 0.0.18
deep_agent: ^0.0.18 copied to clipboard
Set up commands and instructions for Claude Code.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate deep_agentUse it
The package has the following executables:
$ deep_agent
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add deep_agentWith Flutter:
$ flutter pub add deep_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
deep_agent: ^0.0.18Alternatively, 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:deep_agent/deep_agent.dart';