CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
stele_context/__init__.py
stele_context/agent_grep.py
stele_context/agent_registry.py
stele_context/agent_response.py
stele_context/bm25.py
stele_context/change_detection.py
stele_context/change_notifications.py
stele_context/cli.py
stele_context/cli_metadata.py
stele_context/config.py
stele_context/connection_pool.py
stele_context/coordination.py
stele_context/core.py
stele_context/document_lock_storage.py
stele_context/engine.py
stele_context/engine_utils.py
stele_context/env_checks.py
stele_context/index.py
stele_context/index_health.py
stele_context/index_store.py
stele_context/indexing.py
stele_context/llm_embedding.py
stele_context/lock_ops.py
stele_context/mcp_handlers.py
stele_context/mcp_server.py
stele_context/mcp_stdio.py
stele_context/mcp_tool_defs.py
stele_context/mcp_tool_defs_ext.py
stele_context/metadata_storage.py
stele_context/protocols.py
stele_context/py.typed
stele_context/rwlock.py
stele_context/search_engine.py
stele_context/session.py
stele_context/session_storage.py
stele_context/stemmer.py
stele_context/storage.py
stele_context/storage_delegates.py
stele_context/storage_schema.py
stele_context/symbol_graph.py
stele_context/symbol_patterns.py
stele_context/symbol_storage.py
stele_context/symbols.py
stele_context/tool_registry.py
stele_context.egg-info/PKG-INFO
stele_context.egg-info/SOURCES.txt
stele_context.egg-info/dependency_links.txt
stele_context.egg-info/entry_points.txt
stele_context.egg-info/requires.txt
stele_context.egg-info/top_level.txt
stele_context/chunkers/__init__.py
stele_context/chunkers/audio.py
stele_context/chunkers/base.py
stele_context/chunkers/code.py
stele_context/chunkers/code_patterns.py
stele_context/chunkers/image.py
stele_context/chunkers/numpy_compat.py
stele_context/chunkers/pdf.py
stele_context/chunkers/text.py
stele_context/chunkers/video.py