feat: refine screenshot catalogs through SubLLM vision - #1
Open
tom-sapletta-com wants to merge 4 commits into
Open
feat: refine screenshot catalogs through SubLLM vision#1tom-sapletta-com wants to merge 4 commits into
tom-sapletta-com wants to merge 4 commits into
Conversation
Interactive element detection uses autogrammar-imgl/vision instead of a private LiteLLM model slug. Text agent planning is unchanged. Co-authored-by: Koru Agent <agent@coru.dev>
Co-authored-by: Koru Agent <agent@coru.dev>
Contributor
Author
|
Weryfikacja lokalna: testy zmienionego katalogu LLM przechodzą (4/4). Dodatkowo poprawiono kompatybilność: imgl pozostaje instalowalne na Pythonie 3.10, natomiast opcjonalna trasa SubLLM vision jest poprawnie zadeklarowana dla Pythona 3.11+. Pełne pytest tests wykonane w czystym venv ma 154 passed i 10 skipped, ale kończy się 1 błędem infrastrukturalnym niezwiązanym z tym PR: test_pytest_collection_health uruchamia kolekcję całego repo, która importuje packages/mcp2imgl bez instalacji pakietu mcp2imgl. Repo nie uruchamia obecnie CI dla PR-ów i main nie ma rulesetu ani zaufanego review. Nie scalono; przed merge potrzebne są naprawa test harnessu/CI oraz review bieżącego HEAD. |
Co-authored-by: Koru Agent <agent@coru.dev>
Co-authored-by: Koru Agent <agent@coru.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
imgl.llm_catalogscreenshot analysis now calls SubLLMautogrammar-imgl/vision.Depends on subactor/subllm#25 (
067732f). Tests mockcomplete(); no paid requests.