LICENSE
MANIFEST.in
README.md
pyproject.toml
sourcefire/__init__.py
sourcefire/cli.py
sourcefire/config.py
sourcefire/db.py
sourcefire/global_config.py
sourcefire/init.py
sourcefire/watcher.py
sourcefire.egg-info/PKG-INFO
sourcefire.egg-info/SOURCES.txt
sourcefire.egg-info/dependency_links.txt
sourcefire.egg-info/entry_points.txt
sourcefire.egg-info/requires.txt
sourcefire.egg-info/top_level.txt
sourcefire/api/__init__.py
sourcefire/api/models.py
sourcefire/api/routes.py
sourcefire/chain/__init__.py
sourcefire/chain/prompts.py
sourcefire/chain/rag_chain.py
sourcefire/indexer/__init__.py
sourcefire/indexer/embeddings.py
sourcefire/indexer/language_profiles.py
sourcefire/indexer/metadata.py
sourcefire/indexer/pipeline.py
sourcefire/prompts/system.md
sourcefire/retriever/__init__.py
sourcefire/retriever/graph.py
sourcefire/retriever/search.py
sourcefire/static/app.js
sourcefire/static/index.html
sourcefire/static/styles.css
tests/test_config.py
tests/test_graph.py
tests/test_metadata.py
tests/test_prompts.py
tests/test_routes.py
tests/test_search.py