README.md
pyproject.toml
run.py
helix_core/__init__.py
helix_core/config_loader.py
helix_core/core.py
helix_core/health.py
helix_core/memory/__init__.py
helix_core/memory/chroma_store.py
helix_core/memory/compressor.py
helix_core/memory/error_log.py
helix_core/memory/token_tracker.py
helix_core/plugins/__init__.py
helix_core/plugins/base.py
helix_core/plugins/manager.py
helix_core/providers/__init__.py
helix_core/providers/anthropic_provider.py
helix_core/providers/base.py
helix_core/providers/ollama_provider.py
helix_core/providers/openai_provider.py
helix_core/providers/router.py
helix_core/safety/__init__.py
helix_core/safety/obedience.py
helix_core/safety/sandbox.py
helix_core/tools/__init__.py
helix_core/tools/api_caller.py
helix_core/tools/file_ops.py
helix_core/tools/registry.py
helix_core/tools/ssh_client.py
helix_core/vision/ocr_processor.py
helix_core/voice/__init__.py
helix_core/voice/asr.py
helix_core/voice/tts.py
helix_core/voice/whisper_asr.py
helix_nox.egg-info/PKG-INFO
helix_nox.egg-info/SOURCES.txt
helix_nox.egg-info/dependency_links.txt
helix_nox.egg-info/entry_points.txt
helix_nox.egg-info/requires.txt
helix_nox.egg-info/top_level.txt
interfaces/__init__.py
interfaces/api_server.py
interfaces/cli.py
interfaces/telegram_bot.py
plugins/alert/__init__.py
plugins/alert/plugin.py
plugins/calculator/__init__.py
plugins/calculator/plugin.py
plugins/file_ops/__init__.py
plugins/file_ops/plugin.py
plugins/github/__init__.py
plugins/github/plugin.py
plugins/google_services/__init__.py
plugins/google_services/plugin.py
plugins/monitoring/__init__.py
plugins/monitoring/plugin.py
plugins/ocr/__init__.py
plugins/ocr/plugin.py
plugins/skills/__init__.py
plugins/skills/plugin.py
plugins/ssh/__init__.py
plugins/ssh/plugin.py
plugins/voice/__init__.py
plugins/voice/plugin.py
plugins/web_search/__init__.py
plugins/web_search/plugin.py