[package]
edition = "2021"
rust-version = "1.88"
name = "hotl-engine"
version = "0.7.0"
authors = ["nrakochy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal component of hotl - no semver promise; pin exact or don't depend. L3 turn engine, M0 slice: sample→tools loop, max_turns, cancellation."
homepage = "https://github.com/nrakochy/hotl"
readme = "INTERNAL.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/nrakochy/hotl"
[lib]
name = "hotl_engine"
path = "src/lib.rs"
[[test]]
name = "ask_user"
path = "tests/ask_user.rs"
[[test]]
name = "cache_ttl"
path = "tests/cache_ttl.rs"
[[test]]
name = "context_estimate"
path = "tests/context_estimate.rs"
[[test]]
name = "continuation"
path = "tests/continuation.rs"
[[test]]
name = "denials"
path = "tests/denials.rs"
[[test]]
name = "durability"
path = "tests/durability.rs"
[[test]]
name = "hook_bounds"
path = "tests/hook_bounds.rs"
[[test]]
name = "hooks_event_mask"
path = "tests/hooks_event_mask.rs"
[[test]]
name = "hooks_notification"
path = "tests/hooks_notification.rs"
[[test]]
name = "hooks_stop"
path = "tests/hooks_stop.rs"
[[test]]
name = "hooks_user_prompt"
path = "tests/hooks_user_prompt.rs"
[[test]]
name = "interrupt"
path = "tests/interrupt.rs"
[[test]]
name = "plan_mode"
path = "tests/plan_mode.rs"
[[test]]
name = "prepared_payload_epoch"
path = "tests/prepared_payload_epoch.rs"
[[test]]
name = "recall"
path = "tests/recall.rs"
[[test]]
name = "rename"
path = "tests/rename.rs"
[[test]]
name = "set_mode"
path = "tests/set_mode.rs"
[[test]]
name = "speculation"
path = "tests/speculation.rs"
[[test]]
name = "steer_order"
path = "tests/steer_order.rs"
[[test]]
name = "supervision"
path = "tests/supervision.rs"
[[test]]
name = "todo_gate"
path = "tests/todo_gate.rs"
[[test]]
name = "todos"
path = "tests/todos.rs"
[[test]]
name = "tool_batch_diet"
path = "tests/tool_batch_diet.rs"
[[test]]
name = "tool_pairing"
path = "tests/tool_pairing.rs"
[dependencies.futures-util]
version = "0.3"
[dependencies.hotl-context]
version = "0.7.0"
[dependencies.hotl-platform]
version = "0.7.0"
[dependencies.hotl-provider]
version = "0.7.0"
[dependencies.hotl-store]
version = "0.7.0"
[dependencies.hotl-tools]
version = "0.7.0"
[dependencies.hotl-types]
version = "0.7.0"
[dependencies.libc]
version = "0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"process",
"io-util",
"io-std",
"signal",
"time",
"fs",
"sync",
]
[dependencies.tokio-util]
version = "0.7"
[dev-dependencies.hotl-retrieval]
version = "0.7.0"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"process",
"io-util",
"io-std",
"signal",
"time",
"fs",
"sync",
"test-util",
]