[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dashmap]
version = "6.1"
[dependencies.rig-core]
optional = true
version = "0.19.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "json", "macros", "uuid"]
version = "0.8.6"
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
features = ["full"]
version = "1.40"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.10"
[features]
default = []
rig = ["dep:rig-core"]
[lib]
name = "graph_flow"
path = "src/lib.rs"
[package]
authors = ["Alon Agmon"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms", "asynchronous"]
description = "A high-performance, type-safe framework for building multi-agent workflow systems in Rust"
documentation = "https://docs.rs/graph-flow"
edition = "2024"
exclude = ["examples/*", "target/*", ".git/*", "tests/*"]
homepage = "https://github.com/a-agmon/rs-graph-llm"
keywords = ["ai", "agents", "workflow", "graph", "llm"]
license = "MIT"
name = "graph-flow"
readme = "README.md"
repository = "https://github.com/a-agmon/rs-graph-llm"
resolver = "2"
version = "0.4.0"