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