SERAPH Terminal is the official terminal interface for the SERAPH AI Agent powered by Bittensor and Virtuals.
Clone the repository and install dependencies
npm installCopy the .env.example file to .env and set the required variables
cp .env.example .envStart the development server
npm run devThe terminal will be available at http://localhost:3000