stakpak-agent-core 0.3.78

Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
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 = "stakpak-agent-core"
version = "0.3.78"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production."
homepage = "https://stakpak.io"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/stakpak/agent"
resolver = "2"

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

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

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

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

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.stakai]
version = "0.3.78"

[dependencies.stakpak-shell-tool-approvals]
version = "0.3.78"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.uuid]
version = "1.10.0"
features = [
    "serde",
    "v4",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
string_slice = "deny"