helix-vscode-extension
June 19, 2026 ยท View on GitHub
VS Code extension for Helix development
๐ฏ Overview
This repository is part of the Helix Collective, a comprehensive ecosystem for building intelligent, multi-agent systems with consciousness frameworks and advanced LLM integration.
๐ Quick Start
Installation
```bash git clone https://github.com/Deathcharge/helix-vscode-extension.git cd helix-vscode-extension pip install -r requirements.txt ```
Basic Usage
See the examples/ directory for working examples and integration patterns.
๐ Documentation
- Architecture - System design and components
- API Reference - Complete API documentation
- Integration Guide - How to integrate with other Helix repos
- Deployment - Production deployment guide
- Contributing - How to contribute
๐ Related Repositories
- helix-platform - Central hub and integration guide
- helix-unified - Main unified codebase
- helix-core - Core utilities and LLM integration
See HELIX_REPOSITORY_INDEX.md for the complete ecosystem map.
๐งช Testing
Run tests with pytest:
```bash pytest tests/ -v --cov=src ```
๐ CI/CD
This repository uses GitHub Actions for:
- โ Automated testing (Python 3.9, 3.10, 3.11)
- โ Code linting (flake8)
- โ Type checking (mypy)
- โ Security scanning (bandit, safety)
- โ Coverage reporting (Codecov)
See .github/workflows/ci.yml for details.
๐ Requirements
- Python 3.9+
- Dependencies listed in requirements.txt
- Development dependencies in requirements-dev.txt
๐ค Contributing
We welcome contributions! Please see CONTRIBUTING.md for:
- Development setup
- Code style guide
- Testing requirements
- Pull request process
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Support
- Issues: Report bugs or request features via GitHub Issues
- Discussions: Ask questions in GitHub Discussions
- Documentation: See the docs/ directory
- Ecosystem: Visit helix-platform
๐ Learn More
Status: โ
Production Ready
Last Updated: June 19, 2026
Maintainer: Helix Collective Contributors