Metadata-Version: 2.4
Name: temperans
Version: 0.1.0a1
Summary: Trajectory intelligence for human-agent-tool interactions
Author: Bhushan Jain, CTO, temperans AI
License: Apache-2.0
Project-URL: Homepage, https://temperanai.netlify.app/
Keywords: ai,agents,trajectory,observability,llm,multi-agent
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: scikit-learn==1.5.2
Provides-Extra: local
Requires-Dist: numpy<2,>=1.24; extra == "local"
Requires-Dist: torch==2.2.2; extra == "local"
Requires-Dist: transformers==4.46.3; extra == "local"
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"
Dynamic: license-file

# Temperans

Trajectory intelligence for human-agent-tool interactions.

Temperans maintains persistent trajectories across conversations, agents,
and tools and provides behavioral and operational perception over those
trajectories.

## Install

```bash
pip install temperans

