agilab


Nameagilab JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryAGILAB a datascience IDE for engineering to explore AI
upload_time2025-07-16 07:20:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords jupyter mlflow asyncio dask rapids streamlit distributed cython cluster dataframe dataset load balancing gen ai copilot agi pycharm datascience
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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)


# AGILAB Open Source Project

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).

## Install and Execution for enduser

```bash
mkdir agi-space && cd agi-space
uv init --bare --no-workspace
uv add -p 3.13 --upgrade agilab agi-core
uv run agilab --openai-api-key "your-api-key"
```

## Install for developers

<details open> 
<summary>
    <strong> Linux and MacOs </strong>
</summary>

```bash
git clone https://github.com/ThalesGroup/agilab
cd agilab/src/fwk/core/gui
./install.sh --openai-api-key "your-api-key" --cluster-ssh-credentials "username:[password]"
```
</details>

<details> 
<summary>
    <strong>Windows</strong>
</summary>

```powershell
unzip agilab.zip
cd agilab/src/agi/fwk/gui
powershell.exe -ExecutionPolicy Bypass -File .\install.ps1 --openai-api-key "your-api-key"
```
</details>

## AGILab Execution

### Linux and MacOS and Windows:

```bash
cd agilab/src/fwk/core/gui
uv run agilab
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "agilab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "jupyter, mlflow, asyncio, dask, rapids, streamlit, distributed, cython, cluster, dataframe, dataset, load balancing, gen ai, copilot, agi, pycharm, datascience",
    "author": null,
    "author_email": "Jean-Pierre Morard <focus@thalesgroup.com>",
    "download_url": null,
    "platform": null,
    "description": "[![PyPI version](https://img.shields.io/pypi/v/agilab.svg?color=informational)](https://pypi.org/project/agilab)\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/agilab.svg)](https://pypi.org/project/agilab/)\n[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![pypi_dl](https://img.shields.io/pypi/dm/agilab)]()\n[![tests](https://thalesgroup.github.io/agilab/tests.svg)](https://thalesgroup.github.io/agilab/tests.svg)\n[![coverage](https://thalesgroup.github.io/agilab/coverage.svg)](https://thalesgroup.github.io/agilab/coverage.svg)\n[![GitHub stars](https://img.shields.io/github/stars/ThalesGroup/agilab.svg)](https://github.com/ThalesGroup/agilab)\n[![black](https://img.shields.io/badge/code%20style-black-000000.svg)]()\n[![docs](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://thalesgroup.github.io/agilab)\n[![ORCID](https://img.shields.io/badge/ORCID-0009--0003--5375--368X-A6CE39?logo=orcid)](https://orcid.org/0009-0003-5375-368X)\n\n\n# AGILAB Open Source Project\n\nAGILAB [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.\nSee [documentation](https://thalesgroup.github.io/agilab).\n\n## Install and Execution for enduser\n\n```bash\nmkdir agi-space && cd agi-space\nuv init --bare --no-workspace\nuv add -p 3.13 --upgrade agilab agi-core\nuv run agilab --openai-api-key \"your-api-key\"\n```\n\n## Install for developers\n\n<details open> \n<summary>\n    <strong> Linux and MacOs </strong>\n</summary>\n\n```bash\ngit clone https://github.com/ThalesGroup/agilab\ncd agilab/src/fwk/core/gui\n./install.sh --openai-api-key \"your-api-key\" --cluster-ssh-credentials \"username:[password]\"\n```\n</details>\n\n<details> \n<summary>\n    <strong>Windows</strong>\n</summary>\n\n```powershell\nunzip agilab.zip\ncd agilab/src/agi/fwk/gui\npowershell.exe -ExecutionPolicy Bypass -File .\\install.ps1 --openai-api-key \"your-api-key\"\n```\n</details>\n\n## AGILab Execution\n\n### Linux and MacOS and Windows:\n\n```bash\ncd agilab/src/fwk/core/gui\nuv run agilab\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AGILAB a datascience IDE for engineering to explore AI",
    "version": "0.4.1",
    "project_urls": {
        "Documentation": "https://thalesgroup.github.io/agilab",
        "Source": "https://github.com/ThalesGroup/agilab",
        "Tracker": "https://github.com/ThalesGroup/agilab/issue"
    },
    "split_keywords": [
        "jupyter",
        " mlflow",
        " asyncio",
        " dask",
        " rapids",
        " streamlit",
        " distributed",
        " cython",
        " cluster",
        " dataframe",
        " dataset",
        " load balancing",
        " gen ai",
        " copilot",
        " agi",
        " pycharm",
        " datascience"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30b05a3996c427bbbd4e8d6e44fb8a4bdcbac9c4f3aac0013bf5d06ba0c8d97c",
                "md5": "e376cf8fdd98871fba14dd200ae1d37c",
                "sha256": "d5421182fd09cc9d17c571b2329f01f22aab7f4cb3f8ffb6e0edc28ec7390364"
            },
            "downloads": -1,
            "filename": "agilab-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e376cf8fdd98871fba14dd200ae1d37c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 201576,
            "upload_time": "2025-07-16T07:20:30",
            "upload_time_iso_8601": "2025-07-16T07:20:30.698369Z",
            "url": "https://files.pythonhosted.org/packages/30/b0/5a3996c427bbbd4e8d6e44fb8a4bdcbac9c4f3aac0013bf5d06ba0c8d97c/agilab-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 07:20:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ThalesGroup",
    "github_project": "agilab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "agilab"
}
        
Elapsed time: 1.22459s