LICENSE
README.md
pyproject.toml
daofy_for_delphi.egg-info/PKG-INFO
daofy_for_delphi.egg-info/SOURCES.txt
daofy_for_delphi.egg-info/dependency_links.txt
daofy_for_delphi.egg-info/entry_points.txt
daofy_for_delphi.egg-info/requires.txt
daofy_for_delphi.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/__version__.py
src/constants.py
src/mcp_resources.py
src/server.py
src/tool_docs.py
src/detection/__init__.py
src/detection/dfm_generator.py
src/detection/layout_parser.py
src/detection/opencv_detector.py
src/detection/synthetic_data_generator.py
src/detection/train_yolo.py
src/detection/yolo_onnx.py
src/models/__init__.py
src/models/command_args.py
src/models/compile_history.py
src/models/compile_request.py
src/models/compile_result.py
src/models/compiler_config.py
src/plugins/__init__.py
src/plugins/base.py
src/plugins/registry.py
src/plugins/core/__init__.py
src/plugins/core/handlers.py
src/plugins/delphi/__init__.py
src/plugins/delphi/handlers.py
src/plugins/delphi/plugin.py
src/plugins/lazarus/__init__.py
src/plugins/lazarus/detect.py
src/plugins/lazarus/handlers.py
src/plugins/lazarus/plugin.py
src/resources/coding-rules.md
src/resources/agent-skills/daofy/SKILL.md
src/services/__init__.py
src/services/agent_skill_installer.py
src/services/args_generator.py
src/services/automation_service.py
src/services/client_rules_installer.py
src/services/compiler_service.py
src/services/config_manager.py
src/services/copyright_service.py
src/services/delphi_edit_guard.py
src/services/experience_service.py
src/services/experience_tracker.py
src/services/ocr_service.py
src/services/process_manager.py
src/services/rtti_bridge.py
src/services/knowledge_base/__init__.py
src/services/knowledge_base/async_task_manager.py
src/services/knowledge_base/delphi_chunker.py
src/services/knowledge_base/embedding_service.py
src/services/knowledge_base/example_knowledge_base.py
src/services/knowledge_base/file_watcher.py
src/services/knowledge_base/project_knowledge_base.py
src/services/knowledge_base/scan_generic_documents.py
src/services/knowledge_base/schema.py
src/services/knowledge_base/thirdparty_knowledge_base.py
src/services/knowledge_base/zvec_adapter.py
src/services/knowledge_base/zvec_knowledge_base.py
src/tools/__init__.py
src/tools/async_tasks.py
src/tools/audit.py
src/tools/code_hosting.py
src/tools/coding_rules.py
src/tools/compile_file.py
src/tools/compile_project.py
src/tools/config.py
src/tools/create_component_dfm.py
src/tools/delphi_rtti.py
src/tools/deploy.py
src/tools/dfm_parser.py
src/tools/dfm_utils.py
src/tools/document_kb_tools.py
src/tools/dproj_tool.py
src/tools/environment.py
src/tools/experience.py
src/tools/file_tool.py
src/tools/get_args.py
src/tools/install_package.py
src/tools/knowledge_base.py
src/tools/layout_audit.py
src/tools/manage_component.py
src/tools/ocr.py
src/tools/pas_decl_parser.py
src/tools/pasfmt.py
src/tools/project.py
src/tools/project_kb_worker.py
src/tools/project_knowledge_base.py
src/tools/read_source_file.py
src/tools/thirdparty_knowledge_base.py
src/tools/tool_help.py
src/utils/__init__.py
src/utils/delphi_env.py
src/utils/delphi_versions.py
src/utils/dproj_parser.py
src/utils/file_backup.py
src/utils/groupproj_parser.py
src/utils/logger.py
src/utils/lpi_parser.py
src/utils/parser.py
src/utils/progress_tracker.py
src/utils/unit_dependency_analyzer.py
src/utils/updater.py
src/utils/validator.py
tests/test_agent_skill_installer.py
tests/test_audit_integration.py
tests/test_automation_textbounds.py
tests/test_automation_uia.py
tests/test_client_rules_installer.py
tests/test_code_hosting.py
tests/test_coding_rules.py
tests/test_compiler_service.py
tests/test_config_manager.py
tests/test_config_usage.py
tests/test_console_automation.py
tests/test_create_component_dfm.py
tests/test_delphi_edit_guard.py
tests/test_delphi_rtti.py
tests/test_delphi_versions.py
tests/test_deploy.py
tests/test_detection_module.py
tests/test_dfm_utils.py
tests/test_doc_consistency.py
tests/test_document_async.py
tests/test_document_kb.py
tests/test_document_multiprocess.py
tests/test_dpk_sync.py
tests/test_dpk_sync_extreme.py
tests/test_dproj_comparison_fixed.py
tests/test_dproj_parser.py
tests/test_edge_cases.py
tests/test_encode_action.py
tests/test_environment.py
tests/test_example_kb.py
tests/test_file_backup.py
tests/test_file_tool.py
tests/test_file_tool_grep.py
tests/test_groupproj.py
tests/test_install_logic.py
tests/test_layout_audit.py
tests/test_logger.py
tests/test_manage_component.py
tests/test_mapdata_integration.py
tests/test_mcp_client.py
tests/test_mcp_e2e.py
tests/test_mcp_resources.py
tests/test_mcp_tools.py
tests/test_models.py
tests/test_multi_write_offset.py
tests/test_ocr_service.py
tests/test_ocr_tool.py
tests/test_output_parser.py
tests/test_pasfmt.py
tests/test_plugin_lazarus_handlers.py
tests/test_process_manager.py
tests/test_project_compile_extra_args.py
tests/test_project_create_platform.py
tests/test_rtti_bridge.py
tests/test_rtti_comprehensive.py
tests/test_rtti_integration.py
tests/test_stacktrace_callgraph.py
tests/test_stacktrace_callgraph_runtime.py
tests/test_thirdparty_kb_full.py
tests/test_thirdparty_paths.py
tests/test_updater.py
tests/test_validator.py
tests/test_validator_and_args_edge.py
tests/test_write_edits_bugs.py