Metadata-Version: 2.1
Name: rusticai-core
Version: 0.0.2
Summary: Rustic AI’s modular, agentic AI framework for building human-centered, multi-agent workflows
Home-page: https://www.rustic.ai/
License: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.11.14,<4.0.0)
Requires-Dist: fsspec (>=2024.12.0,<2025.0.0)
Requires-Dist: json-merge-patch (>=0.2,<0.3)
Requires-Dist: jsonata-python (>=0.5.2,<0.6.0)
Requires-Dist: jsonpatch (>=1.33,<2.0)
Requires-Dist: jsonpath-ng (>=1.7.0,<2.0.0)
Requires-Dist: pydantic (>=2.10.6,<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.22,<0.0.23)
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: Repository, https://github.com/rustic-ai/python-framework
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
```

