Overview


AIGNE Logo

Your command center for agent development


@aigne/cli is the official command-line tool for the AIGNE Framework, designed to streamline the entire lifecycle of agent development. It provides a comprehensive suite of commands to simplify project creation, local execution, testing, and deployment, enabling you to build, run, and manage AIGNE applications with ease.

Key Features#

@aigne/cli is packed with features to accelerate your agent development workflow.

Project Scaffolding

Quickly create new AIGNE projects with predefined file structures and configurations using the `aigne create` command.

Local Agent Execution

Easily run and interact with your agents in a local chat loop for rapid testing and debugging via `aigne run`.

Automated Testing

Leverage the built-in `aigne test` command for running unit and integration tests to ensure your agents are robust and reliable.

MCP Server Integration

Launch your agents as Model Context Protocol (MCP) servers, allowing them to be integrated with external systems.

Rich Observability

Start a local server with `aigne observe` to view and analyze agent execution traces and performance data.

Multi-Model Support

Seamlessly switch between different AI model providers, including OpenAI, Claude, XAI, and others.


Ready to get started? Follow our Getting Started guide to install the CLI and create your first AIGNE agent.