Metadata-Version: 2.4
Name: agi-core
Version: 0.7.3
Summary: AGI meta-package that installs agi-env, agi-node, and agi-cluster
Project-URL: Homepage, https://github.com/ThalesGroup/agilab
Project-URL: Issues, https://github.com/ThalesGroup/agilab/issues
Project-URL: Documentation, https://thalesgroup.github.io/agilab
Author-email: Jean-Pierre Morard <focus@thalesgroup.com>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: agi-cluster
Requires-Dist: agi-env
Requires-Dist: agi-node
Description-Content-Type: text/markdown

[![PyPI version](https://img.shields.io/pypi/v/agilab.svg?color=informational)](https://pypi.org/project/agilab)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/agilab.svg)](https://pypi.org/project/agilab/)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![pypi_dl](https://img.shields.io/pypi/dm/agilab)]()
[![tests](https://thalesgroup.github.io/agilab/tests.svg)](https://thalesgroup.github.io/agilab/tests.svg)
[![coverage](https://thalesgroup.github.io/agilab/coverage.svg)](https://thalesgroup.github.io/agilab/coverage.svg)
[![GitHub stars](https://img.shields.io/github/stars/ThalesGroup/agilab.svg)](https://github.com/ThalesGroup/agilab)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)]()
[![docs](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://thalesgroup.github.io/agilab)
[![ORCID](https://img.shields.io/badge/ORCID-0009--0003--5375--368X-A6CE39?logo=orcid)](https://orcid.org/0009-0003-5375-368X)


# AGI-CORE Open Source Project

agi-core is the core engine for AGILAB [BSD license](https://github.com/ThalesGroup/agilab/blob/main/LICENSE) project purpose is to explore AI for engineering. It is designed to help engineers quickly experiment with AI-driven methods.
See [documentation](https://thalesgroup.github.io/agilab).

It is as a pure meta-package containing the subpackages declare in pyproject.toml

## Install

```bash
pip install agi-core
```



