Metadata-Version: 2.4
Name: gabm
Version: 0.1.4
Summary: Generative Agent-Based Model (GABM) framework.
Home-page: https://github.com/compolis/gabm
Author: GABM Contributors
Author-email: GABM Contributors <agdturner@gmail.com>
License: BSD-3-Clause
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai==1.13.3
Requires-Dist: google-generativeai==0.4.1
Requires-Dist: httpx==0.28.1
Requires-Dist: deepseek==1.0.0
Dynamic: license-file

#
<!-- Badges -->
<p align="left">
  <a href="https://github.com/compolis/gabm/blob/main/LICENSE" title="License">
    <img src="https://img.shields.io/github/license/compolis/gabm" alt="License" />
  </a>
  <a href="https://www.python.org/downloads/release/python-3120/" title="Python Version">
    <img src="https://img.shields.io/badge/python-3.12%2B-blue.svg" alt="Python Version" />
  </a>
  <a href="https://compolis.github.io/gabm/" title="Documentation">
    <img src="https://img.shields.io/badge/docs-Sphinx-green" alt="Documentation" />
  </a>
</p>

# GABM: Generative Agent-Based Model

## Table of Contents
- [Overview](#overview)
- [License](#license)
- [Code of Conduct and Reporting](#code-of-conduct-and-reporting)


## Overview
GABM is a flexible, extensible [Python](https://www.python.org/) framework for developing agent-based models that use large language models (LLMs) as agent reasoning engines. It supports use of multiple LLM providers and implements persistent response caching.


## License
See [LICENSE](LICENSE).


## Code of Conduct and Reporting
Please see our [Code of Conduct](CODE_OF_CONDUCT.md) for guidelines on expected behavior and reporting issues.

For security or conduct concerns, you can also use the `Contact maintainers` link on the GitHub repository, or see the [SECURITY.md](SECURITY.md) file in the documentation for details on confidential reporting.


## Roadmap
See [ROADMAP.md](ROADMAP.md) for planned next steps and future goals.


## Change Log
See [CHANGE_LOG.md](CHANGE_LOG.md) for details of each release.


## Development History
The collaborative development of GABM is captured in the [DEVELOPMENT_HISTORY.md](DEVELOPMENT_HISTORY.md).


## Users
Please use the [User Guide](USER_GUIDE.md).


## Developers
Please use the [Developer Guide](DEV_GUIDE.md).


## Acknowledgements
This project was developed with significant assistance from [GitHub Copilot](https://github.com/features/copilot) for code generation, refactoring, and documentation improvements.

We gratefully acknowledge support from the [University of Leeds](https://www.leeds.ac.uk/). Funding for this project comes from a UKRI Future Leaders Fellowship awarded to [Professor Viktoria Spaiser](https://essl.leeds.ac.uk/politics/staff/102/professor-viktoria-spaiser) (grant reference: [UKRI2043](https://gtr.ukri.org/projects?ref=UKRI2043)).
