agent-harness 0.1.0

Use existing agent CLIs (Claude Code, Codex, bob) programmatically from Rust — or add your own — behind one Harness trait + a normalized run-event stream. Imported as `harness`.
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 = "2021"
rust-version = "1.74"
name = "agent-harness"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use existing agent CLIs (Claude Code, Codex, bob) programmatically from Rust — or add your own — behind one Harness trait + a normalized run-event stream. Imported as `harness`."
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "harness",
    "cli",
    "subprocess",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/getlatentic/agent-harness"

[[package.metadata.release.pre-release-replacements]]
file = "../../CHANGELOG.md"
search = '## \[Unreleased\]'
replace = """
## [Unreleased]

## [{{version}}] - {{date}}"""
exactly = 1

[features]
bob = ["dep:bob-rs"]
claude = []
codex = []
default = [
    "bob",
    "claude",
    "codex",
]

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

[[example]]
name = "custom_harness"
path = "examples/custom_harness.rs"

[[example]]
name = "run_prompt"
path = "examples/run_prompt.rs"

[[example]]
name = "setup"
path = "examples/setup.rs"

[[example]]
name = "verify_enrichment"
path = "examples/verify_enrichment.rs"

[[test]]
name = "stub_run"
path = "tests/stub_run.rs"

[dependencies.bob-rs]
version = "0.1.0"
optional = true

[dependencies.cli-stream]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"