autoagents-llm 0.2.0

Agent Framework for Building Autonomous Agents
Documentation
[dependencies.async-trait]
version = "0.1.86"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
default-features = false
features = ["serde"]
version = "0.4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.either]
features = ["serde"]
version = "1.15.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.12"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.strum]
features = ["derive", "strum_macros"]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.ureq]
features = ["json"]
version = "3.0.8"

[dev-dependencies.tempfile]
version = "3.10.1"

[features]
anthropic = []
azure_openai = []
deepseek = []
default = []
full = ["openai", "anthropic", "ollama", "deepseek", "xai", "phind", "google", "groq", "azure_openai"]
google = []
groq = []
ollama = []
openai = []
phind = []
xai = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Agent Framework for Building Autonomous Agents"
edition = "2021"
keywords = ["agents", "llm"]
license = "MIT OR Apache-2.0"
name = "autoagents-llm"
readme = false
repository = "https://github.com/liquidos-ai/AutoAgents"
version = "0.2.0"

[[test]]
name = "anthropic_tests"
path = "tests/anthropic_tests.rs"

[[test]]
name = "azure_openai_tests"
path = "tests/azure_openai_tests.rs"

[[test]]
name = "google_tests"
path = "tests/google_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "ollama_tests"
path = "tests/ollama_tests.rs"

[[test]]
name = "openai_tests"
path = "tests/openai_tests.rs"

[[test]]
name = "other_backends_tests"
path = "tests/other_backends_tests.rs"