ares-agent 0.10.0

Agent orchestration for ARES
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 = "ares-agent"
version = "0.10.0"
authors = ["Dirmacs <build@dirmacs.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent orchestration for ARES"
readme = false
license = "MIT"
repository = "https://github.com/dirmacs/ares"

[features]
default = []
eruka-context = []
inventory = [
    "dep:inventory",
    "cordis/inventory",
]
pipeline = ["postgres"]
postgres = [
    "dep:sqlx",
    "dep:ares-store",
    "ares-store/postgres",
    "ares-llm/postgres",
    "ares-llm/ollama",
    "ares-tools/postgres",
]
scheduler = [
    "postgres",
    "dep:cron",
]
skills = ["dep:thulp-skill-files"]
trigger = ["postgres"]
workflows = ["postgres"]

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

[dependencies.ares-llm]
version = "0.10.0"
features = ["ollama"]

[dependencies.ares-store]
version = "0.10.0"
optional = true

[dependencies.ares-tools]
version = "0.10.0"

[dependencies.ares-types]
version = "0.10.0"

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

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

[dependencies.cordis]
version = "0.10.0"
package = "ares-cordis"

[dependencies.cron]
version = "0.15"
optional = true

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.inventory]
version = "0.3"
optional = true

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rust_decimal]
version = "1.36"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "tls-rustls",
    "uuid",
    "chrono",
    "json",
    "migrate",
    "rust_decimal",
]
optional = true

[dependencies.thulp-skill-files]
version = "0.3"
optional = true

[dependencies.tokio]
version = "1.48"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "sync",
    "time",
    "io-util",
    "signal",
    "fs",
    "process",
]

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "serde",
]

[dev-dependencies.axum]
version = "0.8.7"
features = ["macros"]

[dev-dependencies.dotenvy]
version = "0.15.7"

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

[dev-dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "serde",
]

[dev-dependencies.wiremock]
version = "0.6.5"