agentd-core 1.3.2

Minimal, MCP-native agent runtime as a library: the agentic loop, supervisor, workflows, and code-registered tools (the agentd engine)
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 = "2024"
rust-version = "1.96"
name = "agentd-core"
version = "1.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal, MCP-native agent runtime as a library: the agentic loop, supervisor, workflows, and code-registered tools (the agentd engine)"
readme = "README.md"
keywords = [
    "agent",
    "mcp",
    "a2a",
    "llm",
    "workflow",
]
categories = [
    "development-tools",
    "network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/agentd-dev/source-code"

[features]
a2a = [
    "tls",
    "dep:a2a-rs",
    "dep:buffa",
    "dep:buffa-types",
    "dep:tokio",
    "dep:axum",
    "dep:tokio-rustls",
    "dep:hyper",
    "dep:hyper-util",
    "dep:tower",
    "dep:futures-util",
    "dep:async-trait",
    "dep:tokio-stream",
]
aauth = [
    "tls",
    "dep:ring",
]
cel = ["dep:cel-interpreter"]
config-watch = ["hot-reload"]
cron = []
default = ["tls"]
exec = []
hot-reload = []
internal-mocks = []
metrics = []
oauth = []
otel = []
tls = [
    "net/tls",
    "mcp/tls",
]
workflow = []

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

[[example]]
name = "embedded-agent"
path = "examples/embedded-agent.rs"

[dependencies.a2a-rs]
version = "0.6"
features = ["jsonrpc-server"]
optional = true
default-features = false

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

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "json",
    "tokio",
]
optional = true
default-features = false

[dependencies.buffa]
version = "0.3.0"
features = ["json"]
optional = true

[dependencies.buffa-types]
version = "0.3.0"
features = ["json"]
optional = true

[dependencies.cel-interpreter]
version = "0.10.0"
features = ["json"]
optional = true

[dependencies.futures-util]
version = "0.3"
optional = true
default-features = false

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
]
optional = true

[dependencies.hyper-util]
version = "0.1"
features = [
    "server",
    "tokio",
]
optional = true

[dependencies.mcp]
version = "1.0.1"
package = "agentd-mcp"

[dependencies.net]
version = "1.0.1"
package = "agentd-net"

[dependencies.ring]
version = "0.17"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "time",
    "sync",
    "macros",
]
optional = true

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "ring",
    "tls12",
]
optional = true
default-features = false

[dependencies.tokio-stream]
version = "0.1"
optional = true

[dependencies.tower]
version = "0.5"
optional = true
default-features = false

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"