Metadata-Version: 2.4
Name: bioma-suite
Version: 1.0.0
Summary: One install for the whole B.I.O.M.A. stack: Rust kernel + framework (gateway, clients, vision, live monitor) + LangChain integration.
Project-URL: Homepage, https://github.com/jonathascordeiro20/bioma-framework
Project-URL: Repository, https://github.com/jonathascordeiro20/bioma-framework
Author-email: Jonathas Cordeiro <jonathas.cordeiro2023@gmail.com>
License: LicenseRef-FSL-1.1-MIT
Keywords: bioma,cost,frugal-ai,gateway,llm,meta-package,tokens
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: bioma-framework[all]>=1.1.0
Requires-Dist: bioma-langchain>=0.1.0
Requires-Dist: bioma-micro>=1.0.1
Description-Content-Type: text/markdown

# bioma-suite

**One install for the whole B.I.O.M.A. stack.** / **Um install para a pilha B.I.O.M.A. inteira.**

```bash
pip install bioma-suite
bioma-doctor            # verify every component / confira cada componente
```

A meta-package: it ships no runtime of its own, just the pinned dependency set
so a single command pulls everything —

| Component | Package |
| :--- | :--- |
| Rust micro-kernel (context apoptosis + hormonal bus) | `bioma-micro` |
| Python framework — gateway, clients, vision, ESG, live monitor | `bioma-framework[all]` |
| LangChain integration (`BiomaDehydrator` Runnable) | `bioma-langchain` |

— plus `bioma-doctor`, a stdlib-only checkup: which components import, their
versions, and a real kernel smoke test (a measured `dehydrate()` round-trip).
Exit 0 = core healthy.

Prefer a lighter footprint? Install tiers individually:
`pip install bioma-framework[gateway]` (see the
[main README](https://github.com/jonathascordeiro20/bioma-framework)).

License: FSL-1.1-MIT (fair-source; converts to MIT two years after each release).
