kcode-codex-terra 0.1.1

One ephemeral GPT-5.6 Terra dynamic-tool inference with mandatory accounting.
Documentation
[package]
name = "kcode-codex-terra"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "One ephemeral GPT-5.6 Terra dynamic-tool inference with mandatory accounting."

[dependencies]
jsonschema = "0.33"
kcode-codex-terra-protocol = "0.1.0"
kcode-codex-terra-usage = "0.1.0"
kcode-jsonrpc-stdio = "=0.2.0"
kcode-k1-accounting = "=0.1.0"
serde_json = "1"
tokio = { version = "1", features = ["process", "time"] }

[dev-dependencies]
rust_decimal = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]