Metadata-Version: 2.4
Name: weavert-full
Version: 0.1.0
Summary: Installable full first-party runtime baseline bundle for WeaveRT.
Author: WeaveRT Maintainers
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/xyz2b/weave-ai-runtime
Project-URL: Documentation, https://github.com/xyz2b/weave-ai-runtime/tree/main/docs
Project-URL: Repository, https://github.com/xyz2b/weave-ai-runtime
Project-URL: Issues, https://github.com/xyz2b/weave-ai-runtime/issues
Keywords: weavert,agents,ai,runtime,distribution
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: weavert<0.2.0,>=0.1.0
Requires-Dist: weavert-memory<0.2.0,>=0.1.0
Requires-Dist: weavert-team<0.2.0,>=0.1.0
Requires-Dist: weavert-compaction<0.2.0,>=0.1.0
Requires-Dist: weavert-isolation<0.2.0,>=0.1.0
Requires-Dist: weavert-openai<0.2.0,>=0.1.0
Requires-Dist: weavert-hosts-reference<0.2.0,>=0.1.0
Requires-Dist: weavert-stores-file<0.2.0,>=0.1.0
Requires-Dist: weavert-builtin-workflows<0.2.0,>=0.1.0
Requires-Dist: weavert-planning<0.2.0,>=0.1.0
Requires-Dist: weavert-devtools<0.2.0,>=0.1.0

# Full Runtime Distribution Bundle

Canonical install name: `weavert-full`

## What this package owns

- the installable first-party full runtime baseline used by `RuntimeConfig.for_ordinary_workflow(...)`
- a published dependency bundle that matches the documented `weavert-full` runtime distribution name

## Canonical names

- install name: `weavert-full`
- import root: none
- runtime activation: none

This package does not add a new Python import root.
It exists to install the public package set that backs the documented full runtime distribution.

## Included first-party packages

- `weavert`
- `weavert-memory`
- `weavert-team`
- `weavert-compaction`
- `weavert-isolation`
- `weavert-openai`
- `weavert-hosts-reference`
- `weavert-stores-file`
- `weavert-builtin-workflows`
- `weavert-planning`
- `weavert-devtools`

## See also

- `../README.md`
- `../../../docs/getting-started/quickstart.md`
- `../../../docs/architecture/package-system.md`
