Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@aigne/cli

Package Overview
Dependencies
Maintainers
2
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigne/cli

cli for AIGNE framework

Source
npmnpm
Version
1.0.0-2
Version published
Weekly downloads
88
-88.59%
Maintainers
2
Weekly downloads
 
Created
Source

Aigne Default Template

This is the default project template for the Aigne framework, providing a basic chat agent and JavaScript code execution functionality.

Template Structure

  • aigne.yaml - Project configuration file that defines the chat model used and references to agents
  • chat.yaml - Chat agent configuration, including agent instructions and tools used
  • sandbox.js - JavaScript code execution tool for running JavaScript code within conversations
  • sandbox.test.js - Test file to verify the functionality of the code execution tool

Quick Start

Install AIGNE CLI

npm install -g aigne

Start the Project

aigne run

Testing

Run the following command to execute test cases:

aigne test

FAQs

Package last updated on 02 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts