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

AIGNE CLI


AIGNE Command Line Interface (CLI) is a powerful tool designed for creating, running, testing, and deploying AI Agents. With AIGNE CLI, you can:

  • 🎯 Code-free Agent Development - Define and build fully functional AI Agents using only YAML configuration files
  • ⚡ Rapid Prototyping - Full command-line support from project creation to deployment
  • 🔧 Flexible Configuration Management - Support for multiple AI models, skill integration, and workflow orchestration
  • 🚀 One-click Deployment - Easily deploy Agents as MCP servers or API services
  • 🧪 Complete Testing Support - Built-in testing framework to ensure Agent quality and stability

AIGNE CLI makes AI Agent development simple and efficient. Whether you're new to AI development or an experienced engineer, you can quickly get started and build outstanding AI applications.

Installing AIGNE CLI#

AIGNE CLI is included in the @aigne/cli package. You can install it globally:

npm install -g @aigne/cli

After installation, you can verify the installation was successful with:

aigne --version

You can get help information at any time with:

aigne --help

Quick Start#

Basic Operations#

Development and Deployment#