kcode-agent-runtime 0.2.2

Provider-neutral agent loops over kcode-intelligence-router
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.97"
name = "kcode-agent-runtime"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-neutral agent loops over kcode-intelligence-router"
readme = false
keywords = [
    "agents",
    "llm",
    "tools",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/DavidVorick/kcode"

[lib]
name = "kcode_agent_runtime"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.kcode-codex-runtime-v2]
version = "0.1.3"

[dependencies.kcode-intelligence-router]
version = "0.2.3"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.uuid]
version = "1"
features = ["v4"]

[lints.rust]
unsafe_code = "forbid"