Metadata-Version: 2.4
Name: society
Version: 0.1.0
Summary: simulate people
Project-URL: Homepage, https://github.com/hmartiros/society
Project-URL: Repository, https://github.com/hmartiros/society
Author: Hayk Martiros
License-Expression: MIT
License-File: LICENSE
Keywords: agents,ai,llm,multi-agent,simulation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: fastapi
Requires-Dist: numpy
Requires-Dist: pydantic-ai>=1.20.0
Requires-Dist: pyyaml
Requires-Dist: typer
Requires-Dist: uvicorn
Description-Content-Type: text/markdown

# society

- can the whole be greater than the parts?
- what is the IQ of a city?
- can we simulate humans as fluids instead of molecules?
- team management is all about incentives
- are we in a simulation?

#### setup

```bash
uv venv --python=3.12 .venv
source .venv/bin/activate
uv pip install -r requirements.txt
```
