locode-engine 0.1.17

The sample-dispatch-append loop and Session driving API of the locode coding agent
Documentation
[package]
name = "locode-engine"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
description = "The sample-dispatch-append loop and Session driving API of the locode coding agent"
license.workspace = true
repository.workspace = true
readme.workspace = true

[lints]
workspace = true

[dependencies]
locode-protocol = { workspace = true }
locode-tools = { workspace = true }
locode-provider = { workspace = true }
locode-host = { workspace = true }
locode-instructions = { workspace = true }
locode-skills = { workspace = true }
async-trait = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["time", "macros"] }
tokio-util = { workspace = true }

# `locode-host` is the SPEC-declared `engine → host` edge (Project Structure): the engine
# calls the shared project-instruction loader each turn (Task 30, ADR-0023). `locode-packs`
# stays out — packs build the registry, handed to the engine as a `Registry`.

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt", "time"] }
async-trait = { workspace = true }
serde = { workspace = true }
tempfile = { workspace = true }