.gitignore
CHANGELOG.md
Dockerfile.build
LICENSE
MANIFEST.in
README.md
coverage.json
package.json
pyproject.toml
requirements-prod.txt
requirements.txt
setup.py
.claude/CLAUDE.md
.claude/skills/openclaw-init.md
.github/workflows/build.yml
bin/run.js
docs/ADP-CLI-USER-MANUAL-zh.md
docs/ADP-CLI-USER-MANUAL.md
docs/AGENT-OPTIMIZATION.md
docs/BUILD.md
docs/CLI-DEVELOPER-GUIDE.md
docs/CROSS-PLATFORM-SETUP.md
docs/DOCKER-BUILD-GUIDE.md
docs/GLIBC-COMPATIBILITY.md
docs/PACKAGING.md
docs/PYPI-INSTALL-GUIDE.md
scripts/README.md
scripts/install.bat
scripts/install.ps1
scripts/install.sh
src/adp_cli/__init__.py
src/adp_cli/cli.py
src/adp_cli/i18n.py
src/adp_cli/_pyinstaller_hooks/__init__.py
src/adp_cli/_pyinstaller_hooks/hook-pydantic.py
src/adp_cli/_pyinstaller_hooks/hook-pygments.py
src/adp_cli/_pyinstaller_hooks/hook-rich.py
src/adp_cli/_pyinstaller_hooks/rthook_pyi_rth_adp_encodings.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