Skip to content

Overview

Installation

PyPI

pip install agenterprise
see PyPi

For developlment

Follow these steps to install it from source

git clone https://github.com/agenterprise/agenterprise.git
cd agenterprise
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:

agenterprise --dsl-template --dsl mydsl.dsl     

Generate a project

Whith your created DSL File you can now generate a project:

agenterprise --code-generation --dsl mydsl.dsl --target target/mydsl