dartantic_ai 0.0.1
dartantic_ai: ^0.0.1 copied to clipboard
A Dart library for easily interacting with LLMs in a typed manner.
Inspired by the pydantic-ai package for Python to provide easy, typed access to LLM outputs and tool/function calls.
Features #
The following are the target features for this package:
- ❌ Define tools and their inputs easily
- ❌ Automatically generate OpenAI / Anthropic / Gemini tool/output schemas
- ❌ Execute tools with validated inputs
- ❌ Multi-Model Support
- ❌ Chains and Sequential Execution
- ❌ JSON Mode, Functions Mode, Flexible Decoding
- ❌ Simple Assistant/Agent loop utilities
Getting started #
TBD
Usage #
TBD
Additional information #
TBD