Commit 95af622
committed
refactor(docs): code analysis engine
changes:
- file: llx_refactor.py
area: core
added: [main, build_prompt, run_refactor, git_tracked_python_files, select_llx_model, build_parser]
- file: browser.py
area: core
added: [site_explorer, form_data_loader, get_form_data_loader]
modified: [__init__, _has_extract_companies_action, _has_form_action, _has_type_action, _has_extract_article_action, BrowserAdapter, +8 more]
- file: browser_connector.py
area: service
modified: [BrowserConnector, connect]
- file: backend_detector.py
area: core
modified: [detect, detect_with_fallback, BackendDetector]
- file: browser_controller.py
area: core
modified: [check_session, BrowserController]
- file: registry.py
area: core
added: [_register_default_actions]
modified: [clear, ActionRegistry]
- file: pipeline_runner_plans.py
area: core
added: [_initialize_plan_variables, _inject_replacement_steps, _build_service_context, _detect_desktop_steps, _summarize_results]
modified: [execute_action_plan, PlanExecutionMixin]
- file: conftest.py
area: test
added: [_session_event_loop, _default_event_loop]
modified: [nlp2cmd_sql, pytest_configure, kubernetes_adapter, sql_adapter, docker_adapter, schema_registry, +7 more]
- file: conftest_browser.py
area: test
added: [mock_site_explorer, mock_browser_adapter, sample_browser_irs, pytest_collection_modifyitems]
- file: test_llm_router_live.py
area: api
added: [require_openrouter, require_ollama, _ollama_models]
modified: [_has_ollama_model, TestLiveOpenRouter, TestLiveOllama, TestFallbackChain, test_vision_local_qwen_vl, _ollama_available]
- file: test_form_detection.py
area: test
modified: [test_form_detection]
- file: test_search_skill.py
area: test
modified: [TestSearchIntegration]
dependencies:
flow: "conftest→pytest, conftest_browser→pytest, desktop_action_executor→backend_detector, test_form_detection→pytest, test_llm_router_live→pytest, test_search_skill→pytest, test_service→pytest"
- desktop_action_executor.py -> backend_detector.py
- desktop_action_executor.py -> browser_controller.py
- conftest.py -> pytest.py
- conftest_browser.py -> pytest.py
- test_llm_router_live.py -> pytest.py
- test_form_detection.py -> pytest.py
- test_search_skill.py -> pytest.py
- test_service.py -> pytest.py
stats:
lines: "+78819/-15392 (net +63427)"
files: 56
complexity: "+170% complexity (monitor)"1 parent 9f33d91 commit 95af622
File tree
64 files changed
+78861
-15399
lines changed- .pyqual
- docs
- api
- architecture
- development
- maintainers
- reference
- user-guide
- examples/04_domain_specific
- project
- scripts/maintenance
- src/nlp2cmd
- adapters
- browser_manager
- desktop_executor
- dom_actions
- step_handlers
- tests
- integration
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+78861
-15399
lines changedBinary file not shown.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
103 | 112 | | |
104 | 113 | | |
105 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
10 | 25 | | |
11 | 26 | | |
12 | 27 | | |
| |||
355 | 370 | | |
356 | 371 | | |
357 | 372 | | |
358 | | - | |
359 | | - | |
| 373 | + | |
360 | 374 | | |
361 | 375 | | |
362 | | - | |
| 376 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments