agentai 0.1.2

AgentAI is a Rust library designed to simplify the creation of AI agents.
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.async-trait]
version = "0.1.83"

[dependencies.genai]
version = "0.1.15"

[dependencies.log]
version = "0.4.22"

[dependencies.reqwest]
version = "0.12.12"

[dependencies.schemars]
version = "0.8.21"

[dependencies.serde]
version = "1.0.216"

[dependencies.serde_json]
version = "1.0.134"

[dev-dependencies.simplelog]
version = "0.12.2"

[dev-dependencies.tokio]
features = ["full"]
version = "1.42.0"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "struct_output"
path = "examples/struct_output.rs"

[[example]]
name = "tools_custom"
path = "examples/tools_custom.rs"

[[example]]
name = "tools_search"
path = "examples/tools_search.rs"

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

[package]
authors = ["Adam Strojek <adam@strojek.info>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "AgentAI is a Rust library designed to simplify the creation of AI agents."
edition = "2021"
keywords = ["generative-ai", "openai", "chatgpt", "gemini", "agent"]
license = "MIT"
name = "agentai"
readme = "README.md"
repository = "https://github.com/AdamStrojek/rust-agentai"
version = "0.1.2"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]