deep_agent 0.0.18 copy "deep_agent: ^0.0.18" to clipboard
deep_agent: ^0.0.18 copied to clipboard

unlisted

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_agent

Use 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_agent

With Flutter:

 $ flutter pub add deep_agent

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

dependencies:
  deep_agent: ^0.0.18

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:deep_agent/deep_agent.dart';
0
likes
125
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Set up commands and instructions for Claude Code.

Repository (GitHub)
View/report issues

Topics

#cli #ai #llm #tool

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_completion, collection, mason_logger, pub_updater

More

Packages that depend on deep_agent