Metadata-Version: 2.4
Name: weavert
Version: 0.1.0
Summary: A Python runtime kernel for configurable agents, tools, and skills.
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,framework
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: PyYAML>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"

# Core Package

This page indexes `packages/framework-core/`, which owns the runtime kernel and shared framework primitives.

## What this package owns

- the public `weavert` runtime package
- the runtime kernel and stable assembly surfaces
- shared framework primitives that still belong in the core import root

## Canonical names

- install name: `weavert`
- import root: `weavert`
- runtime activation: `weavert-core`

## Exposure tier

- This is the primary public runtime package.
- The install and import name stay `weavert`, while runtime package selection refers to `weavert-core`.

## Adjacent families

- `packages/framework-packs/` owns first-party add-on packages extracted from the core package.
- `packages/product-kits/` owns scenario packs and shared product-kit packages.
- `packages/toolchain/` owns the starter and testing tooling used around the runtime.

## See also

- `../README.md`
- `../../docs/maintainers/pypi-release-readiness.md`
- `../framework-packs/README.md`
- `../product-kits/README.md`
- `../../docs/concepts/runtime-model.md`
- `../../docs/architecture/overview.md`
