agent-kit 0.4.1

Toolkit for CLI tools integrating with AI agent loops
Documentation
[package]
name = "agent-kit"
version = "0.4.1"
edition = "2024"
description = "Toolkit for CLI tools integrating with AI agent loops"
license = "MIT"
repository = "https://github.com/btakita/agent-kit"

[features]
audit = ["dep:instruction-files"]
hooks = ["dep:serde_json"]

[dependencies]
anyhow = "1"
once_cell = "1"
regex = "1"
instruction-files = { version = "0.1", optional = true }
serde_json = { version = "1", optional = true }

[dev-dependencies]
tempfile = "3"