blitzagent 0.2.0

multi api Ai-agent framework
Documentation
[dependencies.async-trait]
version = "0.1.88"

[dependencies.crossbeam]
features = ["crossbeam-channel"]
version = "0.8.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12.15"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

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

[package]
authors = ["Lorenz Mielke"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "multi api Ai-agent framework"
edition = "2024"
keywords = ["ai", "chat", "agent", "tool"]
license-file = "LICENSE"
name = "blitzagent"
readme = "README.md"
repository = "https://github.com/Lommix/blitzdenk"
version = "0.2.0"