Metadata-Version: 2.4
Name: aegra
Version: 0.2.0
Summary: Meta-package that installs aegra-cli. Use 'pip install aegra-cli' for production.
Author-email: Muhammad Ibrahim <mibrahim37612@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/ibbybuilds/aegra
Project-URL: Documentation, https://github.com/ibbybuilds/aegra#readme
Project-URL: Repository, https://github.com/ibbybuilds/aegra
Project-URL: Issues, https://github.com/ibbybuilds/aegra/issues
Keywords: langgraph,agents,cli,agent-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aegra-cli

# aegra

> **This is a convenience meta-package.** It installs [`aegra-cli`](https://pypi.org/project/aegra-cli/), the official CLI for [Aegra](https://github.com/ibbybuilds/aegra).

## Important

**This package does not pin versions.** `pip install aegra` will always install the latest `aegra-cli` release. This means:

- You **cannot pin a specific version** via this package (e.g., `aegra==0.2.0` will not pin `aegra-cli` to `0.2.0`)
- Builds are **not reproducible** when using this package in `requirements.txt`

## For Production

Install `aegra-cli` directly to get proper version control:

```bash
pip install aegra-cli
```

Or with uv:

```bash
uv add aegra-cli
```

## What is Aegra?

Aegra is an open-source, self-hosted alternative to LangGraph Platform. It lets you run AI agents on your own infrastructure using the standard LangGraph SDK — no vendor lock-in.

- [GitHub](https://github.com/ibbybuilds/aegra)
- [Documentation](https://github.com/ibbybuilds/aegra#readme)
