lmm-agent 0.1.2

Equation-based autonomous agent framework for the lmm ecosystem.
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"
name = "lmm-agent"
version = "0.1.2"
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
build = false
exclude = [
    "examples",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Equation-based autonomous agent framework for the lmm ecosystem."
homepage = "https://wiseai.dev"
documentation = "https://docs.rs/lmm-agent"
readme = "README.md"
keywords = [
    "lmm",
    "agent",
    "ai",
    "autonomous",
    "duckduckgo",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/wiseaidotdev/lmm"
resolver = "2"

[features]
default = []
knowledge = ["lopdf"]
net = [
    "duckduckgo",
    "reqwest",
]

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.duckduckgo]
version = "0.3.1"
optional = true

[dependencies.futures]
version = "0.3.32"

[dependencies.lmm]
version = "0.2.6"

[dependencies.lmm-derive]
version = "0.0.2"

[dependencies.lopdf]
version = "0.40.0"
optional = true

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.rand]
version = "0.10.1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]

[dev-dependencies.tokio]
version = "1.52.1"
features = ["full"]