.gitignore
LICENSE
MANIFEST.in
README.md
README.zh.md
pyproject.toml
requirements.txt
setup.py
.claude/CLAUDE.md
.claude/skills/openclaw-init.md
.github/workflows/build.yml
src/adp_cli/__init__.py
src/adp_cli/cli.py
src/adp_cli/i18n.py
src/adp_cli/adp/__init__.py
src/adp_cli/adp/api_client.py
src/adp_cli/adp/cache_manager.py
src/adp_cli/adp/config.py
src/adp_cli/adp/file_handler.py
src/adp_cli/adp/output_formatter.py
src/agentic_doc_parse_and_extract.egg-info/PKG-INFO
src/agentic_doc_parse_and_extract.egg-info/SOURCES.txt
src/agentic_doc_parse_and_extract.egg-info/dependency_links.txt
src/agentic_doc_parse_and_extract.egg-info/entry_points.txt
src/agentic_doc_parse_and_extract.egg-info/requires.txt
src/agentic_doc_parse_and_extract.egg-info/top_level.txt
tests/TEST_REPORT.md
tests/TEST_SUMMARY.md
tests/__init__.py
tests/test_api_client.py
tests/test_api_client_extended.py
tests/test_cli_commands.py
tests/test_cli_integration.py
tests/test_config.py
tests/test_config_extended.py
tests/test_file_handler.py
tests/test_file_handler_extended.py
tests/test_i18n.py
tests/test_output_formatter.py