.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
start.sh
stop.sh
web2json/__init__.py
web2json/cli.py
web2json/main.py
web2json/simple.py
web2json/agent/__init__.py
web2json/agent/executor.py
web2json/agent/orchestrator.py
web2json/agent/planner.py
web2json/agent/phases/__init__.py
web2json/agent/phases/base_phase.py
web2json/agent/phases/code_phase.py
web2json/agent/phases/schema_phase.py
web2json/agent/processors/__init__.py
web2json/agent/processors/base_processor.py
web2json/agent/processors/code_processor.py
web2json/agent/processors/html_processor.py
web2json/agent/processors/parser_processor.py
web2json/agent/processors/schema_processor.py
web2json/config/__init__.py
web2json/config/settings.py
web2json/config/validator.py
web2json/prompts/__init__.py
web2json/prompts/code_generator.py
web2json/prompts/schema_extraction.py
web2json/prompts/schema_merge.py
web2json/tools/__init__.py
web2json/tools/cluster.py
web2json/tools/code_generator.py
web2json/tools/html_layout_cosin.py
web2json/tools/html_simplifier.py
web2json/tools/schema_extraction.py
web2json/tools/webpage_source.py
web2json/utils/__init__.py
web2json/utils/llm_client.py
web2json/utils/schema_editor.py
web2json_agent.egg-info/PKG-INFO
web2json_agent.egg-info/SOURCES.txt
web2json_agent.egg-info/dependency_links.txt
web2json_agent.egg-info/entry_points.txt
web2json_agent.egg-info/requires.txt
web2json_agent.egg-info/top_level.txt
web2json_api/README.md
web2json_api/__init__.py
web2json_api/main.py
web2json_api/models/__init__.py
web2json_api/models/field.py
web2json_api/models/parser.py
web2json_api/models/xpath.py
web2json_api/routers/__init__.py
web2json_api/routers/config.py
web2json_api/routers/parser.py
web2json_api/routers/xpath.py
web2json_api/services/__init__.py
web2json_api/services/parser_service.py
web2json_api/services/task_manager.py
web2json_api/services/xpath_service.py
web2json_api/services/zip_packager.py
web2json_api/utils/__init__.py