LICENSE
MANIFEST.in
README.md
README_CN.md
pyproject.toml
duizhang/__init__.py
duizhang/__main__.py
duizhang/api.py
duizhang/cli.py
duizhang/cli_app.py
duizhang/tools.py
duizhang.egg-info/PKG-INFO
duizhang.egg-info/SOURCES.txt
duizhang.egg-info/dependency_links.txt
duizhang.egg-info/entry_points.txt
duizhang.egg-info/requires.txt
duizhang.egg-info/top_level.txt
duizhang/core/__init__.py
duizhang/core/config.py
duizhang/core/constants.py
duizhang/core/errors.py
duizhang/core/kb_builder.py
duizhang/core/ollama_client.py
duizhang/core/pdf_processor.py
duizhang/core/summarizer.py
duizhang/evaluator/__init__.py
duizhang/evaluator/data_loader.py
duizhang/evaluator/evaluator.py
duizhang/evaluator/llm_metrics.py
duizhang/evaluator/metrics.py
duizhang/evaluator/visualizer.py
duizhang/pdf_rag/__init__.py
duizhang/pdf_rag/pipeline.py
duizhang/pdf_rag/report_generator.py
duizhang/static/css/style.css
duizhang/static/js/app.js
duizhang/templates/index.html
tests/test_cli_commands.py
tests/test_core_config.py
tests/test_core_kb_builder.py
tests/test_core_ollama_client.py
tests/test_core_pdf_processor.py
tests/test_evaluator_data_loader.py
tests/test_evaluator_metrics.py
tests/test_pdf_rag_pipeline.py
tests/test_unified_api.py