Docs.rs
  • autoagents-llm-0.2.0
    • autoagents-llm 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • saivishwak
    • Dependencies
      • async-trait ^0.1.86 normal
      • base64 ^0.22.1 normal
      • chrono ^0.4 normal
      • dirs ^6.0.0 normal
      • either ^1.15.0 normal
      • futures ^0.3.31 normal
      • log ^0.4 normal
      • regex ^1.11.1 normal
      • reqwest ^0.12.12 normal
      • serde ^1.0.218 normal
      • serde_json ^1.0.139 normal
      • strum ^0.27.1 normal
      • strum_macros ^0.27.1 normal
      • thiserror ^2.0.11 normal
      • tokio ^1.43.0 normal
      • tokio-stream ^0.1.17 normal
      • ureq ^3.0.8 normal
      • tempfile ^3.10.1 dev
    • Versions
    • 89.81% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

autoagents_llm0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • FunctionCall
  • ToolCall
  • builder::FunctionBuilder
  • builder::LLMBuilder
  • builder::ParamBuilder
  • chat::ChatMessage
  • chat::ChatMessageBuilder
  • chat::FunctionTool
  • chat::ParameterProperty
  • chat::ParametersSchema
  • chat::StructuredOutputFormat
  • chat::Tool
  • completion::CompletionRequest
  • completion::CompletionRequestBuilder
  • completion::CompletionResponse
  • evaluator::EvalResult
  • evaluator::LLMEvaluator
  • evaluator::ParallelEvalResult
  • evaluator::ParallelEvaluator
  • models::ModelListRequest
  • secret_store::SecretStore

Enums

  • builder::LLMBackend
  • chat::ChatRole
  • chat::ImageMime
  • chat::MessageType
  • chat::ReasoningEffort
  • chat::ToolChoice
  • error::LLMError

Traits

  • LLMProvider
  • chat::ChatProvider
  • chat::ChatResponse
  • completion::CompletionProvider
  • embedding::EmbeddingProvider
  • models::ModelListRawEntry
  • models::ModelListResponse
  • models::ModelsProvider

Type Aliases

  • builder::ValidatorFn
  • evaluator::ScoringFn