Metadata-Version: 2.4
Name: pyagent-all
Version: 0.2.0
Summary: Meta-package: installs all PyAgent packages (patterns, router, compress, trace)
Project-URL: Homepage, https://github.com/pyagent-core/pyagent
Project-URL: Source, https://github.com/pyagent-core/pyagent/tree/main/packages/pyagent-all
Project-URL: Documentation, https://pyagent-core.github.io/pyagent
Project-URL: Issues, https://github.com/pyagent-core/pyagent/issues
Project-URL: Changelog, https://github.com/pyagent-core/pyagent/blob/main/CHANGELOG.md
Author: PyAgent Contributors
License: MIT
Keywords: LLM,agents,multi-agent,orchestration,patterns
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: pyagent-compress>=0.1.0
Requires-Dist: pyagent-patterns>=0.1.0
Requires-Dist: pyagent-router>=0.1.0
Requires-Dist: pyagent-trace>=0.1.0
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Description-Content-Type: text/markdown

# pyagent-all

Meta-package that installs the complete PyAgent suite:

- **pyagent-patterns** — 18 reusable multi-agent orchestration patterns
- **pyagent-router** — Difficulty-aware model routing and cost estimation
- **pyagent-compress** — Inter-agent message compression and token budgets
- **pyagent-trace** — Pattern-aware OpenTelemetry tracing and cost tracking

## Install

```bash
pip install pyagent-all
```

## Documentation

See [pyagent.dev](https://pyagent.dev) for full docs.
