[package]
edition = "2021"
name = "stackply"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Reliability Layer for Agentic AI. Orchestration, observability, and guardrails for autonomous AI agents."
homepage = "https://stackply.com"
readme = "README.md"
keywords = [
"ai",
"agents",
"observability",
"orchestration",
"guardrails",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/stackply/cli"
[lib]
name = "stackply"
path = "src/lib.rs"