runtara-ai 1.6.4

AI/LLM integration for runtara workflows — synchronous, ureq-based
Documentation

AI/LLM integration for runtara workflows.

This crate provides a synchronous completion abstraction:

  • CompletionModel trait and request builder
  • Message types (user, assistant, tool calls, tool results)
  • OneOrMany<T> non-empty collection
  • Provider implementations (OpenAI-compatible)
  • Provider dispatch (connection → CompletionModel)
  • Shared types for conversation history, tool call logs, and usage tracking