npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

quantum-cli-core

v0.1.9

Published

Quantum CLI Core - Multi-LLM Collaboration System

Readme

Quantum CLI (Multi-LLM Collaboration System)

Quantum CLI CI

Quantum CLI 스크린샷

이 저장소는 Quantum CLI를 포함하고 있습니다. Quantum CLI는 Gemini CLI를 기반으로 멀티-LLM 협업 시스템을 구현한 차세대 AI 워크플로우 도구입니다. 여러 AI 모델이 협업하여 더 정확하고 신뢰할 수 있는 결과를 제공합니다.

Quantum CLI를 사용하면 다음과 같은 작업이 가능합니다:

  • 여러 LLM(Gemini, GPT-4, Claude 등)의 협업을 통한 고품질 코드 생성 및 검토
  • 불확실한 상황에서 자동 다중 검증으로 신뢰도 향상
  • Gemini의 1M 토큰 컨텍스트 윈도우 내외에서 대규모 코드베이스를 조회하고 편집
  • 멀티모달 기능을 사용하여 PDF나 스케치로부터 새로운 앱 생성
  • 풀 리퀘스트 조회나 복잡한 리베이스 처리와 같은 운영 작업 자동화
  • 도구와 MCP 서버를 사용하여 Imagen, Veo, Lyria를 통한 미디어 생성과 같은 새로운 기능 연결
  • Gemini에 내장된 Google 검색 도구로 쿼리에 근거 제공
  • 상황별 최적 모델 선택으로 비용 효율성 극대화

빠른 시작

  1. 사전 요구사항: Node.js 버전 20 이상이 설치되어 있어야 합니다.

  2. CLI 실행: 터미널에서 다음 명령어를 실행하세요:

    npx https://github.com/kanghunlee/quantum-cli

    또는 다음과 같이 설치하세요:

    npm install -g quantum-cli
    quantum
  3. 색상 테마 선택

  4. 인증: 메시지가 표시되면 개인 Google 계정으로 로그인하세요. 멀티-LLM 기능을 사용하려면 추가로 OpenAI, Anthropic 등의 API 키가 필요할 수 있습니다.

이제 Quantum CLI를 사용할 준비가 되었습니다!

Gemini API 키 사용:

Gemini API는 Gemini 2.5 Pro를 사용하여 하루 100회 요청이 가능한 무료 티어를 제공하며, 사용할 모델 선택과 (유료 플랜으로) 더 높은 요청 한도 접근이 가능합니다:

  1. Google AI Studio에서 키를 생성하세요.

  2. 터미널에서 환경 변수로 설정하세요. YOUR_API_KEY를 생성된 키로 교체하세요.

    export GEMINI_API_KEY="YOUR_API_KEY"
  3. (선택사항) API 키 페이지에서 Gemini API 프로젝트를 유료 플랜으로 업그레이드하세요 (자동으로 Tier 1 요청 한도 해제)

Vertex AI API 키 사용:

Vertex AI는 익스프레스 모드를 통해 Gemini 2.5 Pro를 사용할 수 있는 무료 티어를 제공하며, 사용할 모델 선택과 결제 계정으로 더 높은 요청 한도 접근이 가능합니다:

  1. Google Cloud에서 키를 생성하세요.

  2. 터미널에서 환경 변수로 설정하세요. YOUR_API_KEY를 생성된 키로 교체하고 GOOGLE_GENAI_USE_VERTEXAI를 true로 설정하세요.

    export GOOGLE_API_KEY="YOUR_API_KEY"
    export GOOGLE_GENAI_USE_VERTEXAI=true
  3. (선택사항) 더 높은 사용 한도에 접근하기 위해 프로젝트에 결제 계정을 추가하세요.

Google Workspace 계정을 포함한 다른 인증 방법은 인증 가이드를 참조하세요.

예제

CLI가 실행되면 셸에서 Gemini와 상호작용을 시작할 수 있습니다.

새 디렉토리에서 프로젝트를 시작할 수 있습니다: