ag-harness 0.15.1

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
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"
name = "ag-harness"
version = "0.15.1"
authors = [
    "Vladimir Minev <minev.dev@gmail.com>",
    "Andrei Agaev <andagaev@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development."
homepage = "https://github.com/agentty-xyz/agentty"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/agentty-xyz/agentty"
resolver = "2"

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.jsonschema]
version = "0.49.1"
default-features = false

[dependencies.opentelemetry]
version = "0.32"
features = ["metrics"]
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.rustix]
version = "1.1"
features = [
    "event",
    "fs",
    "process",
]

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

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.mockall]
version = "0.15"

[dev-dependencies.opentelemetry-otlp]
version = "0.32"
features = [
    "http-proto",
    "metrics",
    "reqwest-blocking-client",
]
default-features = false

[dev-dependencies.opentelemetry_sdk]
version = "0.32.1"
features = [
    "metrics",
    "testing",
]
default-features = false

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.wiremock]
version = "0.6.5"

[lints.clippy]
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
exit = "warn"
expect_used = "warn"
get_unwrap = "warn"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_clone = "warn"
todo = "warn"
unimplemented = "warn"
unused_async = "warn"
unused_peekable = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -2

[lints.rust]
dead_code = "deny"
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "deny"