README.md
main.py
pyproject.toml
config/__init__.py
config/settings.py
core/__init__.py
core/llm.py
core/orchestrator.py
core/todo.py
engine/__init__.py
engine/stt.py
engine/tts.py
engine/wake_word.py
helium_agent.egg-info/PKG-INFO
helium_agent.egg-info/SOURCES.txt
helium_agent.egg-info/dependency_links.txt
helium_agent.egg-info/entry_points.txt
helium_agent.egg-info/requires.txt
helium_agent.egg-info/top_level.txt
memory/__init__.py
memory/graph.py
rag_service/__init__.py
rag_service/__main__.py
rag_service/api.py
rag_service/cache.py
rag_service/chunking.py
rag_service/client.py
rag_service/config.py
rag_service/doctor.py
rag_service/evidence.py
rag_service/extractors.py
rag_service/models.py
rag_service/retrieval.py
rag_service/service.py
rag_service/terminal.py
rag_service/validation.py
tests/test_agentic_loop.py
tests/test_bash_ops.py
tests/test_completer.py
tests/test_eval_graders.py
tests/test_eval_runner.py
tests/test_eval_schema.py
tests/test_file_ops.py
tests/test_hybrid_fetch.py
tests/test_memory_ops.py
tests/test_orchestrator.py
tests/test_orchestrator_research.py
tests/test_parser.py
tests/test_playwright_hybrid.py
tests/test_rag_chunking_retrieval.py
tests/test_rag_session.py
tests/test_rag_terminal.py
tests/test_rag_validation.py
tests/test_registry.py
tests/test_research_classifier.py
tests/test_research_loop.py
tests/test_research_pipeline.py
tests/test_research_planner.py
tests/test_research_source_policy.py
tests/test_research_synthesizer.py
tests/test_search_compatibility.py
tests/test_search_extractor.py
tests/test_search_fetcher.py
tests/test_search_pipeline.py
tests/test_search_planner.py
tests/test_search_providers.py
tests/test_searxng.py
tests/test_session_memory.py
tests/test_startup_checks.py
tests/test_todo.py
tests/test_wake_word.py
tools/__init__.py
tools/bash_ops.py
tools/file_models.py
tools/file_ops.py
tools/file_service.py
tools/memory_ops.py
tools/registry.py
tools/system_ops.py
tools/web_search.py
tools/rag/__init__.py
tools/rag/chunking.py
tools/rag/extractors.py
tools/rag/models.py
tools/rag/prompt.py
tools/rag/retrieval.py
tools/rag/session.py
tools/rag/terminal.py
tools/rag/validation.py
tools/research/__init__.py
tools/research/classifier.py
tools/research/loop.py
tools/research/models.py
tools/research/pipeline.py
tools/research/planner.py
tools/research/planner_client.py
tools/research/source_policy.py
tools/research/synthesizer.py
tools/search/__init__.py
tools/search/browse_url.py
tools/search/builder.py
tools/search/extractor.py
tools/search/fetcher.py
tools/search/hybrid_fetch.py
tools/search/models.py
tools/search/pipeline.py
tools/search/planner.py
tools/search/providers.py
tools/search/ranker.py
tools/search/searxng.py
utils/__init__.py
utils/audio.py
utils/check_llm_api.py
utils/completer.py
utils/health.py
utils/history.py
utils/parser.py
utils/start_animation.py
utils/system_check.py