Skip to content

PV-RandD/coding-ai-agent

Repository files navigation

Qubion - AI-Powered Code Assistant

A powerful cross-platform Electron desktop application that combines local AI inference with an intuitive code editor. Built with QVAC SDK for offline AI capabilities, React + Vite for the UI, and an embedded Express server for script management. Generate, edit, and run scripts with the help of a locally-running AI assistant.

Getting Started

Prerequisites

Clone the repository

git clone https://github.com/your-username/coding-ai-agent.git
cd coding-ai-agent

Install dependencies

npm run setup

Development

Start the React dev server and Electron together:

npm run dev

This runs:

  • renderer: Vite dev server at http://localhost:5173
  • electron: Electron with live reload, waiting for the renderer

🔧 Troubleshooting

Common Issues

AI Model Loading Issues

  • Slow Loading: First-time model download can take 5-10 minutes
  • Memory Errors: Ensure at least 8GB RAM available
  • Model Not Found: Delete ~/.qvac folder and restart app

Script Execution Problems

  • Permission Denied: Check file permissions in storage directory
  • Command Not Found: Install missing dependencies (Python, Node.js, etc.)
  • Path Issues: Ensure storage directory is accessible

📄 License

MIT License - See LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •