MCPcopy Create free account

hub / github.com/blanche-official/blanche / functions

Functions564 in github.com/blanche-official/blanche

Functiontest_node_category_roles
()
tests/browser/test_node_type.py:13
Functiontest_node_role_category
()
tests/browser/test_node_type.py:42
Functiontest_node_role_from_value
()
tests/browser/test_node_type.py:33
Functiontest_non_intersecting_category_roles
()
tests/browser/test_node_type.py:276
Functiontest_observation_fields_match_response_types
Ensure all fields in Observation have corresponding fields in ObserveResponseDict/ObserveResponse. This test will fail if a new field is adde
tests/sdk/test_types.py:12
Functiontest_observe
(mock_post: MagicMock, client: BlancheClient, api_key: str, start_session: bool, session_id: str)
tests/sdk/test_client.py:176
Functiontest_observe_response_from_observation
()
tests/sdk/test_types.py:99
Functiontest_parse_action_ids
(action_str: str, expected_ids: list[str])
tests/actions/test_parsing.py:116
Functiontest_parse_action_parameters
(action_str: str, expected_parameters: list[ActionParameter])
tests/actions/test_parsing.py:190
Functiontest_parse_parameter_empty_values_list
()
tests/actions/test_parsing.py:20
Functiontest_parse_parameter_no_defaults_values
()
tests/actions/test_parsing.py:12
Functiontest_parse_parameter_quoted_values
()
tests/actions/test_parsing.py:27
Functiontest_parse_parameter_single_value
()
tests/actions/test_parsing.py:34
Functiontest_parse_table_empty_table
()
tests/actions/test_parsing.py:42
Functiontest_parse_table_invalid_headers
()
tests/actions/test_parsing.py:49
Functiontest_parse_table_invalid_params
()
tests/actions/test_parsing.py:60
Functiontest_path_with_no_text_names_returns_none
(node: A11yNode)
tests/pipe/preprocessing/a11y/test_conflict_resolution.py:155
Functiontest_phantombuster
Test resolution pipe with Phantombuster login page
tests/integration/test_resolution.py:43
Functiontest_pool_initialization
Test initial pool state
tests/browser/test_pool.py:30
Functiontest_previous_actions_ids_in_context_inodes_listed
()
tests/pipe/test_main.py:69
Functiontest_previous_actions_ids_not_in_context_inodes_not_listed
()
tests/pipe/test_main.py:55
Functiontest_prompt_library_initialization
(temp_prompts_dir: Path)
tests/llms/test_prompt.py:26
Functiontest_prune_empty_links
(config: PruningConfig)
tests/pipe/preprocessing/a11y/test_pruning.py:43
Functiontest_prune_non_interesting_nodes
(config: PruningConfig)
tests/pipe/preprocessing/a11y/test_pruning.py:160
Functiontest_prune_text_child_in_interaction_nodes
()
tests/pipe/preprocessing/a11y/test_pruning.py:73
Functiontest_prune_text_field_already_contained_in_parent_name
(prunable_text_node: A11yNode)
tests/pipe/preprocessing/a11y/test_text.py:60
Functiontest_prune_text_with_linebreak
(prunable_with_linebreak_text_node: A11yNode)
tests/pipe/preprocessing/a11y/test_text.py:77
Functiontest_resource_cleanup
Test cleaning up resources one by one
tests/browser/test_pool.py:55
Functiontest_resource_creation_after_cleanup
Test that resources can be created after cleanup
tests/browser/test_pool.py:112
Functiontest_resource_creation_and_tracking
Test creating resources and tracking their counts
tests/browser/test_pool.py:38
Functiontest_resource_limits
Test behavior when approaching resource limits
tests/browser/test_pool.py:159
Functiontest_rules_section
(prompt_contents: dict[str, str])
tests/llms/test_action_listing_prompt_discrepancies.py:118
Functiontest_scrape
(mock_post: MagicMock, client: BlancheClient, api_key: str, session_id: str)
tests/sdk/test_client.py:135
Functiontest_scrape_without_url_or_session_id
(mock_post: MagicMock, client: BlancheClient)
tests/sdk/test_client.py:162
Functiontest_special_action_validation
Test validation of special action parameters
tests/integration/test_special_actions.py:81
Functiontest_special_actions_execution
Test the execution of various special actions
tests/integration/test_special_actions.py:45
Functiontest_special_actions_list
Test that all special actions are properly defined
tests/integration/test_special_actions.py:13
Functiontest_start_session
(mock_post: MagicMock, client: BlancheClient, api_key: str, session_id: str)
tests/sdk/test_client.py:89
Functiontest_step
(mock_post: MagicMock, client: BlancheClient, api_key: str, start_session: bool, session_id: str)
tests/sdk/test_client.py:215
Functiontest_subgraph_without_existing_actions
(nested_graph: BlancheNode, browser_snapshot: BrowserSnapshot)
tests/browser/test_context.py:73
Functiontest_subtree_exclude_all_nodes
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:214
Functiontest_subtree_keep_all_nodes
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:222
Functiontest_subtree_keep_one_node
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:230
Functiontest_subtree_keep_one_node_2
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:243
Functiontest_subtree_keep_some_nodes
(nested_graph: BlancheNode)
tests/browser/test_node_type.py:254
Functiontest_sync_ids_between_trees
Test that IDs are correctly synchronized between two trees
tests/pipe/preprocessing/a11y/test_id_generation.py:61
Functiontest_sync_ids_with_missing_node
Test that sync_ids_between_trees raises an error when a node is missing
tests/pipe/preprocessing/a11y/test_id_generation.py:88
Functiontest_trajectory_empty_before_observation
Test that list_actions returns None before any observation
tests/test_env.py:72
Functiontest_valid_observation_after_observation
Test that last observation returns valid actions after observation
tests/test_env.py:79
Functiontest_valid_observation_after_reset
Test that last observation returns valid actions after reset
tests/test_env.py:112
Functiontest_valid_observation_after_step
Test that last observation returns valid actions after taking a step
tests/test_env.py:96
Functiontest_webvoyager_resolution
(url: str)
tests/integration/test_webvoyager_resolution.py:13
Functiontest_wolframalpha
Test resolution pipe with WolframAlpha homepage
tests/integration/test_resolution.py:146
Methodtextify
(self, obs: Observation)
blanche/common/parser.py:201
Functiontimeit
(name: str)
blanche/common/logging.py:10
Methodtrace
Log LLM usage to the database.
blanche/common/tracer.py:20
Methodtrace
Log LLM usage to a file.
blanche/common/tracer.py:38
Methodtrace
Log LLM parsing errors to a file.
blanche/common/tracer.py:67
Functiontrace_llm_usage
( tracer: LlmTracer | None = None, )
blanche/llms/logging.py:14
Methodvisualize
(self, type: str = "processed")
blanche/pipe/preprocessing/a11y/tree.py:81
Methodwait
(self, seconds: int)
blanche/browser/driver.py:97
Methodwhich
(self, text: str)
blanche/common/parser.py:100
Functionwrapper
( engine: "LLMEngine", messages: list[dict[str, str]], model: str,
blanche/llms/logging.py:19
Functionwrapper
(*args: Any, **kwargs: Any)
blanche/common/logging.py:12
← previous501–564 of 564, ranked by callers