agentic_tools 0.1.0 copy "agentic_tools: ^0.1.0" to clipboard
agentic_tools: ^0.1.0 copied to clipboard

Tool and function-calling layer for the agentic framework: a typed tool contract, JSON Schema argument validation, a tool registry with namespacing, permission gating, timeouts and structured results. [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add agentic_tools

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

dependencies:
  agentic_tools: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:agentic_tools/agentic_tools.dart';
2
likes
0
points
298
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Tool and function-calling layer for the agentic framework: a typed tool contract, JSON Schema argument validation, a tool registry with namespacing, permission gating, timeouts and structured results. Pure Dart.

Repository (GitHub)
View/report issues

Topics

#ai #agents #llm #tools #agentic

License

unknown (license)

Dependencies

agentic_core, meta

More

Packages that depend on agentic_tools