LICENSE
NOTICE
README.md
pyproject.toml
src/helix/__init__.py
src/helix/config.py
src/helix/config_store.py
src/helix/context.py
src/helix/errors.py
src/helix/interfaces.py
src/helix/py.typed
src/helix/adapters/__init__.py
src/helix/adapters/autogen.py
src/helix/adapters/crewai.py
src/helix/adapters/langchain.py
src/helix/adapters/universal.py
src/helix/cache/__init__.py
src/helix/cache/controller.py
src/helix/cache/plan.py
src/helix/cache/prefix.py
src/helix/cache/semantic.py
src/helix/cli/__init__.py
src/helix/cli/__main__.py
src/helix/context_engine/__init__.py
src/helix/context_engine/compactor.py
src/helix/context_engine/engine.py
src/helix/context_engine/preflight.py
src/helix/core/__init__.py
src/helix/core/agent.py
src/helix/core/group_chat.py
src/helix/core/session.py
src/helix/core/task.py
src/helix/core/team.py
src/helix/core/tool.py
src/helix/core/workflow.py
src/helix/core/yaml_config.py
src/helix/eval/__init__.py
src/helix/eval/gate.py
src/helix/eval/monitor.py
src/helix/eval/scoring.py
src/helix/eval/suite.py
src/helix/eval/trajectory.py
src/helix/memory/__init__.py
src/helix/memory/store.py
src/helix/memory/wal.py
src/helix/memory/backends/__init__.py
src/helix/memory/backends/inmemory.py
src/helix/models/__init__.py
src/helix/models/complexity.py
src/helix/models/embedder.py
src/helix/models/router.py
src/helix/models/providers/__init__.py
src/helix/models/providers/anthropic.py
src/helix/models/providers/azure.py
src/helix/models/providers/cohere.py
src/helix/models/providers/gemini.py
src/helix/models/providers/groq.py
src/helix/models/providers/mistral.py
src/helix/models/providers/ollama.py
src/helix/models/providers/openai.py
src/helix/models/providers/openai_compat.py
src/helix/models/providers/together.py
src/helix/observability/__init__.py
src/helix/observability/ghost_debug.py
src/helix/observability/replay.py
src/helix/observability/tracer.py
src/helix/runtime/__init__.py
src/helix/runtime/engine.py
src/helix/runtime/health.py
src/helix/safety/__init__.py
src/helix/safety/audit.py
src/helix/safety/governor.py
src/helix/safety/guardrails.py
src/helix/safety/hitl.py
src/helix/safety/permissions.py
src/helix/tools/__init__.py
src/helix/tools/builtin.py
src/helix/tools/taxonomy.py
src/helix_framework.egg-info/PKG-INFO
src/helix_framework.egg-info/SOURCES.txt
src/helix_framework.egg-info/dependency_links.txt
src/helix_framework.egg-info/entry_points.txt
src/helix_framework.egg-info/requires.txt
src/helix_framework.egg-info/top_level.txt
tests/test_basic.py