Improve code quality with fixes, annotations, and tests#1105
Open
ghshhf wants to merge 1 commit into
Open
Conversation
ghshhf
commented
Jul 13, 2026
- Fix filename typos: schema_trasform.py -> schema_transform.py
- Fix filename typos in examples: serch_graph_scehma -> search_graph_schema, screenshot_scaping -> screenshot_scraping, undected_playwright -> undetected_playwright
- Fix variable typos: simplefied_schema -> simplified_schema
- Fix comment/log typos: exctrcated -> extracted, deisred -> desired, infromation -> information, Synax -> Syntax, informations -> information
- Fix pyproject.toml typo: scraperaphai -> scrapegraphai
- Fix example prompt typo: Appke -> Apple
- Fix TODO in burr_bridge.py: use app_instance_id from config instead of always generating random UUID
- Fix TODO in burr_bridge.py: proper final node detection instead of relying on last action
- Improve docstring grammar in prompt_refiner_node.py and reasoning_node.py
- Add type annotations to schema_transform.py
- Write missing tests for test_json_scraper_multi_graph.py (was empty)
- Write missing tests for test_smart_scraper_multi_concat_graph.py (was empty)
- Add ValueError to schema_transform.py for invalid input
- Fix ReasoningNode default node_name from PromptRefiner to ReasoningNode
- Fix filename typos: schema_trasform.py -> schema_transform.py - Fix filename typos in examples: serch_graph_scehma -> search_graph_schema, screenshot_scaping -> screenshot_scraping, undected_playwright -> undetected_playwright - Fix variable typos: simplefied_schema -> simplified_schema - Fix comment/log typos: exctrcated -> extracted, deisred -> desired, infromation -> information, Synax -> Syntax, informations -> information - Fix pyproject.toml typo: scraperaphai -> scrapegraphai - Fix example prompt typo: Appke -> Apple - Fix TODO in burr_bridge.py: use app_instance_id from config instead of always generating random UUID - Fix TODO in burr_bridge.py: proper final node detection instead of relying on last action - Improve docstring grammar in prompt_refiner_node.py and reasoning_node.py - Add type annotations to schema_transform.py - Write missing tests for test_json_scraper_multi_graph.py (was empty) - Write missing tests for test_smart_scraper_multi_concat_graph.py (was empty) - Add ValueError to schema_transform.py for invalid input - Fix ReasoningNode default node_name from PromptRefiner to ReasoningNode
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.