Metadata-Version: 2.5
Name: pyantra
Version: 0.5.0
Summary: Typed, observable, reliable Python workflows for AI agents.
Project-URL: Homepage, https://github.com/Eskaykaushik/pyantra
Project-URL: Repository, https://github.com/Eskaykaushik/pyantra
Author-email: Eskay Kaushik <eskaykaushik14@gmail.com>
License-Expression: MIT
Keywords: agents,ai,graph,llm,workflows
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pyantra-core

The core Pyantra package — typed, observable, reliable Python workflows for AI
agents. Zero dependencies, pure standard library.

Full documentation lives in [`docs/`](docs/) and runnable examples in
[`examples/`](examples/).

## Installation

```bash
pip install pyantra
```
