claude_agent_sdk 0.1.1 copy "claude_agent_sdk: ^0.1.1" to clipboard
claude_agent_sdk: ^0.1.1 copied to clipboard

A typed Dart SDK for building agents with the Claude Code CLI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add claude_agent_sdk

With Flutter:

 $ flutter pub add claude_agent_sdk

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

dependencies:
  claude_agent_sdk: ^0.1.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:claude_agent_sdk/claude_agent_sdk.dart';
1
likes
160
points
468
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A typed Dart SDK for building agents with the Claude Code CLI.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #agents #claude #sdk #tools

License

Apache-2.0 (license)

Dependencies

path

More

Packages that depend on claude_agent_sdk