[package]
name = "kcode-agent-runtime"
version = "0.1.1"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Provider-neutral subagent loops over kcode-intelligence-router"
repository = "https://github.com/DavidVorick/kcode"
keywords = ["agents", "llm", "tools"]
categories = ["api-bindings"]
[dependencies]
anyhow = "1"
hex = "0.4"
kcode-codex-runtime-v2 = "=0.1.2"
kcode-intelligence-router = "=0.2.1"
serde_json = "1"
sha2 = "0.10"
uuid = { version = "1", features = ["v4"] }
[lints.rust]
unsafe_code = "forbid"
[workspace]