agentor 0.3.0

Agent-native Actor runtime — an Actor-model execution platform designed for AI 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 = "2021"
name = "agentor"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-native Actor runtime — an Actor-model execution platform designed for AI Agents"
homepage = "https://github.com/lipish/agentor"
documentation = "https://github.com/lipish/agentor#readme"
readme = "README.md"
keywords = [
    "agent",
    "actor",
    "ai",
    "runtime",
    "async",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/lipish/agentor"

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

[[bin]]
name = "agentor"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.bincode]
version = "1"

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

[dependencies.dashmap]
version = "6"

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

[dependencies.llm-connector]
version = "0.6.0"

[dependencies.mcp-client]
version = "0.1.0"

[dependencies.mcp-core]
version = "0.1.50"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.url]
version = "2.5.8"

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

[dependencies.xtrace-client]
version = "0.0.12"
features = ["tracing"]

[dev-dependencies.tokio-test]
version = "0.4"