Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Create Project


Use AIGNE CLI to create new AIGNE projects.

aigne create Command#

Creates a new AIGNE project with the required configuration files. This command will interactively prompt for the project name.

aigne create [path]

Parameters#

  • path: Optional project directory path (will be used as the default project name in the prompt)

Examples#

Create project with interactive prompt#

aigne create
# Will prompt you to enter a project name

Create project with suggested name#

aigne create my-new-agent
# Will prompt with "my-new-agent" as the default project name

Project Structure#

The created project will include the following basic structure and configuration files to help you quickly start developing AIGNE agents.