Metadata-Version: 2.4
Name: rusticai-core
Version: 1.2.4
Summary: Rustic AI’s modular, agentic AI framework for building human-centered, multi-agent workflows
License-Expression: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.13,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: test
Requires-Dist: aiohttp (>=3.13.4,<4.0.0)
Requires-Dist: apscheduler (>=3.11.0,<4.0.0)
Requires-Dist: cel-python (>=0.5.0,<0.6.0)
Requires-Dist: chevron (>=0.14.0,<0.15.0)
Requires-Dist: diskcache (>=5.6.0,<6.0.0)
Requires-Dist: fsspec (>=2026.2.0,<2027.0.0)
Requires-Dist: json-merge-patch (>=0.3.0,<0.4.0)
Requires-Dist: jsonata-python (>=0.6.1,<0.7.0)
Requires-Dist: jsonpatch (>=1.33,<2.0)
Requires-Dist: jsonpath-ng (>=1.7.0,<2.0.0)
Requires-Dist: opentelemetry-api (>=1.40.0,<2.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: shortuuid (>=1.0.13,<2.0.0)
Requires-Dist: sqlmodel (>=0.0.37,<0.0.38)
Requires-Dist: sympy (>=1.13.3,<2.0.0)
Requires-Dist: types-python-dateutil (>=2.9.0.20241003,<3.0.0.0)
Requires-Dist: types-pyyaml (>=6.0.12.20241230,<7.0.0.0)
Project-URL: Homepage, https://www.rustic.ai/
Project-URL: Repository, https://github.com/rustic-ai/rustic-ai
Description-Content-Type: text/markdown

# Rustic AI Core

Rustic AI Core provides the foundational interfaces and components necessary for building human-centered, multi-agent
applications. 

## Installing

```shell
pip install rusticai-core
```

## Building from Source

```shell
poetry install --with dev
poetry build
```

