dartantic_ai 0.2.0 copy "dartantic_ai: ^0.2.0" to clipboard
dartantic_ai: ^0.2.0 copied to clipboard

A Dart library for easily interacting with LLMs in a typed manner.

0.2.0 #

  • Define tools and their inputs/outputs easily
  • Automatically generate LLM-specific tool/output schemas
  • Allow for a model descriptor string that just contains a family name so that the provider can choose the default model.

0.1.0 #

  • Multi-Model Support (just Gemini and OpenAI models so far)
  • Create agents from model strings (e.g. openai:gpt-4o) or typed providers (e.g. GoogleProvider())
  • Automatically check environment for API key if none is provided (not web compatible)
  • String output via Agent.run
  • Typed output via Agent.runFor

0.0.1 #

  • Initial version.
17
likes
0
points
911
downloads

Publisher

verified publishersellsbrothers.com

Weekly Downloads

A Dart library for easily interacting with LLMs in a typed manner.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

google_generative_ai, openai_dart

More

Packages that depend on dartantic_ai