agenterprise


Nameagenterprise JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummaryGenerator for AI Environments
upload_time2025-10-08 10:46:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords ai agent mdsd enterprise codegen
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Agenterprise

[![PyPI - Version](https://img.shields.io/pypi/v/agenterprise?label=PyPI&color=blue)](https://pypi.org/project/agenterprise/)
[![Python Versions](https://img.shields.io/pypi/pyversions/agenterprise.svg)](https://pypi.org/project/agenterprise/)
[![License](https://img.shields.io/pypi/l/agenterprise.svg)](https://github.com/agenterprise/agenterprise/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/agenterprise/agenterprise?style=social)](https://github.com/agenterprise/agenterprise)

**Agenterprise** is a powerful generator for AI agent environments, enabling rapid prototyping and deployment of agent-based systems in Python. It leverages modern code generation, Pydantic, and DSL-driven workflows to streamline the creation of scalable, enterprise-ready AI solutions.

---

## Features

- Generate complete AI agent environments from a DSL specification
- Supports modern Python (3.12+)
- Produces ready-to-use code, Dockerfiles, and configuration
- Designed for enterprise and MDSD (Model-Driven Software Development) workflows

---

## Installation

### PyPI

```bash
pip install agenterprise
```

### Local
Follow these steps to install it from source
```bash
git clone https://github.com/agenterprise/agenterprise.git
cd agenterprise
pip install .
```

Or, for development:

```bash
pip install -e .
```

## Usage Example

### Create a DSL File
You can either start with a DSL File from scratch (see http://www.agenterprise.ai) or generate a sample file with:
```bash
agenterprise --dsl-template --dsl mydsl.dsl     
```
### Generate a project
Whith your created DSL File you can now generate a project:
```bash
agenterprise --code-generation --dsl mydsl.dsl --target target/mydsl
```

---

## Python Compatibility

- Python >= 3.12

---

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/agenterprise/agenterprise/tree/master?tab=MIT-1-ov-file#readme) file for details.

---

## Project Links

- Homepage: [https://www.agenterprise.ai](https://www.agenterprise.ai)
- Repository: [https://github.com/agenterprise/agenterprise](https://github.com/agenterprise/agenterprise)
- Issues: [https://github.com/agenterprise/agenterprise/issues](https://github.com/agenterprise/agenterprise/issues)

---

## Author

Michael Vonrueden  
Email: [mail@agenterprise.ai](mailto:mail@agenterprise.ai)

---


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "agenterprise",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "AI, agent, mdsd, enterprise, codegen",
    "author": null,
    "author_email": "Michael Vonrueden <mail@agenterprise.ai>",
    "download_url": "https://files.pythonhosted.org/packages/3c/f0/6179de883d126be4e0a60015726da57f8a386d8010c1613bff396978a637/agenterprise-0.1.8.tar.gz",
    "platform": null,
    "description": "# Agenterprise\n\n[![PyPI - Version](https://img.shields.io/pypi/v/agenterprise?label=PyPI&color=blue)](https://pypi.org/project/agenterprise/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/agenterprise.svg)](https://pypi.org/project/agenterprise/)\n[![License](https://img.shields.io/pypi/l/agenterprise.svg)](https://github.com/agenterprise/agenterprise/blob/main/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/agenterprise/agenterprise?style=social)](https://github.com/agenterprise/agenterprise)\n\n**Agenterprise** is a powerful generator for AI agent environments, enabling rapid prototyping and deployment of agent-based systems in Python. It leverages modern code generation, Pydantic, and DSL-driven workflows to streamline the creation of scalable, enterprise-ready AI solutions.\n\n---\n\n## Features\n\n- Generate complete AI agent environments from a DSL specification\n- Supports modern Python (3.12+)\n- Produces ready-to-use code, Dockerfiles, and configuration\n- Designed for enterprise and MDSD (Model-Driven Software Development) workflows\n\n---\n\n## Installation\n\n### PyPI\n\n```bash\npip install agenterprise\n```\n\n### Local\nFollow these steps to install it from source\n```bash\ngit clone https://github.com/agenterprise/agenterprise.git\ncd agenterprise\npip install .\n```\n\nOr, for development:\n\n```bash\npip install -e .\n```\n\n## Usage Example\n\n### Create a DSL File\nYou can either start with a DSL File from scratch (see http://www.agenterprise.ai) or generate a sample file with:\n```bash\nagenterprise --dsl-template --dsl mydsl.dsl     \n```\n### Generate a project\nWhith your created DSL File you can now generate a project:\n```bash\nagenterprise --code-generation --dsl mydsl.dsl --target target/mydsl\n```\n\n---\n\n## Python Compatibility\n\n- Python >= 3.12\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/agenterprise/agenterprise/tree/master?tab=MIT-1-ov-file#readme) file for details.\n\n---\n\n## Project Links\n\n- Homepage: [https://www.agenterprise.ai](https://www.agenterprise.ai)\n- Repository: [https://github.com/agenterprise/agenterprise](https://github.com/agenterprise/agenterprise)\n- Issues: [https://github.com/agenterprise/agenterprise/issues](https://github.com/agenterprise/agenterprise/issues)\n\n---\n\n## Author\n\nMichael Vonrueden  \nEmail: [mail@agenterprise.ai](mailto:mail@agenterprise.ai)\n\n---\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Generator for AI Environments",
    "version": "0.1.8",
    "project_urls": {
        "Homepage": "https://agenterprise.ai",
        "Repository": "https://github.com/agenterprise/agenterprise"
    },
    "split_keywords": [
        "ai",
        " agent",
        " mdsd",
        " enterprise",
        " codegen"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26e24e984f3394ed3ae32b704bb7c871a2111ca99adf7bbc5dab3c1fbcc11b9b",
                "md5": "fe2a8ee8724610ccc2476621a6f44f48",
                "sha256": "1fea7df11530ffd8553ce75b72457092c91d286e2cc195914b39a3dd1cf2b8e7"
            },
            "downloads": -1,
            "filename": "agenterprise-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe2a8ee8724610ccc2476621a6f44f48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 35263,
            "upload_time": "2025-10-08T10:46:58",
            "upload_time_iso_8601": "2025-10-08T10:46:58.559647Z",
            "url": "https://files.pythonhosted.org/packages/26/e2/4e984f3394ed3ae32b704bb7c871a2111ca99adf7bbc5dab3c1fbcc11b9b/agenterprise-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cf06179de883d126be4e0a60015726da57f8a386d8010c1613bff396978a637",
                "md5": "d619922400c04b7cc88a44f4e0888041",
                "sha256": "921c33a83efc66307aa31808bdc81fbf95c929eaa53c8bbf4a1601ae7b5bf18a"
            },
            "downloads": -1,
            "filename": "agenterprise-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "d619922400c04b7cc88a44f4e0888041",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 29681,
            "upload_time": "2025-10-08T10:46:59",
            "upload_time_iso_8601": "2025-10-08T10:46:59.688993Z",
            "url": "https://files.pythonhosted.org/packages/3c/f0/6179de883d126be4e0a60015726da57f8a386d8010c1613bff396978a637/agenterprise-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 10:46:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "agenterprise",
    "github_project": "agenterprise",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "agenterprise"
}
        
Elapsed time: 1.95767s