Use AI with Classiq
Overview
We have architected our Classiq Library and SDK with enhanced AI agent compatibility, enabling AI agents to perform quantum development within integrated development environments. This supports AI-first IDEs like Cursor as well as VSCode with AI extensions like Cline and Claude Code, and other IDE-integrated AI coding assistants.AI Agent in The Studio
The AI agent is now available directly within our Studio environment! This provides seamless AI-powered quantum development without any additional setup.Quick Start
To start using the AI Agent in the Studio:- Set your API key: Configure an API key for your preferred LLM provider (among those supported)
- Start coding: The AI agent will be ready to assist with quantum algorithm development using the Classiq SDK
Local Development Setup
For local development with AI agents, follow these steps to set up the Classiq Library and documentation:Prerequisites
- Python >=3.9, <3.13
- Git
- An IDE of your choice (VS Code, Cursor, etc.)
Installation Steps
-
Clone the Library Repository
-
Install Classiq SDK
-
Verify Installation
IDE Setup
-
Open the Repository in Your IDE
- Open your preferred IDE
- Select “Open Folder” or “Open Workspace”
- Navigate to and select the
classiq-librarydirectory
-
Configure Python Environment
- Ensure your IDE is using the Python environment where you installed Classiq
- Set up any virtual environment if desired