pulsehive-runtime 2.0.1

Runtime execution engine for PulseHive multi-agent SDK
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 = "pulsehive-runtime"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime execution engine for PulseHive multi-agent SDK"
homepage = "https://github.com/pulsehive/pulsehive"
documentation = "https://docs.rs/pulsehive-runtime"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "orchestration",
    "workflow",
    "runtime",
]
categories = [
    "science",
    "asynchronous",
]
license = "AGPL-3.0-only"
repository = "https://github.com/pulsehive/pulsehive"

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

[[example]]
name = "cli_agent"
path = "examples/cli_agent.rs"

[[example]]
name = "custom_tool"
path = "examples/custom_tool.rs"

[[example]]
name = "multi_agent_workflow"
path = "examples/multi_agent_workflow.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.futures]
version = "0.3"

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

[dependencies.pulsehive-core]
version = "2.0.1"

[dependencies.pulsehive-db]
version = "0.4"
features = ["builtin-embeddings"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[dev-dependencies.pulsehive-openai]
version = "2.0.1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "test-util",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]