[package]
edition = "2024"
rust-version = "1.92"
name = "harness-rs-loop-engine"
version = "0.0.23"
authors = ["liliang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Loop engineering for harness-rs: maturity levels (L1/L2/L3), human gates, token budgets, and schedulable production-loop patterns (daily triage, PR babysitter, CI sweeper, …) composed over the scheduler, sandbox, sub-agent, and memory primitives. Optional."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/liliang-cn/harness-rs"
[lib]
name = "harness_loop_engine"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.harness-context]
version = "0.0.23"
package = "harness-rs-context"
[dependencies.harness-core]
version = "0.0.23"
package = "harness-rs-core"
[dependencies.harness-daemon]
version = "0.0.23"
package = "harness-rs-daemon"
[dependencies.harness-loop]
version = "0.0.23"
package = "harness-rs-loop"
[dependencies.harness-sandbox]
version = "0.0.23"
package = "harness-rs-sandbox"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"fs",
"process",
"io-util",
"sync",
"time",
]
[dependencies.tracing]
version = "0.1"