Metadata-Version: 2.4
Name: agi-core
Version: 2026.5.31.post1
Summary: Meta-package that installs and wires agi-env, agi-node, and agi-cluster together
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
Project-URL: Repository, https://github.com/ThalesGroup/agilab
Project-URL: Discussions, https://github.com/ThalesGroup/agilab/discussions
Project-URL: Changelog, https://github.com/ThalesGroup/agilab/releases
Author: Jean-Pierre Morard
Maintainer: Jean-Pierre Morard
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: ai-experimentation,distributed-computing,distributed-execution,machine-learning,mlops,python,reproducibility,workflow-orchestration
Classifier: Development Status :: 4 - Beta
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
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: agi-cluster==2026.05.31.post1
Requires-Dist: agi-env==2026.05.31.post1
Requires-Dist: agi-node==2026.05.31.post1
Description-Content-Type: text/markdown

# AGI-CORE

[![PyPI version](https://img.shields.io/pypi/v/agi-core.svg?cacheSeconds=300)](https://pypi.org/project/agi-core/)
[![Python versions](https://img.shields.io/pypi/pyversions/agi-core.svg)](https://pypi.org/project/agi-core/)
[![License: BSD 3-Clause](https://img.shields.io/pypi/l/agi-core)](https://opensource.org/licenses/BSD-3-Clause)
[![CI](https://github.com/ThalesGroup/agilab/actions/workflows/ci.yml/badge.svg)](https://github.com/ThalesGroup/agilab/actions/workflows/ci.yml)
[![Coverage](https://raw.githubusercontent.com/ThalesGroup/agilab/main/badges/coverage-agi-core.svg)](https://codecov.io/gh/ThalesGroup/agilab?flags%5B0%5D=agi-core)
[![API docs](https://img.shields.io/badge/docs-agi--core-brightgreen.svg)](https://thalesgroup.github.io/agilab/agi-core-architecture.html)

`agi-core` is the meta-package that installs the runtime building blocks `agi-env`, `agi-node`, and `agi-cluster`
as one aligned dependency set.

## Quick install

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

## Why install this package

- Get the three core runtime libraries as a single dependency set.
- Use it as a stable base when building tools on top of the core runtime.
- Keep versions aligned across `agi-env`, `agi-node`, and `agi-cluster`.

## Repository

- Source: https://github.com/ThalesGroup/agilab/tree/main/src/agilab/core/agi-core
- Docs: https://thalesgroup.github.io/agilab/agi-core-architecture.html
- Issues: https://github.com/ThalesGroup/agilab/issues
