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
git clone https://github.com/cyne-app/cynecd cynegit checkout $(git describe --tags --abbrev=0)pnpm install --no-frozen-lockfile
Important Note on pnpm Lockfile Management
pnpm install --no-frozen-lockfileBuild the Local Libraries
Configure the Environment
Choose Your AI Model
Create Your First Agent
Open the Chat Interface
Platform Integration
Discord Bot Setup
Additional Integrations
Optional: GPU Acceleration
Basic Usage Examples
Common Issues & Solutions
Next Steps
Last updated