zotpilot

Category: Tools & Productivity | Uploader: xunhe730xunhe730 | Downloads: 0 | Version: v1.0(Latest)

>-

Changelog: Source: GitHub https://github.com/xunhe730/ZotPilot

Directory Structure

Current level: tree/main/

  • 📁 .github/
    • 📁 workflows/
      • 📄 ci.yml 553 B
      • 📄 release.yml 1.4 KB
  • 📁 assets/
    • 📄 banner.jpg 202.7 KB
    • 📄 zotero-api-key.png 91.0 KB
  • 📁 config/
    • 📄 zotpilot.example.toml 469 B
  • 📁 docs/
    • 📄 supported-clients.md 1.4 KB
    • 📄 tools-reference.md 3.4 KB
  • 📁 references/
    • 📄 setup-guide.md 5.9 KB
    • 📄 tool-guide.md 8.6 KB
    • 📄 troubleshooting.md 4.7 KB
  • 📁 scripts/
    • 📄 platforms.py 21.5 KB
    • 📄 run.py 9.8 KB
  • 📁 src/
    • 📁 zotpilot/
      • 📁 data/
        • 📄 journal_overrides.csv 253 B
        • 📄 scimago_quartiles.csv 2.1 KB
      • 📁 embeddings/
        • 📄 __init__.py 1.8 KB
        • 📄 base.py 340 B
        • 📄 dashscope.py 5.4 KB
        • 📄 gemini.py 5.2 KB
        • 📄 local.py 1.3 KB
      • 📁 feature_extraction/
        • 📁 methods/
          • 📄 __init__.py 0 B
          • 📄 figure_detection.py 15.5 KB
        • 📁 paddle_engines/
          • 📄 __init__.py 183 B
          • 📄 paddleocr_vl.py 10.5 KB
          • 📄 pp_structure.py 9.2 KB
        • 📁 postprocessors/
          • 📄 __init__.py 0 B
          • 📄 cell_cleaning.py 6.2 KB
        • 📄 __init__.py 482 B
        • 📄 captions.py 11.5 KB
        • 📄 debug_db.py 5.7 KB
        • 📄 local_vision_api.py 8.3 KB
        • 📄 paddle_extract.py 7.1 KB
        • 📄 vision_api.py 13.4 KB
        • 📄 vision_extract.py 27.6 KB
      • 📁 pdf/
        • 📄 __init__.py 342 B
        • 📄 chunker.py 2.9 KB
        • 📄 extractor.py 62.2 KB
        • 📄 orphan_recovery.py 11.5 KB
        • 📄 reference_matcher.py 3.6 KB
        • 📄 section_classifier.py 2.7 KB
      • 📁 tools/
        • 📄 __init__.py 173 B
        • 📄 admin.py 5.8 KB
        • 📄 citations.py 3.0 KB
        • 📄 context.py 6.6 KB
        • 📄 indexing.py 6.4 KB
        • 📄 ingestion.py 9.7 KB
        • 📄 library.py 5.1 KB
        • 📄 search.py 19.2 KB
        • 📄 write_ops.py 6.3 KB
      • 📄 __init__.py 394 B
      • 📄 __main__.py 108 B
      • 📄 _platforms.py 22.3 KB
      • 📄 bridge.py 7.2 KB
      • 📄 cli.py 41.8 KB
      • 📄 config.py 9.0 KB
      • 📄 crossref_client.py 4.5 KB
      • 📄 doctor.py 7.3 KB
      • 📄 filters.py 3.9 KB
      • 📄 identifier_resolver.py 8.2 KB
      • 📄 indexer.py 24.8 KB
      • 📄 interfaces.py 3.6 KB
      • 📄 journal_ranker.py 8.7 KB
      • 📄 models.py 16.2 KB
      • 📄 openalex_client.py 5.5 KB
      • 📄 py.typed 0 B
      • 📄 reranker.py 7.8 KB
      • 📄 result_utils.py 2.8 KB
      • 📄 retriever.py 3.0 KB
      • 📄 server.py 352 B
      • 📄 state.py 11.7 KB
      • 📄 vector_store.py 13.7 KB
      • 📄 zotero_api_reader.py 2.0 KB
      • 📄 zotero_client.py 49.2 KB
      • 📄 zotero_detector.py 4.9 KB
      • 📄 zotero_writer.py 9.9 KB
  • 📁 tests/
    • 📄 __init__.py 0 B
    • 📄 conftest.py 3.2 KB
    • 📄 test_advanced_search.py 17.7 KB
    • 📄 test_annotations.py 3.6 KB
    • 📄 test_bridge.py 5.2 KB
    • 📄 test_cache.py 2.1 KB
    • 📄 test_chunker.py 3.2 KB
    • 📄 test_cli_config.py 7.1 KB
    • 📄 test_cli_update.py 29.0 KB
    • 📄 test_collection_items.py 5.7 KB
    • 📄 test_config.py 11.6 KB
    • 📄 test_crossref_client.py 10.1 KB
    • 📄 test_doctor.py 12.6 KB
    • 📄 test_embedder.py 2.1 KB
    • 📄 test_feeds.py 6.3 KB
    • 📄 test_identifier_resolver.py 15.9 KB
    • 📄 test_indexer.py 2.9 KB
    • 📄 test_indexer_import.py 252 B
    • 📄 test_journal_ranker.py 3.6 KB
    • 📄 test_library_filter.py 13.4 KB
    • 📄 test_no_rag.py 9.0 KB
    • 📄 test_notes.py 11.0 KB
    • 📄 test_reranker.py 4.0 KB
    • 📄 test_retriever.py 4.5 KB
    • 📄 test_section_classifier.py 3.6 KB
    • 📄 test_state.py 8.6 KB
    • 📄 test_switch_library.py 7.5 KB
    • 📄 test_tools.py 4.6 KB
    • 📄 test_tools_ingestion.py 17.6 KB
    • 📄 test_tools_search.py 4.6 KB
    • 📄 test_tools_write_batch.py 3.9 KB
    • 📄 test_translation_removed.py 1.7 KB
    • 📄 test_vector_store.py 2.3 KB
    • 📄 test_zotero_client.py 5.8 KB
    • 📄 test_zotero_detector.py 3.6 KB
  • 📄 .env.example 340 B
  • 📄 .gitignore 343 B
  • 📄 .python-version 5 B
  • 📄 ARCHITECTURE.md 4.2 KB
  • 📄 CHANGELOG.md 8.4 KB
  • 📄 CLAUDE.md 6.4 KB
  • 📄 CODE_OF_CONDUCT.md 947 B
  • 📄 CONTRIBUTING.md 1.5 KB
  • 📄 LICENSE 1.0 KB
  • 📄 pyproject.toml 2.7 KB
  • 📄 README.md 21.6 KB
  • 📄 README_EN.md 22.1 KB
  • 📄 SECURITY.md 2.0 KB
  • 📄 SKILL.md 5.4 KB
  • 📄 uv.lock 927.8 KB

SKILL.md

Login to download/like/favorite ❤ 17 | ★ 0
Comments 0

Please login before commenting.

Loading comments...