agentum 0.1.1

Multi-Agent Orchestration at Scale
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "agentum"
version = "0.1.1"
build = false
exclude = [
    ".planning/",
    "agentum-banner.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-Agent Orchestration at Scale"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "workflow",
    "ai",
    "openai",
]
categories = [
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/mfaulk/agentum"

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

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

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

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

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

[dependencies.petgraph]
version = "0.8"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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