llmgraph 0.1.0

This library provides a framework for building conversational AI applications with function calling capabilities using a graph-based architecture.
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures]
version = "0.3"

[dependencies.regex]
version = "1.10"

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

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

[dependencies.serde_json]
version = "1.0.142"

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

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

[package]
authors = ["bananabit-dev <bananabit@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This library provides a framework for building conversational AI applications with function calling capabilities using a graph-based architecture."
edition = "2021"
license = "MIT"
license-file = "LICENSE"
name = "llmgraph"
readme = "README.md"
version = "0.1.0"