| [project] | |
| name = "autoresearch-mitigating-identity-essentialism-lifemem-2026-09-09" | |
| version = "0.1.0" | |
| description = "Replication of LifeMem (arXiv:2608.19621): longitudinal memory for LLM social agents." | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "huggingface_hub>=0.30.0", | |
| "numpy>=2.0.0", | |
| ] | |
| [project.optional-dependencies] | |
| llm = [ | |
| "accelerate>=1.0.0", | |
| "boto3>=1.35.0", | |
| "peft>=0.17.0", | |
| "pillow>=10.0.0", | |
| "sentence-transformers>=3.0.0", | |
| "torch>=2.6.0", | |
| "transformers>=5.0.0", | |
| ] | |
| [tool.uv] | |
| package = false | |