LICENSE
README.md
pyproject.toml
src/python_tapestry.egg-info/PKG-INFO
src/python_tapestry.egg-info/SOURCES.txt
src/python_tapestry.egg-info/dependency_links.txt
src/python_tapestry.egg-info/entry_points.txt
src/python_tapestry.egg-info/requires.txt
src/python_tapestry.egg-info/top_level.txt
src/tapestry/__init__.py
src/tapestry/__main__.py
src/tapestry/_version.py
src/tapestry/config.py
src/tapestry/db.py
src/tapestry/llm.py
src/tapestry/py.typed
src/tapestry/schema.py
src/tapestry/cli/__init__.py
src/tapestry/cli/benchmark.py
src/tapestry/cli/build.py
src/tapestry/cli/formatters.py
src/tapestry/cli/ingest.py
src/tapestry/cli/main.py
src/tapestry/cli/manage.py
src/tapestry/cli/query.py
src/tapestry/engine/__init__.py
src/tapestry/engine/benchmark.py
src/tapestry/engine/benchmark_runner.py
src/tapestry/engine/catchup.py
src/tapestry/engine/chunking.py
src/tapestry/engine/context.py
src/tapestry/engine/drift.py
src/tapestry/engine/generate.py
src/tapestry/engine/prompts.py
src/tapestry/engine/repair.py
src/tapestry/engine/rollup.py
src/tapestry/engine/scoring.py
src/tapestry/engine/topic_benchmark.py
src/tapestry/parsers/__init__.py
src/tapestry/parsers/anthropic.py
src/tapestry/parsers/base.py
src/tapestry/parsers/chatgpt.py
src/tapestry/parsers/claude_code.py
src/tapestry/parsers/generic.py
src/tapestry/parsers/uni.py
src/tapestry/query/__init__.py
src/tapestry/query/cosine.py
src/tapestry/query/fulltext.py
src/tapestry/query/recall.py
src/tapestry/query/regex.py
src/tapestry/query/search.py
src/tapestry/query/stats.py
src/tapestry/query/tree.py
src/tapestry/query/unified.py
src/tapestry/web/DISPATCH.md
src/tapestry/web/__init__.py
src/tapestry/web/helpers.py
src/tapestry/web/routes.py
src/tapestry/web/static/jquery-3.7.1.min.js
src/tapestry/web/static/tapestry.css
src/tapestry/web/static/bootstrap-5.2.3-dist/js/bootstrap.bundle.min.js
src/tapestry/web/static/bootswatch/darkly/bootstrap.min.css
src/tapestry/web/static/css/all.min.css
src/tapestry/web/static/framework/dispatch.css
src/tapestry/web/static/framework/dispatch.js
src/tapestry/web/static/mini-upload-form/css/style.css
src/tapestry/web/static/mini-upload-form/img/border-image.png
src/tapestry/web/static/mini-upload-form/img/icons.png
src/tapestry/web/static/mini-upload-form/js/jquery.fileupload.js
src/tapestry/web/static/mini-upload-form/js/jquery.iframe-transport.js
src/tapestry/web/static/mini-upload-form/js/jquery.knob.js
src/tapestry/web/static/mini-upload-form/js/jquery.ui.widget.js
src/tapestry/web/static/mini-upload-form/js/script.js
src/tapestry/web/static/pnotify/pnotify.css
src/tapestry/web/static/pnotify/pnotify.js
src/tapestry/web/static/webfonts/fa-brands-400.ttf
src/tapestry/web/static/webfonts/fa-brands-400.woff
src/tapestry/web/static/webfonts/fa-brands-400.woff2
src/tapestry/web/static/webfonts/fa-duotone-900.eot
src/tapestry/web/static/webfonts/fa-duotone-900.svg
src/tapestry/web/static/webfonts/fa-duotone-900.ttf
src/tapestry/web/static/webfonts/fa-duotone-900.woff
src/tapestry/web/static/webfonts/fa-duotone-900.woff2
src/tapestry/web/static/webfonts/fa-light-300.ttf
src/tapestry/web/static/webfonts/fa-light-300.woff
src/tapestry/web/static/webfonts/fa-light-300.woff2
src/tapestry/web/static/webfonts/fa-regular-400.ttf
src/tapestry/web/static/webfonts/fa-regular-400.woff
src/tapestry/web/static/webfonts/fa-regular-400.woff2
src/tapestry/web/static/webfonts/fa-solid-900.ttf
src/tapestry/web/static/webfonts/fa-solid-900.woff
src/tapestry/web/static/webfonts/fa-solid-900.woff2
src/tapestry/web/templates/calendar.html
src/tapestry/web/templates/partials/agent_list.html
src/tapestry/web/templates/partials/agents_modal.html
src/tapestry/web/templates/partials/day_detail.html
src/tapestry/web/templates/partials/footer.html
src/tapestry/web/templates/partials/grid.html
src/tapestry/web/templates/partials/header.html
src/tapestry/web/templates/partials/record_modal.html
src/tapestry/web/templates/partials/upload_modal.html
tests/test_chunking.py
tests/test_chunking_live.py
tests/test_config.py
tests/test_context.py
tests/test_cosine.py
tests/test_db.py
tests/test_drift.py
tests/test_formatters.py
tests/test_fulltext.py
tests/test_generate.py
tests/test_llm.py
tests/test_parsers.py
tests/test_query.py
tests/test_repair.py
tests/test_rollup.py
tests/test_web.py