autoagents-core 0.4.0

Agent Framework for Building Autonomous Agents
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 = "autoagents-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Framework for Building Autonomous Agents"
readme = "README.md"
keywords = [
    "agents",
    "llm",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/liquidos-ai/AutoAgents"
resolver = "2"

[features]
codeact = [
    "dep:rquickjs",
    "dep:deno_ast",
]
default = []
full = [
    "wasmtime",
    "codeact",
]
wasmtime = ["dep:wasmtime"]

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

[[bench]]
name = "agent_runtime"
path = "benches/agent_runtime.rs"
harness = false

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

[dependencies.autoagents-llm]
version = "0.4.0"

[dependencies.autoagents-protocol]
version = "0.4.0"

[dependencies.deno_ast]
version = "0.53.1"
features = [
    "transpiling",
    "visit",
    "transpiling",
    "visit",
]
optional = true

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-core]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.log]
version = "0.4.29"
features = ["std"]

[dependencies.regex]
version = "1.12.3"

[dependencies.schemars]
version = "0.8.19"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.walkdir]
version = "2.5"

[dependencies.wasmtime]
version = "44.0.1"
optional = true

[dev-dependencies.core_affinity]
version = "0.8.3"

[dev-dependencies.criterion]
version = "0.8.2"

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

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

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.getrandom]
version = "0.4.2"
features = ["wasm_js"]

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "serde",
    "v4",
    "js",
]

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.wasm-bindgen]
version = "0.2.114"

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.wasm-bindgen-futures]
version = "0.4.64"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ractor]
version = "0.15.7"
features = [
    "serde",
    "async-trait",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rquickjs]
version = "0.11.0"
features = [
    "futures",
    "macro",
]
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.50.0"
features = ["full"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-stream]
version = "0.1.18"
features = ["sync"]

[target.'cfg(target_os = "wasi")'.dependencies.rquickjs]
version = "0.11.0"
features = [
    "futures",
    "macro",
]
optional = true