molo-agent 0.4.0

Agent runtime, memory, channels, and tool registry for molo
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.88"
name = "molo-agent"
version = "0.4.0"
authors = ["silwings"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent runtime, memory, channels, and tool registry for molo"
homepage = "https://github.com/Silwings-git/molo"
documentation = "https://docs.rs/molo-agent"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "framework",
]
categories = ["artificial-intelligence"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Silwings-git/molo.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cli-channel = [
    "tokio/io-std",
    "tokio/io-util",
]
default = []
structured = [
    "dep:jsonschema",
    "dep:schemars",
]
tracing = [
    "dep:tracing",
    "molo-core/tracing",
]

[lib]
name = "molo_agent"
path = "src/lib.rs"
doctest = false

[dependencies.async-stream]
version = "0.3"

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

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2"

[dependencies.jsonschema]
version = "0.49"
optional = true

[dependencies.molo-core]
version = "0.4.0"

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false