Quickstart Guide
The CYNE AI repository will be made publicly accessible at the end of Q1. Once it's available, follow these steps to set up your development environment
Installation
Clone and Install
The Cyne AI repository will be made publicly accessible by the end of Q1. Once available, follow these steps to set up your development environment:
Clone the Repository
Enter the Directory
Switch to the Latest Tagged Release
Install Dependencies
Important Note on pnpm Lockfile Management
By default, the pnpm
lockfile will not be updated during installations due to .npmrc
settings (frozen-lockfile=true
). To update the lockfile:
Use this command only when initializing the repository, bumping package versions, or adding new packages.
Build the Local Libraries
Configure the Environment
Copy the Example Environment File
Edit
.env
and Add Your Values Example variables to configure:
Choose Your AI Model
Cyne AI supports multiple AI model configurations:
OpenAI:
Set the model in
.env
:
Custom Models:
Define model parameters in the
agent.json
file.
Create Your First Agent
Create a Character File
Navigate to the
characters
directory.Use the provided
default.character.json
as a template to customize your agent's personality and functionality. Example paths:
Start the Agent
Run Multiple Agents
Open the Chat Interface
Open your browser to:
Begin interacting with your agent.
Platform Integration
Discord Bot Setup
Create a bot in the Discord Developer Portal.
Add the bot to your server using the OAuth2 URL generator.
Add these values to
.env
:
Additional Integrations
Magic Eden Integrate with the Magic Eden NFT marketplace:
Jupiter DEX Aggregator For seamless token swaps and DeFi operations:
Optional: GPU Acceleration
If you have an NVIDIA GPU, follow these steps:
Install CUDA Support:
Ensure that CUDA Toolkit, cuDNN, and cuBLAS are installed.
Basic Usage Examples
Start the Chat Interface
Run Multiple Agents
Common Issues & Solutions
Node.js Version
Ensure Node.js 23+ is installed.
Check your version:
Sharp Installation Errors
Install with:
CUDA Setup Issues
Verify your GPU compatibility with the CUDA Toolkit.
Next Steps
🤖 Create Your First Agent
📝 Customize Agent Personalities
⚡ Add Advanced Features
For detailed guides, troubleshooting, and more, visit our Full Documentation. Join our Discord Community for support and updates!
Last updated