pyproject.toml
src/lattice_cortex/__init__.py
src/lattice_cortex/index_manager.py
src/lattice_cortex/llm_base.py
src/lattice_cortex/log_manager.py
src/lattice_cortex/messages.py
src/lattice_cortex/models.py
src/lattice_cortex/registry.py
src/lattice_cortex/vault_structure.py
src/lattice_cortex.egg-info/PKG-INFO
src/lattice_cortex.egg-info/SOURCES.txt
src/lattice_cortex.egg-info/dependency_links.txt
src/lattice_cortex.egg-info/requires.txt
src/lattice_cortex.egg-info/top_level.txt
src/lattice_cortex/adapters/__init__.py
src/lattice_cortex/adapters/anthropic_provider.py
src/lattice_cortex/adapters/ollama_provider.py
src/lattice_cortex/adapters/openai_compat_provider.py
src/lattice_cortex/adapters/openrouter_provider.py
src/lattice_cortex/agent_session/__init__.py
src/lattice_cortex/agent_session/budget.py
src/lattice_cortex/agent_session/cancellation.py
src/lattice_cortex/agent_session/compactor.py
src/lattice_cortex/agent_session/llm_fallback.py
src/lattice_cortex/agent_session/provider_base.py
src/lattice_cortex/agent_session/registry.py
src/lattice_cortex/agent_session/session.py
src/lattice_cortex/agent_session/streaming.py
src/lattice_cortex/agent_session/telemetry.py
src/lattice_cortex/code_index/__init__.py
src/lattice_cortex/code_index/grammars.py
src/lattice_cortex/code_index/semantic_overlay.py
src/lattice_cortex/code_index/tree_sitter_index.py
src/lattice_cortex/codegen/__init__.py
src/lattice_cortex/codegen/_child_entry.py
src/lattice_cortex/codegen/_netns.py
src/lattice_cortex/codegen/_rpc.py
src/lattice_cortex/codegen/api_surface.py
src/lattice_cortex/codegen/artifacts.py
src/lattice_cortex/codegen/errors.py
src/lattice_cortex/codegen/frontmatter.py
src/lattice_cortex/codegen/sandbox.py
src/lattice_cortex/domain_router/__init__.py
src/lattice_cortex/domain_router/compiled.py
src/lattice_cortex/domain_router/embedding.py
src/lattice_cortex/domain_router/registry.py
src/lattice_cortex/eval/__init__.py
src/lattice_cortex/eval/coverage.py
src/lattice_cortex/eval/golden.py
src/lattice_cortex/eval/harness.py
src/lattice_cortex/eval/regression.py
src/lattice_cortex/observability/__init__.py
src/lattice_cortex/observability/health_endpoint.py
src/lattice_cortex/observability/silent_failure.py
src/lattice_cortex/observability/tenant.py
src/lattice_cortex/repo/__init__.py
src/lattice_cortex/repo/git_adapter.py
src/lattice_cortex/repo/result.py
src/lattice_cortex/repo/state.py
src/lattice_cortex/storage/__init__.py
src/lattice_cortex/storage/filesystem.py
src/lattice_cortex/storage/lance.py
src/lattice_cortex/storage/port.py
src/lattice_cortex/storage/registry.py
src/lattice_cortex/storage/sqlite.py
src/lattice_cortex/translators/__init__.py
src/lattice_cortex/translators/anthropic_translator.py
src/lattice_cortex/translators/openai_compat_translator.py