Skip to main content

Overview

The Exulu IMP frontend provides a web interface for managing and interacting with your Exulu IMP backend.

Quick start

Install and run the frontend:
npx @exulu/frontend
The frontend will start on http://localhost:3000 and automatically connect to your Exulu IMP backend.

Features

The Exulu frontend includes:
  • GraphQL Playground - Interactive API explorer at /explorer
  • Agent management - Create and configure agents
  • Context management - Manage semantic search contexts
  • Workflow builder - Visual workflow editor
  • Evaluation tools - Test and evaluate agent performance
  • User management - Manage users, roles, and permissions

Configuration

The frontend automatically detects your Exulu IMP backend configuration when run in the same directory as your backend project.

Next steps

Frontend documentation is coming soon. In the meantime, explore the Backend documentation and API reference.