llm_runtime 0.1.0

Abstractions and primitives for building agents and runtimes on top of llm_adapter.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "llm_runtime"
version = "0.1.0"
authors = ["DarkSky <darksky2048@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstractions and primitives for building agents and runtimes on top of llm_adapter."
readme = "README.md"
keywords = [
    "llm",
    "language-model",
    "adapter",
    "api-client",
]
license = "AGPL-3.0-only"
repository = "https://github.com/darkskygit/llm_adapter"

[features]
default = ["reqwest-client"]
reqwest-client = ["llm_adapter/reqwest-client"]
ureq-client = ["llm_adapter/ureq-client"]

[lib]
name = "llm_runtime"
path = "src/lib.rs"

[dependencies.llm_adapter]
version = "0.1"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"