LICENSE
README.md
pyproject.toml
prompts/__init__.py
prompts/classify.md
prompts/crystallize.md
prompts/summarize.md
sheaf_ai/__init__.py
sheaf_ai/api.py
sheaf_ai/batch.py
sheaf_ai/card_extraction.py
sheaf_ai/card_service.py
sheaf_ai/cli.py
sheaf_ai/config.py
sheaf_ai/crystallize.py
sheaf_ai/display.py
sheaf_ai/embedding_bridge.py
sheaf_ai/entities.py
sheaf_ai/exceptions.py
sheaf_ai/feedback.py
sheaf_ai/fetch_article.py
sheaf_ai/filters.py
sheaf_ai/gamification.py
sheaf_ai/insights.py
sheaf_ai/llm_client.py
sheaf_ai/matrix.py
sheaf_ai/mcp_server.py
sheaf_ai/onboarding.py
sheaf_ai/pipeline.py
sheaf_ai/providers.py
sheaf_ai/quality.py
sheaf_ai/query.py
sheaf_ai/renderer.py
sheaf_ai/search.py
sheaf_ai/settings.py
sheaf_ai/setup.py
sheaf_ai/source_registry.py
sheaf_ai/source_scoring.py
sheaf_ai/storage.py
sheaf_ai/synonyms.py
sheaf_ai/utils.py
sheaf_ai.egg-info/PKG-INFO
sheaf_ai.egg-info/SOURCES.txt
sheaf_ai.egg-info/dependency_links.txt
sheaf_ai.egg-info/entry_points.txt
sheaf_ai.egg-info/requires.txt
sheaf_ai.egg-info/top_level.txt
sheaf_ai/collectors/__init__.py
sheaf_ai/collectors/arxiv.py
sheaf_ai/collectors/github.py
sheaf_ai/collectors/paper_handler.py
sheaf_ai/collectors/pdf.py
sheaf_ai/collectors/router.py
sheaf_ai/collectors/semantic_scholar.py
sheaf_ai/collectors/spa_fetcher.py
sheaf_ai/mcp/__init__.py
sheaf_ai/mcp/cards.py
sheaf_ai/mcp/collect.py
sheaf_ai/mcp/data.py
sheaf_ai/mcp/entries.py
sheaf_ai/mcp/insights.py
sheaf_ai/mcp/protocol.py
sheaf_ai/mcp/search.py
sheaf_ai/mcp/server.py
sheaf_ai/mcp/verify.py
sheaf_ai/skills/AGENTS.sheaf.md
sheaf_ai/skills/sheaf-guide.md
sheaf_cards/__init__.py
sheaf_cards/base.py
sheaf_cards/embeddings.py
sheaf_cards/generator.py
tests/test_api.py
tests/test_arxiv.py
tests/test_batch.py
tests/test_card_extraction.py
tests/test_card_service.py
tests/test_cli_agent_native.py
tests/test_collectors.py
tests/test_crosscheck.py
tests/test_crystallize.py
tests/test_embedding_bridge.py
tests/test_entities.py
tests/test_error_regression.py
tests/test_filters.py
tests/test_gamification.py
tests/test_hybrid_search.py
tests/test_init_auto.py
tests/test_install.py
tests/test_matrix.py
tests/test_mcp.py
tests/test_mcp_e2e.py
tests/test_paper_handler.py
tests/test_pdf_collector.py
tests/test_quality.py
tests/test_renderer.py
tests/test_search.py
tests/test_search_synonyms.py
tests/test_setup.py
tests/test_source_scoring.py
tests/test_spa_fetcher.py
tests/test_storage.py
tests/test_synonyms_config.py
tests/test_tag_tracking.py
tests/test_unit.py
tests/test_uuid_mapper.py