Metadata-Version: 2.4
Name: mammuthus
Version: 0.0.1
Summary: Agentic AI for non-life (P&C) insurance pricing.
Author-email: David Fischer <fischerdm1@outlook.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mammuthus

Agentic AI for non-life (P&C) insurance pricing.

This package is at an early stage. It is organized into three areas:

- `mammuthus.tools` — building-block utilities used by agents.
- `mammuthus.agents` — agentic components built on top of tools.
- `mammuthus.products` — end-to-end products assembled from agents and tools.

## Installation

```bash
pip install mammuthus
```
