roboticus-agent 0.11.4

Agent core with ReAct loop, policy engine, injection defense, memory system, and skill loader
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 = "roboticus-agent"
version = "0.11.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent core with ReAct loop, policy engine, injection defense, memory system, and skill loader"
homepage = "https://roboticus.ai"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "autonomous",
    "ai",
    "runtime",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/robot-accomplice/roboticus"

[features]
vault-watcher = ["notify"]

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

[[test]]
name = "integration_contracts"
path = "tests/integration_contracts.rs"

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

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.k256]
version = "0.13"
features = [
    "ecdsa-core",
    "ecdsa",
]

[dependencies.notify]
version = "7"
optional = true

[dependencies.pdf-extract]
version = "0.7"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]

[dependencies.rmcp]
version = "0.17"
features = [
    "server",
    "client",
    "macros",
    "transport-child-process",
    "transport-streamable-http-client-reqwest",
    "transport-streamable-http-server",
]
default-features = false

[dependencies.roboticus-core]
version = "0.11.0"

[dependencies.roboticus-db]
version = "0.11.0"

[dependencies.roboticus-llm]
version = "0.11.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.urlencoding]
version = "2"

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

[dependencies.wasmer]
version = "7"

[dev-dependencies.axum]
version = "0.8"

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

[dev-dependencies.wat]
version = "1"

[target.'cfg(target_os = "macos")'.dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.61"
features = [
    "Win32_System_JobObjects",
    "Win32_System_Threading",
    "Win32_Foundation",
    "Win32_Security",
]

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