Metadata-Version: 2.4
Name: stackply
Version: 0.0.1
Summary: The Reliability Layer for Agentic AI. Orchestration, observability, and guardrails for autonomous AI agents.
Author: Stackply Team
License-Expression: MIT
Project-URL: Homepage, https://stackply.com
Project-URL: Repository, https://github.com/stackply/cli
Keywords: ai,agents,agentic,ops,observability,orchestration,guardrails,llm
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Stackply

**The Reliability Layer for Agentic AI.**

Stackply is an orchestration and observability infrastructure for autonomous AI agents. We help developers build reliable, production-grade agentic workflows that don't break.

## What is Stackply?

We are solving the "Black Box" problem of Agent Ops:
- **Orchestration:** Chain LLMs and tools with deterministic control flow.
- **Observability:** Trace agent reasoning steps (Thought -> Action -> Observation) in real-time.
- **Guardrails:** Prevent hallucinations and unauthorized actions at the infrastructure layer.

## Installation

```bash
pip install stackply
```

## Status

Stackply is currently in active development. Early access is coming soon.

Visit [stackply.com](https://stackply.com) to join the waitlist.

## License

MIT
