locode-engine 0.1.2

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 }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["time"] }
tokio-util = { workspace = true }

# `locode-packs` and `locode-host` join when the grok pack + host land (Tasks 7-9);
# Task 6 proves the loop with a mock provider and trivial in-test tools.

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