pyagent-all 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ """Meta-package: installs all PyAgent packages."""
2
+
3
+ __version__ = "0.2.0"
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyagent-all
3
+ Version: 0.2.0
4
+ Summary: Meta-package: installs all PyAgent packages (patterns, router, compress, trace)
5
+ Project-URL: Homepage, https://github.com/pyagent-core/pyagent
6
+ Project-URL: Source, https://github.com/pyagent-core/pyagent/tree/main/packages/pyagent-all
7
+ Project-URL: Documentation, https://pyagent-core.github.io/pyagent
8
+ Project-URL: Issues, https://github.com/pyagent-core/pyagent/issues
9
+ Project-URL: Changelog, https://github.com/pyagent-core/pyagent/blob/main/CHANGELOG.md
10
+ Author: PyAgent Contributors
11
+ License: MIT
12
+ Keywords: LLM,agents,multi-agent,orchestration,patterns
13
+ Classifier: Development Status :: 3 - Alpha
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Classifier: Typing :: Typed
21
+ Requires-Python: >=3.11
22
+ Requires-Dist: pyagent-compress>=0.1.0
23
+ Requires-Dist: pyagent-patterns>=0.1.0
24
+ Requires-Dist: pyagent-router>=0.1.0
25
+ Requires-Dist: pyagent-trace>=0.1.0
26
+ Provides-Extra: dev
27
+ Requires-Dist: mypy>=1.10; extra == 'dev'
28
+ Requires-Dist: pytest>=8.0; extra == 'dev'
29
+ Requires-Dist: ruff>=0.5; extra == 'dev'
30
+ Description-Content-Type: text/markdown
31
+
32
+ # pyagent-all
33
+
34
+ Meta-package that installs the complete PyAgent suite:
35
+
36
+ - **pyagent-patterns** — 18 reusable multi-agent orchestration patterns
37
+ - **pyagent-router** — Difficulty-aware model routing and cost estimation
38
+ - **pyagent-compress** — Inter-agent message compression and token budgets
39
+ - **pyagent-trace** — Pattern-aware OpenTelemetry tracing and cost tracking
40
+
41
+ ## Install
42
+
43
+ ```bash
44
+ pip install pyagent-all
45
+ ```
46
+
47
+ ## Documentation
48
+
49
+ See [pyagent.dev](https://pyagent.dev) for full docs.
@@ -0,0 +1,4 @@
1
+ pyagent_all/__init__.py,sha256=R--VKb0yqmCih-5Aeo77cJxlrgMHm65uccwP1LNJ6Yg,74
2
+ pyagent_all-0.2.0.dist-info/METADATA,sha256=iFGM_wCubPKaA_ed4tv0noXrADEqt6wzgGu4ndwP-7U,1870
3
+ pyagent_all-0.2.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ pyagent_all-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any